how do i count up the total at the end? program is able to run |
|
[6 replies] Last: in your validset() function, add int& valid, int& invalid. Initialize... (by disturbedfuel15)
|
Do you have to declare a class object in order to pass values to a constructor? |
|
[1 reply] : Color ("Why can't I pass a variable to the constructor?"); is a cas... (by JLBorges)
|
by moufou
problem with creating object
|
|
[18 replies] Last: As long as objects created from the class remain responsible to displa... (by PCrumley48)
|
by Gingerbread
Trouble with errors related to Class, Objects, and Arrays.
|
|
[1 reply] : You've got some copy-paste artifacts (by instance, line 17), please fi... (by ne555)
|
how to skip a function in main program? program can be runned |
|
[4 replies] Last: You're welcome. Why did you delete the original question? Others may... (by disturbedfuel15)
|
by spenser1235
Reading From a File
|
|
[5 replies] Last: add one more line to your first if statement. if (num >= big_num) { b... (by disturbedfuel15)
|
by zartan917
new to C++/this forum hi!
|
|
[5 replies] Last: thank you. ok i have this now..not sure if c++ needs {} for the ifs t... (by zartan917)
|
void function problem |
|
[4 replies] Last: I'm gonna help you with one of the statements, this is one of the ways... (by Jacobhaha)
|
by Bogeyman
Add Movable Player to Map (1,2)
|
|
[39 replies] Last: Apologies for not posting sooner but I've been very busy with coursewo... (by Bogeyman)
|
by Extreme112
Vectors in Functions
|
|
[2 replies] Last: Thanks. (by Extreme112)
|
Compiler keeps giving out the error "unterminated #ifndef" |
|
[1 reply] : You need to match the #ifndef with a closing #endif http://www.cprog... (by wildblue)
|
by nitrors4
Issue checking for an exception
|
|
[1 reply] : long acct_num; //Define a variable line 15 else if (acct_num. leng... (by wildblue)
|
by wolfv
Two libraries containing identical include guards
|
|
[2 replies] Last: Thanks Esslercuffi. The "#pragma once" directive looks interesting. (by wolfv)
|
by cGuru
Creating Username & Password
|
|
[no replies]
|
by rbraumies
functions
|
|
[1 reply] : 1. Compare getGrossPay() prototype and definition - parameters are m... (by rich1)
|
by Ichmagkekse
Dictionary with swich statment and string
|
|
[3 replies] Last: You will not find a solution because as wildblue said you cannot use s... (by admkrk)
|
by Dgonzalez1
decleration error
|
|
[2 replies] Last: Thanks, so much simpler than what i had. (by Dgonzalez1)
|
by pyro9drumers
How does if/else statements work ?
|
|
[12 replies] Last: Okay ! Well thanks for the help jlb ! Now I can work on some code loo... (by pyro9drumers)
|
by brenP
Only accept whole numbers for input
|
|
[5 replies] Last: There are three things going on here, get a number, make sure it is an... (by Lowest0ne)
|
by Endymion
Return Value for calling a function
|
|
[4 replies] Last: Well here is my working code. Thanks for the help guys. #include <ios... (by Endymion)
|