Free'ing Unowned Space |
|
[9 replies] Last: Instead of returning a raw pointer you could return a unique_ptr. std:... (by Peter87)
|
by EirikO
Represent datatype with given resolution
|
|
[3 replies] Last: You could use a library that provides fixed point decimal numbers supp... (by bartoli)
|
by gaurjimmy
Searching for a string
|
|
[3 replies] Last: Never Mind.. Got it.. char szLine =""; fgets(szLine, sizeo... (by gaurjimmy)
|
by Need4Sleep
Program crashes using getline
|
|
[5 replies] Last: It's strncpy that fails, you reversed the parameters. char * Conver... (by naraku9333)
|
by troutguy
Copy Constructor question
|
|
[4 replies] Last: Great...thanks a bunch. Node::Node(const Node &aNode) (by troutguy)
|
by ToniAz
Freeing Space in Array-Returning Fonction
|
|
[4 replies] Last: Most implementations of malloc() write some information about the retu... (by helios)
|
by spy man
problem with some codes
|
|
[1 reply] : i dont understand it either, but if you do not understand the code, do... (by warrier)
|
by nuju
Write a custom audio mixer
|
|
[6 replies] Last: Thanks for all your help everyone. I'll look over this! (by nuju)
|
by cniper
employee database using vectors problem (1,2)
|
|
[26 replies] Last: well, you were on the right track and willing to solve the problem. so... (by coder777)
|
by gonza8888
overload vector find
|
|
[1 reply] : You shall include header <algorithm> (by vlad from moscow)
|
by kalyanreddy
const keyword usage
|
|
[1 reply] : Consider non-static member functions as having implicit additional fir... (by vlad from moscow)
|
by gonza8888
set of struct
|
|
[2 replies] Last: Hey, thank you for the repply! I try to make that, and have this erro... (by gonza8888)
|
by ajbm6
help!
|
|
[1 reply] : http://cplusplus.com/forum/beginner/1/ (by cnoeval)
|
by xantavis
avoid new line after cin.
|
|
[4 replies] Last: Here's an idea, don't bother. Concentrate in your program instead of t... (by ne555)
|
by dorien
help with unhandled exception
|
|
[16 replies] Last: I found the problem: I accidentally changed 1 line into comment. This ... (by dorien)
|
by Ultimatenero
polymorphism problems from java to c++
|
|
[4 replies] Last: OMG? (by Ultimatenero)
|
by ToniAz
void * as function argument
|
|
[2 replies] Last: It's safe if you cast back to its original type, the problem is that t... (by aquaz)
|
by naskopw
OOP game
|
|
[6 replies] Last: A game is a great thing for OOP. A charakter is certainly a class. A l... (by coder777)
|
by MottMan
Reading Through a File of Ints and Strings
|
|
[11 replies] Last: Okay, thanks for the explanations. Aha, I will. It's just nice to ge... (by MottMan)
|
by christof
c/c++ refernces
|
|
[2 replies] Last: man (for C) (by ne555)
|