by zCasanova
[Linker error] undefined reference to 'function'
|
|
[2 replies] Last: The function prototype, (lines 5-7), function definition (lines 46, 77... (by Chervil)
|
by mcnevermore
Stuck... on a while loop! Help please!
|
|
[4 replies] Last: Okay. I see. So I just changed the condition to now be ( xNum != 0) ... (by mcnevermore)
|
by agnophilo
Dynamic memory (new) question.
|
|
[16 replies] Last: chipp, in the first function, str is a pointer that points to memory a... (by cire)
|
by eXord
Copy constructor - "invalid memory allocation"
|
|
[3 replies] Last: Thanks for your replies, @JLBorgess this way seems interesting, i've ... (by eXord)
|
by Catfish3
C++ equivalent for tmpfile()
|
|
[9 replies] Last: libstdc++ specific (AFAIK, works only for char and wchar_t): #includ... (by JLBorges)
|
by zukias
Question on class pointers...
|
|
[6 replies] Last: Thanks for replies anthony & framwork, I think that cleared it up for ... (by zukias)
|
by baby bunny
How to extract the bits from a binary number?
|
|
[4 replies] Last: Thanks a lot! (by baby bunny)
|
by Octoballa
Trouble with overloading the << operator
|
|
[2 replies] Last: There is no reason to be calling new and using pointers in that code. ... (by cire)
|
by Mustehssun
What's the use of explicitly defining a destructor?
|
|
[2 replies] Last: Deallocating memory isn't the only reason why one should overload the ... (by closed account zb0S216C)
|
Linear Search for Lottery Ticket |
|
[2 replies] Last: Hey thanks for the help Chervil. I cannot believe it was something as ... (by solemnservant)
|
by baby bunny
Problem with Visual C++ 2008 error LNK2019: symbole externe non résolu
|
|
[7 replies] Last: Yeah it seems fine for the moment. Thanks! (by baby bunny)
|
Problems with reading a file. |
|
[1 reply] : Please use code tags and indent. The extraction operator (>>) ignores... (by Lowest0ne)
|
by Mustehssun
what does return 0 in main function do?
|
|
[8 replies] Last: this works too.. //image this was a program called SOMEPROG.EXE ... (by DysFunc)
|
by Felicia123
doubly simple linked list
|
|
[15 replies] Last: As i understand function addNodeF has to add a new element at the tail... (by vlad from moscow)
|
Passing a 2-D Array To A Function |
|
[4 replies] Last: It means that function fill is invalid. Investigate its code. (by vlad from moscow)
|
by Mustehssun
question from the tutorial
|
|
[4 replies] Last: i got it... Thanks for the time :) (by Mustehssun)
|
by Vidminas
How to delete console history?
|
|
[6 replies] Last: Are you trying to do this in bash? No, I'm trying to do this in a con... (by Vidminas)
|
by aslv
HTML through C/C++
|
|
[3 replies] Last: Thank you. I successfully solved my problem. (by aslv)
|
Can't read second line from a file |
|
[1 reply] : fin >> v1; for(int i=0;i<10;i++) { fout << v1; fin >> v1; fout << ' '... (by fg109)
|
by IceyEyez
Expected Primary Expression before "int"
|
|
[2 replies] Last: Thanks, i'l be sure to start at a lower level before I go for tasks li... (by IceyEyez)
|