by kenhapi
swap string
|
|
[4 replies] Last: thanks a lot for this information. It is more easier to understand. th... (by kenhapi)
|
by p1an0miles
I need to make this work
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; i... (by khris)
|
by FumarMata
Deleting an object in a vector of pointers
|
|
[3 replies] Last: If Ball is properly copyable, then that should not be a problem. (by jsmith)
|
by juvan
Why the exception?
|
|
[2 replies] Last: G-damn it :P I found it, the problem was that I put system.Setup... (by juvan)
|
by xander333
What's the advantage of header files?
|
|
[4 replies] Last: lol indeed. XD (by Disch)
|
by Sedirts
Iostream : No such file or directory
|
|
[1 reply] : Don't double post: http://www.cplusplus.com/forum/beginner/28084/ (by Bazzy)
|
by xander333
First time using classes
|
|
[4 replies] Last: Oh, so stupid! Thanks a load! (by xander333)
|
by Mynthon
Reading data from file - line to line and fast
|
|
[4 replies] Last: I reduced it like this... string linedata; while(*mempointe... (by Mynthon)
|
by Damia
Image processing
|
|
[4 replies] Last: Oh really. Thank hamsterman. Actually I've got this codig through int... (by Damia)
|
by Marek
Question about String
|
|
[7 replies] Last: Because the variable 'i' is an integer, and not a char in the string o... (by mcleano)
|
by Snaef98
a way to have massive selection list without huge nesting
|
|
[8 replies] Last: oh jeez I didn't even notice that you said that already hamsterman XD (by Disch)
|
by unseen
Array assignment question
|
|
[7 replies] Last: yes (by hamsterman)
|
by sohguanh
Forum Newbie
|
|
[3 replies] Last: @Mazd: he means the forum, not c++ programs. @sohguanh: the forum w... (by programmer47)
|
by orbaneqtrx5
average problem
|
|
[8 replies] Last: I doubt that it works as intended. The total grade is made up 1/3 each... (by Athar)
|
by mdonati
Understanding references
|
|
[4 replies] Last: Thanks for your explanation. It really helps me out on this. (by mdonati)
|
by L E G I O N
Structs vs Classes
|
|
[9 replies] Last: Structs and classes differ in a few ways. Semantically, there are two... (by moorecm)
|
by Snaef98
Saving files with Fstream question (1,2)
|
|
[28 replies] Last: http://www.boost.org/doc/libs/1_44_0/libs/serialization/doc/index.htm... (by sohguanh)
|
by George M
Creating .exe file from source code (1,2)
|
|
[21 replies] Last: Oh... Well, I had never tried that before... I'll try today. Thank you... (by George M)
|
by ali0482
calculate the average
|
|
[3 replies] Last: just joking..well try to think a bit..the average of 2 numbers: A and ... (by Mihay07)
|
by zltippett
Default input value
|
|
[2 replies] Last: Yes, that looks good enough, that's pretty much where I'm at. I was t... (by zltippett)
|