by noodel
BEGINNER IDEA
|
|
[no replies]
|
Class Lab |
|
[5 replies] Last: Oh ok, thank you, sorry that was kind of a dumb question. (by BudderProgram101)
|
by thenub
Unexpected Output in reading/writing class objects
|
|
[5 replies] Last: Thank you very much, you solved a problem which was very annoying for ... (by thenub)
|
by apache23
File data to ASCII guidance.
|
|
[7 replies] Last: ****FINAL UPDATE**** This is the redone code which I found would match... (by apache23)
|
by bumber
Passing a class into its own member function
|
|
[2 replies] Last: complex.cpp lines 22-23: What do these lines do? You have no left ha... (by AbstractionAnon)
|
by Erzi
Find the mistakes
|
|
[2 replies] Last: i search the mistakes in my Code It's not your code, rather your ... (by TheIdeasMan)
|
by senseios
Program does not let me provide input
|
|
[2 replies] Last: Thank you very much booradley60. Indeed, I forgot that while exiting t... (by senseios)
|
by rangergold
Program output issue
|
|
[2 replies] Last: Going back to iHutch105 is that you need to follow the data. As your p... (by HotShowers)
|
by slex04
while (score < 0 || score > 100)
|
|
[9 replies] Last: cout.setf(ios::fixed); cout.precision(2); got it ty (by slex04)
|
by thenub
Reading and writing structures
|
|
[1 reply] : After writing to the file you need to close it before you can read fro... (by Thomas1965)
|
by morastia
Homework
|
|
[2 replies] Last: The deadline is for tomorrow and i have been buried with work (outside... (by morastia)
|
by ephraimr
How to check if ISBN format is valid?
|
|
[1 reply] : I've recently done that for an assignement. What you wanna do is to ge... (by Viiarge)
|
by Scaseygg
C++ Name Sort Using BubbleSort
|
|
[1 reply] : You're close. I believe you're missing an extra for loop in your sort ... (by plsalinas)
|
by jj09786
Passing Class Instance throught pointer
|
|
[2 replies] Last: Thank you for your help , I now understand more the whole concept of p... (by jj09786)
|
by retra619
Looping Drills
|
|
[2 replies] Last: The title of your post is "looping drills" but I'm not seeing any loop... (by mgoodall)
|
by thehumaneric
Nested do-while loops in if-else if statements bugging out
|
|
[1 reply] : Well, at first glance, i question the need for lines 100, 101, 103, an... (by mgoodall)
|
by supakracka16
Critter caretaker help
|
|
[2 replies] Last: As they are private variables in the class, you need public getters (a... (by mgoodall)
|
by HJSSAE
Help with unexpected error codes
|
|
[1 reply] : I would suspect this needs to be resolved with pointers pointing to th... (by mgoodall)
|
by swankypeas
Help with file processing
|
|
[4 replies] Last: It wasn't meant to fix anything, but you need to make sure the file is... (by SamuelAdams)
|
by TonyDatTyga
Program.exe has stopped working
|
|
[1 reply] : num%divide https://stackoverflow.com/questions/7370154/cant-mod-zero... (by Moschops)
|