by ankitsikka
What is a palindrome Number and how can it be made
|
|
[2 replies] Last: oh i forgot about the engines sorry!! (by ankitsikka)
|
by sahin
person class and person.cpp filling the main
|
|
[3 replies] Last: The very first line -- the #ifdef -- is wrong so no, I don't see it co... (by jsmith)
|
by Pethrenne
Passwording problem (file streams and comparing)
|
|
[3 replies] Last: I solved this problem myself after spending some time on it... I chang... (by Pethrenne)
|
by Ray
Simple Calculator
|
|
[6 replies] Last: The place where I get lost is when it asks me to perform calculations ... (by Ray)
|
by lalarka
Visual C++ Crashing when I try to open a file
|
|
[1 reply] : The file may have been corrupted and is causing errors, try open the c... (by Umz)
|
by jakeboii69
What is a compilier
|
|
[4 replies] Last: When you type a sourcecode in lets say, c++, your computer cant do any... (by Scipio)
|
by Sparx401
Can't use strings within classes
|
|
[7 replies] Last: See jsmith the only thing I don't understand with what you said is wit... (by Mythios)
|
by jakeboii69
Complete Beginner!
|
|
[2 replies] Last: Just google something in the lines of - "download visual studio expres... (by Mythios)
|
by ankitsikka
what's the problem in my coding
|
|
[4 replies] Last: this will help you out here!!! int main() { for (int i=1;i<=5;... (by jrock)
|
by george2515
outputing digits of an int...
|
|
[8 replies] Last: I got it to work...thanx everyone for posting! Buzzy your previous ... (by george2515)
|
Pointer or not? |
|
[5 replies] Last: Put an integer variable name and an equals sign in front of the line o... (by Duthomhas)
|
Displaying extended ascii code |
|
[2 replies] Last: "Extended ASCII" is Microsoft/PC manufacturer specific stuff. Microsof... (by Duthomhas)
|
by Return 0
Learning C++ and C#
|
|
[1 reply] : Well it's currently what I'm doing at the moment. Doing both at the sa... (by Mythios)
|
by bazanaka
alternative to ios::app
|
|
[4 replies] Last: Oh yeah, the pointer goes to the beginning of the file...so you would ... (by firedraco)
|
by Dconley44
access violation error when returning value from operator overload
|
|
[1 reply] : What does the Student class look like? Your operators should be tak... (by jsmith)
|
by ankitsikka
whats the use of flag while writing a code
|
|
[1 reply] : Whatever you want it to be... (by Faldrax)
|
by Mythios
[SOLVED] Accessing a class in another File
|
|
[12 replies] Last: Hey guys just giving the update that I fixed the program its in a lot ... (by Mythios)
|
by Archabald
Is my ouptut is coorect? Sample Program of an Array..
|
|
[no replies]
|
by devaeron
yes or no question
|
|
[7 replies] Last: Thanks for all info hehehe (by devaeron)
|
by Trinity
void pointers
|
|
[1 reply] : But in exchange they have a great limitation: the data pointed by the... (by Karql)
|