Am I using dynamic memory right? |
|
[9 replies] Last: I fixed my error, I just deleted string * and the int in line 41. Derp... (by liquifiednate)
|
by lizardqueen
Help with algorithm for extraction operator
|
|
[9 replies] Last: What do you mean by "it doesn't ask for user input"? Does it just comp... (by long double main)
|
Pointers |
|
[2 replies] Last: If you could give me some insight on what to change and what its doing... (by sunvsrhinovirus)
|
by zolo
retrieve class methode vector memebers
|
|
[11 replies] Last: Hi, thanks a lot! Now I get it! it works now! :) I know I should ind... (by zolo)
|
by helpmeplease
.exe runtime error
|
|
[3 replies] Last: On line 101 you have an excessive closing brace ( } ) On line 222, you... (by xismn)
|
by dayan1
Integer Square Root
|
|
[2 replies] Last: Right now you're calling the function to do the square root before you... (by wildblue)
|
by Dan Feerst
strange segmentation fault
|
|
[8 replies] Last: The ampersand used here is more commonly called the "address of" opera... (by cire)
|
by mrfoka
Write a C++ program
|
|
[1 reply] : We are not here to do your homework for you :) - at least have a go... (by Codermik)
|
by Zenical
Using a 'while' loop to guess a persons age
|
|
[1 reply] : I had to add #include <cstdio> to get the code you have to compile for... (by wildblue)
|
by lethal71
Help with template functions
|
|
[no replies]
|
by iluv41
reading from a file, program crashing?
|
|
[1 reply] : Instead of [code firstline=8]while (!inFile.eof()) { getline(inFil... (by long double main)
|
by phztfte1
PROBLEM WITH SCANF_S
|
|
[3 replies] Last: Thank you mutexe. It works. long double main, I am taking a free on... (by phztfte1)
|
by jonanderdiez
Problems with gets()
|
|
[2 replies] Last: Thaks, but: 1st) I've include those librarys, but in the new version ... (by jonanderdiez)
|
by Hercules
When writing to file, it keeps writing on the same line
|
|
[no replies]
|
by DesmondSun
Random Math question
|
|
[1 reply] : hiya, if(answer==one+two) {cout<<"Genius!"<<endl;} this will bl... (by mutexe)
|
by Oh Hey Its Z
Bool Function Error
|
|
[2 replies] Last: Oh that's true! I was too caught up in the bool function part, I didn'... (by Oh Hey Its Z)
|
by stdeez
vector refuses to work
|
|
[1 reply] : vector is in the std namespace, so you need to put std:: in fron... (by long double main)
|
by Ryan542
{Urgent} Find row/column of array element in last iteration of for loop?
|
|
[1 reply] : Make copies of i and j (in, jn, ix, jx) whenever you update the mn and... (by keskiverto)
|
by binf
Functions,Arrays question
|
|
[4 replies] Last: First, I suggested a int biggestDigit( int number ); but you created... (by keskiverto)
|
by Edziulka25
AVL tree
|
|
[no replies]
|