by emerald18
Class functions problem
|
|
[5 replies] Last: Been working on the code for a bit, its still not ready to run. Hoping... (by emerald18)
|
by dipen45
hint or algorithm to solve this
|
|
[no replies]
|
by CoderX
Help
|
|
[4 replies] Last: Thank you very much guys. (by CoderX)
|
by karlsanada13
atoi on FILE
|
|
[no replies]
|
by antonioruns
no matching function error
|
|
[2 replies] Last: I do here. #include"depot.h" 7 8 9 depot::depot(int num) 10 ... (by antonioruns)
|
by mjyz
Modulus and Hyphens
|
|
[1 reply] : The question relates to your other thread: http://www.cplusplus.com/fo... (by keskiverto)
|
by ayo
bool function check question
|
|
[2 replies] Last: are my if statements wrong? cant find bug https://gist.github.com/ano... (by ayo)
|
by antonioruns
invalid conversion from 'employee' to 'char'
|
|
[2 replies] Last: Thanks for your help. (by antonioruns)
|
by BrianA
Array getline
|
|
[4 replies] Last: Hope to get answer, ciz now I don't know whats wrong??? (by BrianA)
|
by mjyz
Printing Dashes/Hyphens ?
|
|
[3 replies] Last: I don't think you should use modulus unless it is a requirement for yo... (by Garion)
|
by NRich5
Simple array issue
|
|
[7 replies] Last: thanks for the help, had no idea it was so simple. (by NRich5)
|
by Ratham
Basic If Statement Question
|
|
[1 reply] : No. if(any expression here) will be true when the expression evaluat... (by S G H)
|
by Arctic Fox
return value from a void function?
|
|
[15 replies] Last: Almost forgot too, James2250; this doesn't really turn me off to progr... (by Arctic Fox)
|
by leo255
Inputting numbers from file into array - Most efficient way to remove zeros/negatives?
|
|
[no replies]
|
by kissy2490
Count
|
|
[5 replies] Last: here it shows how many zeros the user inputs. did you replace the line... (by krugle)
|
by ramirez618
I'm trying to build a simple payroll code
|
|
[4 replies] Last: I don't know why it unexpectedly stopped working if anyone can tell me... (by ramirez618)
|
by Epn5014
Write a C++ program that will display the following menu and work accordingly.
|
|
[2 replies] Last: cannot get code to handle firstName and id in struct and input, no let... (by Epn5014)
|
by GoPredsGo
Can seem to figure this out.
|
|
[1 reply] : Line 10 you are trying to use an argumented constructor no such constr... (by mobotus)
|
by prestokeys
Non-member function vs member function
|
|
[4 replies] Last: Ah! A different answer. Let me read this article now before I decide... (by prestokeys)
|
by mclarren2
Utilyty that converts dollars to coins, need help please
|
|
[2 replies] Last: Thanks, did a few changes and now it works somewhat but still having p... (by mclarren2)
|