by qabil
search file
|
|
[7 replies] Last: search each folder in each drive. compare the folder name is 'qabil' ... (by beginning)
|
by manaila
FIXED SIZE STRINGS
|
|
[4 replies] Last: Thank you. (by manaila)
|
by yoonkwun
[C] Header Problem
|
|
[5 replies] Last: If they were two distinct variables, you'd need to declare them static... (by kbw)
|
by chiwing
why do we need to have classes ?
|
|
[9 replies] Last: Classes are used to create user defined types. The language only supp... (by kbw)
|
by Spirrwell
Different C++ Compilers
|
|
[5 replies] Last: All compilers have nonstandard extensions. Indeed. Besides, if... (by firedraco)
|
by ischuldt
function pointers
|
|
[6 replies] Last: void(*)()validation_function() { return validation_fun... (by Skillless)
|
by n4nature
Erasing elements in a vector
|
|
[7 replies] Last: I've read this book about STL http://www.amazon.com/Effective-STL-Spe... (by Denis)
|
by XemMeg
Clearing specific parts of an array
|
|
[3 replies] Last: You need to keep a note of the number of items in the array. Then use ... (by Galik)
|
by declan
Debugging multithreaded code with gdb, no access to private variables?
|
|
[no replies]
|
by bbgst
Static function calling derived funtion
|
|
[2 replies] Last: Thanks a lot, that was the problem. Can't believe I thought so mouc... (by bbgst)
|
by shadowayex
Command Line Programming
|
|
[4 replies] Last: oh, BTW, you said ubuntu. console animation. install the package bb... (by bigearsbilly)
|
by jammas615
struct question
|
|
[8 replies] Last: ok ive got a betrer idea now, i had already used a struct in another p... (by jammas615)
|
by LJones
derivative classes cause compiler to fail only if split between .h and .cpp file
|
|
[2 replies] Last: Light reading complete with cliffs notes. Thanks. (by LJones)
|
drawing animated sprites in directx |
|
[6 replies] Last: Thanks a lot helios that works just fine now =) and btw 7366 posts! =... (by quirkyusername)
|
by edw2011
Writing Unicode to a text file
|
|
[1 reply] : Is m_tempFileListOut an std::fstream? I'm surprised that compiled at a... (by helios)
|
by Panarchy
Convert Console Apps to GUI Apps
|
|
[1 reply] : If youre using windows and you want to make some applications try the ... (by Skillless)
|
by Pardner
system() and newlines
|
|
[7 replies] Last: With a list you can easily add or remove a line wherever you like b... (by Skillless)
|
by punithraj
Strange behavior of vectors
|
|
[5 replies] Last: I found the reason for the crash.I was actually doing some thing like ... (by punithraj)
|
by Rampage
Using pointer instead of array.
|
|
[7 replies] Last: Yes i realized that the solution was bad after i saw the required size... (by Rampage)
|
by jackel7777
Singleton class
|
|
[14 replies] Last: Related thread: http://www.cplusplus.com/forum/general/26976/ (by moorecm)
|