by Roody
what is wrong with my code ?
|
|
[5 replies] Last: it worked , thank you . (by Roody)
|
by Coder678
Ideas for a C++ project?
|
|
[2 replies] Last: A gradebook is a common project for such specifications. (1) Prompt... (by Aaron Vienneau)
|
by SCB3
having trouble using an array
|
|
[4 replies] Last: if (userchoice == 'd' && minesweeper ==mine||guesses==65) { c... (by SCB3)
|
by SAM012
nesting loops?
|
|
[1 reply] : Please edit your code and use code tags otherwise its unreadable - htt... (by TarikNeaj)
|
Write a program that displays the first ten lines of a file |
|
[2 replies] Last: thank you. \ (by fermentingblob)
|
by abdalimran
Why is it showing "error: void value not ignored as it ought to be" in my insert function of Binary Search Tree?
|
|
[2 replies] Last: I've changed the function. Now it doesn't show any error. But after ru... (by abdalimran)
|
by ahhvb
Help reading files
|
|
[13 replies] Last: On second thoughts... you should probably not use double backslashes (... (by Peter87)
|
by PapaSmurf
Unknown size of vector
|
|
[1 reply] : Its becuase in you have Berth included in Rows, and Rows included in B... (by TarikNeaj)
|
by VVS
check out code error ?
|
|
[2 replies] Last: thank you! (by VVS)
|
by ebucna
Can't populate array with string
|
|
[9 replies] Last: lol (by ebucna)
|
by VVS
++ -- expressions
|
|
[3 replies] Last: I just showed you how. Its the same... cout << "Enter width: \n"; ci... (by TarikNeaj)
|
by s8050
How to define a variable that might be a number or a word?
|
|
[2 replies] Last: that was so helpful! thank you very much :) (by s8050)
|
by Peggers
Some general advice
|
|
[2 replies] Last: Those uni assignments would help a lot, and the exercises look like th... (by Peggers)
|
Segmentation error! Plz help |
|
[12 replies] Last: > The answer to your problem is that you have not allocated memory for... (by ne555)
|
How to loop through a map of vectors? |
|
[3 replies] Last: Morning my friend, before giving you more of a hint, I have to let you... (by ultifinitus)
|
by hellwolf
indefinite matrix
|
|
[7 replies] Last: That's valid in C99, however unfortunately not everything in C is avai... (by Avilius)
|
by Iznogoud90
If statements and conditionals.
|
|
[3 replies] Last: Debugging man. Debugging saves life. (by TarikNeaj)
|
by mighty asker
Using "any_of" for string
|
|
[19 replies] Last: Ignore, the odd bits -- I did miss that square. On the cpp.sh: #incl... (by keskiverto)
|
by koopey
binary search insert function implementation
|
|
[10 replies] Last: It's different when you're allocating new memory. #include <iostream... (by fg109)
|
Explain this please |
|
[5 replies] Last: Yes a function is returned, you're returning an integer errm, o you ... (by tipaye)
|