by Anon1010
Making sense of the manual
|
|
[4 replies] Last: Because 1.2 is a double literal. 1.2F is a float literal. Without the... (by anonymous23323124)
|
by marklycris05
Problem in declaring array.
|
|
[9 replies] Last: if you will input an array you should have a repetition statements.. (by ypmick2007)
|
by eidge
Stupid Function | Academic purposes
|
|
[4 replies] Last: I do the the same, but thanks anyway. ;) (by eidge)
|
by chesterbloke
Mixing up an Array of pointers using Random Shuffle
|
|
[3 replies] Last: Yes! Its now working! Thanks! (by chesterbloke)
|
by happykiller
Boolean
|
|
[2 replies] Last: Put something like this in your code after you've read bit more tutori... (by eraggo)
|
by Anon1010
A problem
|
|
[1 reply] : You cannot write if (cin>> y) .... You need something like cin>> ... (by bl4ckb3rry)
|
by CsqHossein
how to remove some contents of a file
|
|
[4 replies] Last: OK, be calm. no problem (by CsqHossein)
|
by crisro996
Interesting problems from a contest
|
|
[5 replies] Last: Thank you kev82 you were right I meant tube. I finally solved it ^^ (by crisro996)
|
making a project |
|
[2 replies] Last: but when I compile them they don't actually run but instead are full ... (by Raggers)
|
by Rox
My overridden function is not called!
|
|
[7 replies] Last: Forward declare one of the classes and then include them in the .cpp f... (by Warnis)
|
by Laserlife
Stuck on my "The Game of Life" assignment
|
|
[1 reply] : You got some problems with the positions in arrays like: { for (i... (by Breadman)
|
by spra1323
functions
|
|
[7 replies] Last: It's called a function pointer. Google is your friend. You can look at... (by ultifinitus)
|
by thesaleman
Moving on from a C++ course
|
|
[3 replies] Last: Socket Programming FTW. =] I'd read the tuts on this site, and if you... (by ultifinitus)
|
by jeffsg605
Code works in Dev C++ but not Visual C++
|
|
[2 replies] Last: Or rather, a vector: vector<string> resistors(rNumber ); number_of_... (by Athar)
|
by tam0009
Cannot be overloaded?
|
|
[4 replies] Last: just like the sock monster in everyones laundry room who steals socks ... (by acorn)
|
by rastroh
processFile function returns error?
|
|
[3 replies] Last: the code is a little long but im just going to guess and say that dete... (by acorn)
|
by chameleon
Performance on arrays
|
|
[2 replies] Last: I personally would go for the 2 nd option since the CPU doesn't have ... (by closed account zb0S216C)
|
by srostam
ROCK Paper Scissor
|
|
[6 replies] Last: please note i have learned to use functions, loops and selection struc... (by srostam)
|
by Ishvite
letters to number
|
|
[3 replies] Last: thanks for the pointers (by Ishvite)
|
by vastrolorde
argc and argv
|
|
[11 replies] Last: Yep! (by kooth)
|