by Algar32
Why can't I use a for loop here?
|
|
[8 replies] Last: you can enter it 8 times, but it gets overwritten 7 times, so only the... (by Jikax)
|
by eyesofhope
Displaying a 2d array on console problems
|
|
[2 replies] Last: Haha I knew it was a simple thing :D Thank you kindly! :) (by eyesofhope)
|
by Macki
Vector Median Sort Array Prog Hangs
|
|
[3 replies] Last: Again.. working or learning to program.. at 32 can be enlightening ... (by Macki)
|
by Halo Fan
How can I fill an array correctly using rand() ? (I have errors)
|
|
[6 replies] Last: Thank you very much for all of your help cire! I hope that someday I c... (by Halo Fan)
|
by JRimmer
Help with Strings & Functions
|
|
[1 reply] : well your biggest problem here is that you've declared your function s... (by eyesofhope)
|
by ant1989
error c2248, please help
|
|
[2 replies] Last: You might consider making void read_all_records a friend of the clas... (by cire)
|
by kethgr
Program help
|
|
[7 replies] Last: Got it. Thank you. :) (by kethgr)
|
by maha27
How to compare a string with file's content?
|
|
[no replies]
|
by Jkipod
Calculator Help
|
|
[2 replies] Last: i figured it out by first making the wile loop then adding the calcul... (by Jkipod)
|
by Aaron Law
Hangman game function issue (1,2)
|
|
[22 replies] Last: lol... Ok. I'll take a look at it and try to see what's going on. (by Vlykarye)
|
by Cirabou
Please help with Public/Private methods
|
|
[3 replies] Last: Wait a minute. I think it is letting me define it, just like any other... (by Cirabou)
|
Can someone help explain how time(0) works ? |
|
[no replies]
|
by wdh113
Do while issues
|
|
[5 replies] Last: @atropos- i guess ill do it that way i mean technically i am using a d... (by wdh113)
|
by lcmosley
Syntax errors
|
|
[2 replies] Last: Thanks. I am not really sure what type to declare temp? (by lcmosley)
|
by needhelp2345
No idea what is with this class and arrays stuff
|
|
[1 reply] : You have not even attempted to do anything with this yet - no one will... (by georgewashere)
|
by cokane
Truncating Issue
|
|
[1 reply] : Try parenthesizing the operands of ?: and make sure it isn't a precede... (by Zhuge)
|
by skhailie716
"return" does not make the code to "return." =(
|
|
[4 replies] Last: It is your program. I do not know what shall be there. But the constru... (by vlad from moscow)
|
by PALTIOUS
writting a while loop
|
|
[1 reply] : while ( ( std::cin >> number ) && ( 0 < number ) ) { .... } (by vlad from moscow)
|
by HeroiAmarelo
remove command is not declared by protection?!
|
|
[1 reply] : i would just get code::blocks. VS C++ is my mortal enemy too. (by IWishIKnew)
|