by kissilev
while(*(s1++)=*(s2++))
|
|
[16 replies] Last: I guess that's what I get for rushing. Lesson learned. (by chrisname)
|
Problem with char arrays and switch statements |
|
[3 replies] Last: Yeah, I can easily how strings are preferred over char arrays. However... (by closed account jwC5fSEw)
|
by illingas
void functions
|
|
[6 replies] Last: hmm hmm hmm.. ya well if i do that it doesnt give me the right answer,... (by illingas)
|
by dedwards2385
getline function is giving unexpected results!!
|
|
[1 reply] : Duplicate! Don't respond to this one. It is in the general C++ forum... (by kempofighter)
|
Problem with returning values from a function |
|
[8 replies] Last: My pleasure. :-) (by Danielsson)
|
by japh42
Enum and Switch Values
|
|
[9 replies] Last: You missed the point in the original thread. An enumeration is a p... (by Duthomhas)
|
by devis
why cpu usage 200%
|
|
[1 reply] : How does one reach 200% of CPU usage? It sounds like your C++ proce... (by Duthomhas)
|
by Null
uninitialized references
|
|
[2 replies] Last: Thanks! (by Null)
|
by Osor77
why is "try" necessary
|
|
[2 replies] Last: Thanks imi, I kind of gathered that "try" was just a marker, but I... (by Osor77)
|
by oman
No thing in the screen typed
|
|
[5 replies] Last: i have already string in the both files but no way it does not print a... (by oman)
|
by robertlenos
Fstream an Array into file and then finding it's Average and Standard Deviation
|
|
[4 replies] Last: In the moments() function you are using local variables (ave and std... (by guestgulkan)
|
by hadoque
Strange copy constructor behaviour, part 2
|
|
[11 replies] Last: Yeah, OK. That explains it. I better think this over once again. My ... (by hadoque)
|
by manchester
New to C++ need advice on a program.
|
|
[2 replies] Last: [quote=imi ]I like the part with "subtract 10 points for not following... (by admkrk)
|
by beginplus2
Beginner problems
|
|
[no replies]
|
by oghmaosiris
executing a program and arguments from the command line
|
|
[7 replies] Last: Figured it out. (by oghmaosiris)
|
by robertlenos
Using ifstream and ofstream with arrays in C++
|
|
[4 replies] Last: When you are talking about std::streams, Your i.e., are you sugges... (by robertlenos)
|
by nedjiaka
Rounding off the number (money) and showing
|
|
[8 replies] Last: Never seen the sstream do you have a link I can check out to learn mor... (by OnymousIllusion)
|
by gcampton
can't find logic error in program.
|
|
[9 replies] Last: why are they constant? edit: ok I got it: int i=1; while (true... (by gcampton)
|
by Atraii
Cin and Spaces
|
|
[2 replies] Last: The getline() that's not a member function is slightly better. http:/... (by helios)
|
by DeadH34d
Allegro and Visual Express 2008
|
|
[3 replies] Last: Actually, I own C++ For Dummies (and the pocket reference)and a number... (by DeadH34d)
|