by navarromoral
Friendship and circular dependencies
|
|
[18 replies] Last: All I really have to say here is that friend does not break encapsul... (by Abramus)
|
by lgarPerf
Loosing pointer values
|
|
[3 replies] Last: If you can see the correct values in the copyToReturn array inside t... (by jimc)
|
by rucafe
binary search vector entries
|
|
[1 reply] : Is using a vector a requirement? You could use a (multi)set and its up... (by m4ster r0shi)
|
by beany37
Removing items from boost ptr_list
|
|
[7 replies] Last: That's an interesting point, I hadn't considered the possibility that ... (by beany37)
|
by MottMan
SDL_Mixer - Undefined Reference
|
|
[no replies]
|
by scriptncoder
C++ Internet Connection Hack Problem
|
|
[1 reply] : http://www.aircrack-ng.org/ (by MottMan)
|
Usage of the ^ |
|
[3 replies] Last: To get those errors to go away, all you have to do is get rid of this ... (by shacktar)
|
How do I get the strings from ms office find and replace? |
|
[4 replies] Last: Including it is like typing it into your code at that point. Obviously... (by LB)
|
by harrytpc
Buffer to char[] ?!?!?
|
|
[2 replies] Last: I believe Albatross is correct in the above assertion. However, the bu... (by aaronfjerstad)
|
by jorgen
gmp precision
|
|
[2 replies] Last: Will do, thanks! (by jorgen)
|
by Ed Huff
input/output read and array
|
|
[4 replies] Last: Again, thanks - will take a look at that path... (by Ed Huff)
|
by aatwo
Simple threads with pthread.h in linux
|
|
[1 reply] : Hi aatwo, If you are new to threads and using C++, I highly recommend... (by PanGalactic)
|
Vector of Vector of Objects |
|
[1 reply] : Your getObject() function does return a full copy the vector of vector... (by webJose)
|
by jammas615
Arrays!
|
|
[5 replies] Last: Yeah, conversion was my initial thought, thanks for your help. :) (by jammas615)
|
by jhatzics
Closing Socket Connection!!
|
|
[4 replies] Last: Hi again, As I saw that the server now can reconnect with the clien... (by jhatzics)
|
by Silvermaul
std::remove question
|
|
[4 replies] Last: So basically if the first element is erased then it points to the next... (by Silvermaul)
|
by tekn22
Help with this C++ snippet
|
|
[7 replies] Last: Doesen't auto_ptr<int> f() throw() mean that f() does not throw at al... (by closed account 1yR4jE8b)
|
by confusion
Reversing digits
|
|
[5 replies] Last: Do you know how to use your debugger? If so, use it and run through yo... (by Ikaron)
|
by EpicViTTo23
openGL include files
|
|
[no replies]
|
effective C++ warning mingW |
|
[4 replies] Last: if you don't declare a copy constructor or operator= in a class then ... (by tition)
|