by Agent1291
Dynamic Array assignment question
|
|
[no replies]
|
by boston
Deleting a part of an external file via C++
|
|
[14 replies] Last: Not solved, as per usual. Just marking it as solved because I'm polite... (by boston)
|
C Does Not Name A Type |
|
[5 replies] Last: @coder77 I didn't give you all of my code. So actually, I think 'STOP... (by Code Assassin)
|
by Nehpets
txt replace line
|
|
[2 replies] Last: the problem is that the game has a scroll map and each time that i mov... (by Nehpets)
|
by Badshah
Getting input in fstream
|
|
[6 replies] Last: yeah got it bro.. Thanx a ton ! :D (by Badshah)
|
by morando
Binary operations
|
|
[6 replies] Last: As beginner i don't like to assume things by my self as it might turn ... (by morando)
|
by time to c
Pointers
|
|
[1 reply] : The simple answer is don't. You should not be trying to dictate memory... (by Computergeek01)
|
by narutochan
big addition project
|
|
[4 replies] Last: The way you're taking input for the numbers. cin requires you to hit E... (by Caprico)
|
by Assassin7257
How do I delete from an array using iterators.
|
|
[2 replies] Last: begin doesn't take any arguments and doesn't have anything to do on li... (by hamsterman)
|
by murat1290
calculating average
|
|
[5 replies] Last: whitenite1 is right. sorry. it was a typo. (by hamsterman)
|
by mikepapac
attempting to define character attributes
|
|
[3 replies] Last: Do you mean a struct/class such as class Character { ... private: ... (by coder777)
|
by caveman007X
I need help! With getline
|
|
[2 replies] Last: Next time you post, you might want to consider using code tags... make... (by Code Assassin)
|
by Apple Cider
Program exits immediately - alternatives to system pause?
|
|
[4 replies] Last: tried it with a program using more than two and it works! thanks for ... (by Apple Cider)
|
by Optyk
I ..need help
|
|
[1 reply] : In line 42 you call triangle(); , but your declaration says that this... (by tfityo)
|
by icomma
Having trouble making my maze solve itself
|
|
[4 replies] Last: Turns out it called around uh... 5000 times before it broke. But oh w... (by icomma)
|
by Jarr10
Program Help
|
|
[5 replies] Last: Oh that's not rude at all, I can assure you that. Many others have re... (by webJose)
|
by ccPac014
arrays and nested for loops
|
|
[7 replies] Last: There's some documentation on multidimensional arrays here: http://www... (by benjamin d)
|
by akballow
Kruskal algorithm help.
|
|
[1 reply] : I know it has to do something with my private initiations. If i take ... (by akballow)
|
by Haru
invalid conversion of int* to int
|
|
[4 replies] Last: Thanks a ton! The right code ended up being: for (k=1;k<8;... (by Haru)
|
Time since the epoch (Just need quick help on math) |
|
[1 reply] : You're multiplying instead of dividing at each step. (by jim80y)
|