by SUNderived
Opening a file, reading lines - NOT working
|
|
[1 reply] : Change the array to a std::string/ try the following out: std::stri... (by manasij7479)
|
by joatmon
Capturing User Input
|
|
[3 replies] Last: This is perfect. Thanks! (by joatmon)
|
by DouDou
Simple syntax for mutiple && conditions when comparing two arrays
|
|
[1 reply] : Well you could do something simple like this =] bool isdifferent = ... (by ultifinitus)
|
by dacoolest
Need help with c++ classes.
|
|
[5 replies] Last: Don't forget to destruct conversions(); (by graham sullivan)
|
by dacoolest
How to set values for variables in a class
|
|
[1 reply] : How are we supposed to help without seeing your code? (by Athar)
|
by Shay9999
Check char for number or letter/symbol
|
|
[2 replies] Last: Thanks (by Shay9999)
|
by gamesizart
Returning assigned string variable
|
|
[2 replies] Last: Thanks! guess it was just a matter of putting cout before the function... (by gamesizart)
|
by Scottas
cURL creating directory
|
|
[5 replies] Last: Yea, I'd figured that out, but still thanks. (by Scottas)
|
by cscho0415
Book Suggestions
|
|
[3 replies] Last: Oh thats useful! thanks.. Im still looking for books that will be help... (by cscho0415)
|
diamond inheritance problem |
|
[3 replies] Last: That's not crossposting. That's posting a question on multiple venues... (by manasij7479)
|
by metulburr
beginner exercise went wrong
|
|
[3 replies] Last: I think you should to look in your code and actually SEE how it actual... (by eraggo)
|
critique my code please |
|
[14 replies] Last: //iRandom = rand() % 100 + 1; CompGuess = rand() % 100 + 1; //or Rand... (by ne555)
|
by rontgen
beam = new (beams*) [numElements]
|
|
[7 replies] Last: Okay, "beams" already was declared as a Beam** (pointer to a pointer... (by Disch)
|
by CPPAlien
Post Increment Operator
|
|
[8 replies] Last: [quote=CPPAlien] I am intrested in its boolean value that is, the resu... (by closed account zb0S216C)
|
by billyb29
Shallow and Deep copies
|
|
[1 reply] : A shallow copy copies a pointer. A deep copy copies what that pointer... (by Disch)
|
Bizarre experience with feof(); |
|
[2 replies] Last: I see, so that's what this was all about. Too bad the compiler didn't ... (by closed account DGvMDjzh)
|
by ausairman
makefile error
|
|
[no replies]
|
by purefan
strcmp(std::string, const char*) error
|
|
[3 replies] Last: Thanks all! In the end this did the trick: if ( (std::isdigit(sMove... (by purefan)
|
by Frozendog11
Array [Subtraction]
|
|
[12 replies] Last: thanks for all ur help err.... it is actually coincidental :) anyway ... (by Frozendog11)
|
by Frozendog11
Putting Function In To A Program
|
|
[15 replies] Last: Thanks for all ur help and i added the free () into it .. (by Frozendog11)
|