by dessoul
'while' looping
|
|
[1 reply] : The problem lies in the scope of your while loop (by Smac89)
|
by Newbiee
Reading text to arrays
|
|
[4 replies] Last: I forgot to say earlier that this was exactly what I needed! I'm alway... (by Newbiee)
|
by robgeek
Linked list in c doesn't work properly.
|
|
[2 replies] Last: You are setting list to NULL each time a program is called, don't you... (by robgeek)
|
by whatisjeff
Please critique my code?
|
|
[7 replies] Last: I don't understand what the point of adding/subtracting 1 from guess ... (by AbstractionAnon)
|
by ace55
Please help with my error??
|
|
[1 reply] : I do not see any problem with your code. Insert an additional statemen... (by vlad from moscow)
|
game design question (1,2) |
|
[29 replies] Last: @yemeni cpluspluser The code now works I had just assumed it was sort ... (by closed account 30X1hbRD)
|
by ldv
C Memory & Pointers Short question.
|
|
[1 reply] : Did the question specify that i is stored at that address? In that cas... (by Peter87)
|
by HarryNewgas
Don't understand "&" after string
|
|
[2 replies] Last: Thanks, I'll try to understand it :D (by HarryNewgas)
|
by nsahawks7
Classes and Objects not working? BMI Calculator Program
|
|
[6 replies] Last: Thank you, works fine! (by nsahawks7)
|
by amanda850
writing to a file and not standard output
|
|
[no replies]
|
by kpma
Array Search Question
|
|
[5 replies] Last: @Cubbi I did not take into account that the array is sorted. Then s... (by vlad from moscow)
|
just a quick (noob) question |
|
[8 replies] Last: @the prince "CaptainBlastXD, I mean like if you had a really big proje... (by closed account EwCjE3v7)
|
What book should I read to learn c++ |
|
[7 replies] Last: Thanks the prince I will download the e-books.Thanks Edit: Chilli and... (by closed account EwCjE3v7)
|
by Adnanqadri
Problem's solution required
|
|
[4 replies] Last: using notepad I think I've managed to get it working properly. (Just s... (by closed account 30X1hbRD)
|
by HarryNewgas
Confused about int letterFill (char, string, string&)
|
|
[1 reply] : It's not a variable, it's a function. http://www.cplusplus.com/doc/tu... (by Disch)
|
by Angry Food
if else statement problem
|
|
[2 replies] Last: Do not duplicate conditions. Code duplication is bad. The 'else' a... (by Disch)
|
by otisphat80
Array must not exceed
|
|
[4 replies] Last: I see. Thank you . (by otisphat80)
|
Report Heading |
|
[2 replies] Last: Great! Thank you. I'll keep that in mind the next time I post. (by cPPbeginner17)
|
by cshu
classes
|
|
[4 replies] Last: Maybe this will help you get started: class Employee { int empi... (by AbstractionAnon)
|
by Lim Boon Jye
Looping function , implement own logic
|
|
[4 replies] Last: any idea? (by Lim Boon Jye)
|