by cppstudent
Copys of different pointer types to a single object
|
|
[4 replies] Last: I'm in agreement with Duoas; however, if you just want to see if it ca... (by dfarmer)
|
by Tak
Completely Stumped (odd bug)
|
|
[8 replies] Last: everything after a null char gets ignored, it splits and points it to ... (by Tak)
|
by shink13
Question on Strings
|
|
[2 replies] Last: If you want to compare your variable to a string you need to enclose t... (by firedraco)
|
by Recklein3
Loops
|
|
[12 replies] Last: Anyone? Thanks. (by Recklein3)
|
by ztein
How to compile from a new file in VC++ 08?
|
|
[5 replies] Last: Ok thanks. (by ztein)
|
by twitch2197
using variables as ofstream save locations
|
|
[1 reply] : Yes. std::string s; //... std::fstream(s.c_str()); (by helios)
|
by kamsam65
Array assistance... prob simple :S
|
|
[3 replies] Last: That was an error Kyle. Thanks alot JSmith... (by kamsam65)
|
by gpsushil
Checking password protected file
|
|
[3 replies] Last: First you'll need to better define your objective. Decide carefully wh... (by helios)
|
by Mythios
Looking for some info on OBB Collision.
|
|
[2 replies] Last: Thanks Zaita - I haven't seen gamespp before so I'll give that a check... (by Mythios)
|
by icu812
multi-dimensional array
|
|
[2 replies] Last: I'm not gonna lie i've never actually used this before but you might b... (by mcleano)
|
by mcleano
The *this pointer
|
|
[5 replies] Last: Ok, I see, thanks. (by mcleano)
|
by m0sh
Editing a text file
|
|
[2 replies] Last: Also see, "how to ask questions the smart way". I wonder why that art... (by kempofighter)
|
by zienkikk
Exception safe operator[]
|
|
[6 replies] Last: It's not the container's job to deal with that sort of thing. The use... (by kbw)
|
Email Validation Not Working |
|
[3 replies] Last: Wow, that's horrendous, even with the indentation corrected. Surely i... (by kbw)
|
by gong
string streams problem
|
|
[7 replies] Last: Sort of, The crux of the problem is that you need to read a line like ... (by kbw)
|
by DBarzo
std::map and operator=
|
|
[8 replies] Last: Thanks to all for your suggestions. I changed my implementation. T... (by DBarzo)
|
by CATCH3624
Using fstream
|
|
[1 reply] : You have to supply the file (that is what the ifstream is, it is a fil... (by firedraco)
|
Shallow copy causing crashes |
|
[2 replies] Last: Who writes a C++ class with pointers and doesn't add a copy construct... (by GenTiradentes)
|
by chrisname
"Garbage collection"
|
|
[7 replies] Last: Sigh... http://en.wikipedia.org/wiki/Computational_overhead (by helios)
|
by varak
list error??? But why??
|
|
[6 replies] Last: Oh my word!! I'm such a retard! Thanks!! (by varak)
|