by Bopaki
compiling a program and getting an undifined reference to the destructor
|
|
[3 replies] Last: Thank you all. I commented out the destructor and the program worked f... (by Bopaki)
|
by MaBunny
Pls comment for further improvements...
|
|
[5 replies] Last: Normally you throw exceptions in the code that has to report an error ... (by Thomas1965)
|
by spencer10
Help with charter count using switch statement
|
|
[3 replies] Last: You do not increase i in the while loop. So line 65 will always check ... (by Mathes)
|
by morrosis
calling a function error
|
|
[2 replies] Last: Your prototype of int get_int_ref() does not declare the function void... (by Mops)
|
by FelipeNino
Cant figure out how to print out figures
|
|
[3 replies] Last: Hi sorry for late reply hope it helps anyway. I will try to explain wi... (by Mops)
|
by SIlentace33
Help with using a while loop.
|
|
[1 reply] : You need to check cin to determine wether there is an error like eof. ... (by coder777)
|
by nochillivan
Count of factors in loop
|
|
[1 reply] : What exactly is the problem? (by coder777)
|
by rantiv
Adding elements to an array
|
|
[3 replies] Last: void display_list( const string grocery_list , int current_list_siz... (by JLBorges)
|
by Axarator
What on earth is happening here
|
|
[4 replies] Last: When you do divide an integer with an integer the result is always an ... (by keskiverto)
|
by bazzboyy
Code design struggle ~ Help!
|
|
[1 reply] : I would create a "game" class, where you abstract the rules, points to... (by Bdanielz)
|
by kikiyox77
Help on hwk Assignment
|
|
[1 reply] : Where are your return statements? At the end of each count* function? ... (by keskiverto)
|
by Tyleahsmom
Cant fix declaration errors
|
|
[3 replies] Last: No worries, pleased to help :+) I guess there is a bit of a learning ... (by TheIdeasMan)
|
If/else inside of a do-while loop? |
|
[2 replies] Last: Like Helios said, you're a gonna need some ( ) to make sure your boole... (by Viiarge)
|
by mn04
Create event calendar with Time, Event, and Month classes.?
|
|
[no replies]
|
by tarekhojeiri
Arrays and functions
|
|
[1 reply] : you are only showing us main(). Where do you define the print function... (by Ganado)
|
by sadij97
While Loop error
|
|
[4 replies] Last: @keskiverto Thanx a lot for explaining. I copied exactly the same. T... (by sadij97)
|
by uljimah
I need help with subtracting two text files
|
|
[3 replies] Last: anyone want to help me out? I am studying for my final (by uljimah)
|
by hihihs
abstract base class and constructor
|
|
[4 replies] Last: Thank you. This is correct: Dog::Dog(string a, string b):Pet(a,b) {} ... (by hihihs)
|
by noaboa
Load from file
|
|
[no replies]
|
Rock-paper-scissors game |
|
[2 replies] Last: Okay I appreciate that I'll go ahead and implement that to repeat it. ... (by The117Vendetta)
|