Currently browsing tag

Quot

Batch image link creator?

I would like a very little application or even program to produce bulk picture links.I will be making some sort of gallery pertaining to my web-site and I want it to get simple.Really don’t want some sort of fancy gallery.And WE don’t want a new image with the thumbnail plus …

How to create hyper link?

Hi Guys, Please i want to learn how to create hyper website means single point tag by using url, you need to suggest all of us, your suggestion can be greatly appreciated. Which do you need Hyperlinks as well as anchor tags Known as Anchors: Those these are known as …

Did i do this right (C++)??

incorporate employing namespace std; int key () char term00; char end result; term00 = eliminate all programs; end result = term00; cout << end result; returning 0; No.How much does the compiler inform you Does it offer you any safety measures or fault notifications No, term00 is actually of variety …

Java error: "Array required but int found"?

signific java.io.*; public class PracticeArithmeticOperators public static void main(String args) tosses IOException InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); Chain input = “”; Method.out.println(“Numbers”); input = br.readLine(); Method.out.println(“Index\tValue”); int amounts = Integer.parseInt(input); Chain literals = “”; char temporary = literals.toCharArray(); for(int counter=0; counter<5; counter++) input = br.readLine(); …

C++ code checking palindrome … not working :s?

this specific code we have made down below runs nonetheless useless…any help! thanx #include #include #define maxsize 100 int top=-1; int front=-1; int rear=-1; char stackmaxsize; char queuemaxsize; bool isempty() returning (top==-1rear==front); bool isfull() returning (top==maxsize-1rear==maxsize-1); useless push (char x) if(isfull()) cout<<"stack full"<<endl; else stack++top=x; char pop() if(isempty()) cout<<"stack empty"<<endl; …

Website coding css help?

Hi i’m making a web site and we have a question about the tabs.the superior of my website theme has features 5 an eye than concerning a sidebar menu around the left side in the page there are 7 an eye.the YOUR FIVE tabs within the top have probably always …

Error C2447: ‘{‘ : missing function header (old-style formal list?)?

Ive merely started publishing a computer code and ive encounter this miscalculation.my rule is seeing that follows #include “stdafx.h” #include implementing namespace std; int CreateBook (char szNameOfBook, char szAuthor, char szDateOfPublish); int RemoveBook(char szNameOfBook, char szAuthor, char szDateOfPublish); int menu(); int Welcome_screen(); int _tmain(int argc, _TCHAR* argv) int Welcome_screen(); int …