by tas10
Problem with Program, input/output
|
|
[3 replies] Last: Yes. http://www.cplusplus.com/forum/general/17771/ http://www.cplusp... (by kempofighter)
|
by andersongw1
Trouble passing a map by reference
|
|
[3 replies] Last: Thanks for the quick responses! The const_iterator suggestion cover... (by andersongw1)
|
by boaschri
I am really struggling with calculator assignment
|
|
[5 replies] Last: Thank you i am not getting the run time error any more because of that... (by boaschri)
|
by dalbir4444
C++ Destructors
|
|
[2 replies] Last: Thanks (by dalbir4444)
|
cannot convert parameter 1 from 'std::string' to 'char *' |
|
[1 reply] : there are two functions called 'getline' http://www.cplusplus.com/ref... (by hamsterman)
|
by nanochan1
below cant run
|
|
[15 replies] Last: anyway to use to bool statement to verify the match of left and right ... (by nanochan1)
|
by n4nature
Accessing C# from C++ COM client
|
|
[1 reply] : Program::CXLStoXML.ConvertToXML(); ConvertToXML is probably static s... (by coder777)
|
by nndung179
Problem with Array with VECTOR
|
|
[4 replies] Last: Your Array class doesn't do anything. It has one member, a pointer ... (by kbw)
|
The clockwork of console/file-streams? |
|
[2 replies] Last: It's the same for Windows. The native calls are ReadFile/WriteFile/Cr... (by kbw)
|
by Giules
sorting a vector of pointer to object
|
|
[3 replies] Last: If you want to use it in another translation unit, you just need to re... (by Athar)
|
by success
Problem about queue...
|
|
[1 reply] : success (1) No. Failure. (by rapidcoder)
|
by Skynet
Word Array
|
|
[4 replies] Last: vector is such an "array". The concept is called dynamic array. (by Athar)
|
SDL vs SFML |
|
[8 replies] Last: Well, SDL has faster 2D animation and graphics for high-speed action ... (by Disch)
|
by kyle11778
can you template a single variable?
|
|
[8 replies] Last: It's to keep track of the variable type. (by PiMaster)
|
SOLVED. |
|
[5 replies] Last: the problem is here: string title ; //wrong string author ; //wrong... (by rocketboy9000)
|
by Zacky1
1 MAJOR error that keeps me struggling!!
|
|
[2 replies] Last: Also //if(useruploadchoise=="A","a") if(useruploadchoise=="A" or use... (by ne555)
|
by Molson
C function overloading
|
|
[1 reply] : No. C does not allow function overloading. You can do that in C++ ... (by Disch)
|
by JoR
istream >> int empty input
|
|
[2 replies] Last: kthx (by JoR)
|
by valblade
error vs exception : design problem
|
|
[1 reply] : Generally, when building a library it is not a good idea to leak excep... (by jsmith)
|
by krazyito65
XOR encryption problem
|
|
[5 replies] Last: I ended up deleting this encryption and used something completely diff... (by krazyito65)
|