by dizou
return value from extern "C" not right
|
|
[2 replies] Last: So that the header file may be included by both C and C++, I often do ... (by moorecm)
|
output number to screen 20 numbers per min |
|
[2 replies] Last: thank you! (by dandeliondream)
|
by luke nffc
Iterate through STL list
|
|
[2 replies] Last: I recommend doing this instead. for (std::list<int>::const_iterato... (by kempofighter)
|
by ohsnap1319
Converting to base 2!
|
|
[1 reply] : Similar topic: http://www.cplusplus.com/forum/general/22953/ The... (by Disch)
|
by artmansoft
Convert new to malloc
|
|
[10 replies] Last: Ah you're right he did say that didn't he. So yeah. You don't need... (by Disch)
|
by brnksk
conditional Linked List
|
|
[1 reply] : I don't seem to grasp your problem... Could you explain a little bit m... (by attaboy)
|
by agoswami
Preventing delete same pointer twice
|
|
[5 replies] Last: +1000 for Boost There's a reason parts of it are being adopted into... (by closed account 1yR4jE8b)
|
by xeroxface
Problems with classes and dynamic memory allocation
|
|
[3 replies] Last: I've found it, turned out to be a rookie (and annoying) error in think... (by xeroxface)
|
by agoswami
getting exe in linux
|
|
[7 replies] Last: I think you'd have to build it from source using a custom configuratio... (by Bazzy)
|
by walapu
Increasing Integer
|
|
[6 replies] Last: That wasn't funny, firedraco... *bursts out laughing* Seriously, th... (by Albatross)
|
by Renascent
Comparing stacks and queues to determine if they're equal.
|
|
[2 replies] Last: Err...that was kind of my algorithm in the first post. It's all of tho... (by Renascent)
|
by safirom
hour modification
|
|
[5 replies] Last: hm.. guess then you can prepare to roll your own timezone stuff. :-( ... (by imi)
|
by Gajewa469
Pointer Notation
|
|
[2 replies] Last: rates and *(rates + i) are equivalent expressions. The first u... (by kbw)
|
Behaviour of a static member in static function |
|
[1 reply] : Static variables have global lifetime, local scope and are initialised... (by kbw)
|
by harsh4u89
BIOS
|
|
[6 replies] Last: Writing bootsectors is quite fun. Another thing you can do is install ... (by chrisname)
|
by mayarb
random function
|
|
[7 replies] Last: didn't know. Sorry. Would you mind elaborating that? One nice e... (by imi)
|
by luckycusp
Destructor is being called..
|
|
[10 replies] Last: Also note that operator= should check that it is not assigning to its... (by imi)
|
by prat007
Prime nos
|
|
[4 replies] Last: @KrishnaV prat007 is selected for further rounds in General electrica... (by abhigrawal)
|
by chaz2115
Program using arrays
|
|
[8 replies] Last: You are welcome! :D (by m4ster r0shi)
|
by Edark
Copying derivated object from base class reference
|
|
[16 replies] Last: Well, I have almost finished the core classes of my particle system. F... (by Edark)
|