by atjm88
2D Basic Array
|
|
[4 replies] Last: Thanks...is that mean, int a in line 7 control the for loop? I mea... (by atjm88)
|
Beginner's questions |
|
[19 replies] Last: Stewbond you were right + two lines of code... #include <iostream> ... (by Gregor Pavlic)
|
by clampzy
Turbo C help
|
|
[2 replies] Last: thank you very much, worked now =) (by clampzy)
|
by essexboy
Need hints URGENT!!
|
|
[6 replies] Last: thanks a bunch!!! people sorry if i did anything wrong as i dont know ... (by essexboy)
|
by Exispistis
Ifstream help
|
|
[10 replies] Last: It still wont automatically format it, but I have managed to use a pre... (by Exispistis)
|
by Jynks
ASCII in the console...
|
|
[3 replies] Last: #include<iostream> // this program converts any symbol to ASCII c... (by MinwooJu)
|
Need a little help |
|
[6 replies] Last: Okay, so you are finding that the file was not found. This worked oka... (by Stewbond)
|
by biamigueis
random number in sequence
|
|
[3 replies] Last: First: srand() should not be called more than once! Take it out of ... (by Stewbond)
|
by Rampie12
Help with recursive function!!
|
|
[1 reply] : Don't put a cout in a recursive function. You can't control how many ... (by Stewbond)
|
by PL285
How to declare A Namespace In a Class?
|
|
[1 reply] : are you're trying to declare a namespace or using an existing one? bec... (by chipp)
|
by mania
student book issue
|
|
[4 replies] Last: Hi I have created bookissue and book dat file, when i enter boo... (by mania)
|
by Oswld
String Subscript out of range.
|
|
[2 replies] Last: void get_names(vector<string>& names, string name) { ifstream inputf... (by cire)
|
by agent99s
please help with my calculator! It's not working properly
|
|
[2 replies] Last: Thank you for the help! (by agent99s)
|
by molecularman
Functions
|
|
[12 replies] Last: no - when you're professor said an "identifier" - in this context, mea... (by georgewashere)
|
by Anmol444
Number Guessing Game Help
|
|
[6 replies] Last: Congrats (; (by georgewashere)
|
by habbo655
I/O using string failed so many times
|
|
[3 replies] Last: You should try to read it as a number first, and if it fails then try ... (by LB)
|
by PL285
HELP WITH SIMPLE FUNCTION!? Please
|
|
[6 replies] Last: duplicate http://www.cplusplus.com/forum/beginner/63392/ (by vin)
|
by Oswld
Checking for valid input in inputfile
|
|
[2 replies] Last: Oh wow... I feel dumb... Thank youu (by Oswld)
|
by badkaykay
No compilation errors but program not working
|
|
[5 replies] Last: I'm sort of confused reading this thread... I guess I'll drop some inf... (by georgewashere)
|
by nabisama
Question for sqrt
|
|
[4 replies] Last: the % operator will not work because it the modulus operator applies t... (by georgewashere)
|