by kyle11778
so i figure...
|
|
[19 replies] Last: Now it sounds like a version conflict. Get the original compiler libra... (by Hammurabi)
|
by littleimps
if and Switch
|
|
[4 replies] Last: He also forgot to put braces around his switch. But I figured that wa... (by Disch)
|
by littleimps
~Constructor
|
|
[4 replies] Last: tks alot. =] (by littleimps)
|
by ocko
Searching a programing buddy
|
|
[no replies]
|
by jetimms
Concept: use a templated events to create list-like container access methods
|
|
[6 replies] Last: Sorry Hammurabi, I was replying to kbw in my second post. I had just ... (by jetimms)
|
by DoomCarnage
Alignment problem
|
|
[3 replies] Last: Very good point, Pan! (by Hammurabi)
|
by jetimms
allocator<T>::allocate(1) returns <Bad Ptr>
|
|
[15 replies] Last: Nice job! Just remember that it's generally not a good idea to trace y... (by Hammurabi)
|
by mcleano
String class and pointers
|
|
[16 replies] Last: replying to the last post only... no.. string class has a member va... (by writetonsharma)
|
by Fuad
I've got an error
|
|
[1 reply] : go to project setting, there you will find a setting for use precompil... (by writetonsharma)
|
by Hello There
Accepting a set number of characters in Char
|
|
[1 reply] : http://www.cplusplus.com/reference/iostream/istream/getline/ (by mcleano)
|
by wdmd1982
delete a character
|
|
[5 replies] Last: You can make a loop and move the other characters when you find a comm... (by Bazzy)
|
by teppel
Pointer again
|
|
[1 reply] : head is the first link in the linked list. Initially, when the list i... (by kbw)
|
by cge
What code is used to imitate the pressing of a key?
|
|
[2 replies] Last: There's a good article here about simulating key strokes (e.g. tab or ... (by zeolite)
|
by murva
operator overload
|
|
[3 replies] Last: #include <iostream.h> class Complex { public: Complex(); C... (by arun1390)
|
by lilydjwg
How to Create File in Directory Relative to the Program itself
|
|
[6 replies] Last: Thank Bazzy, it works! (by lilydjwg)
|
by tan247
Do While Loop
|
|
[5 replies] Last: Glad I could help. (by Mythios)
|
by teppel
set pointer to null through function
|
|
[5 replies] Last: void a(int*&ptr ) { ptr = NULL; } I second this method. ... (by Disch)
|
by Scubatoad
Wait function combines with simple graphics.
|
|
[8 replies] Last: Yea, that does. I had no idea about making objects "dirty" I had bar... (by Scubatoad)
|
by murva
Randomize inside a class
|
|
[5 replies] Last: Add a private static bool in your class and initialize it to false. Th... (by Bazzy)
|
by PSPMAN90
error LNK2019: unresolved external symbol, What to do?
|
|
[5 replies] Last: Show us the declaration and the body of setCategorÃa (by Bazzy)
|