by ThemePark
Const correctness and mutable
|
|
[4 replies] Last: bits is not part of Test1's state because Test1 is merely a container... (by cire)
|
by ihnena
How to put all cout statements together when using if/else if
|
|
[3 replies] Last: I feel kinda silly now haha :v (by xismn)
|
by evan1991
Pseudocode
|
|
[6 replies] Last: Thanks all (by evan1991)
|
by leo255
Need to end program if condition is not met
|
|
[5 replies] Last: I'm not sure what you are asking. The program will always end when it ... (by Chervil)
|
by JRimmer
Functions
|
|
[1 reply] : Well, each time you type out: diceroll() you are calling the funct... (by Ispil)
|
by Vorstoss
string subscript is out of range
|
|
[1 reply] : You're attempting to use a std::string as though it was a c-string. I ... (by Chervil)
|
by CodeMonkey05
Initilization List + Inheritance Assistance/Help
|
|
[3 replies] Last: ^Thanks for the tip! that solved a good portion of the problems but I'... (by CodeMonkey05)
|
by ihnena
How to format cout statements when using if... and else if...
|
|
[2 replies] Last: Oh oops, sorry. There you go! (by ihnena)
|
Polymorphism. adding new functions |
|
[3 replies] Last: Hi there, Let's look at your code: void main() { Residential_Bui... (by closed account o3hC5Di1)
|
by patieB
char and string output
|
|
[3 replies] Last: Okay i think the logic of that code you pointed out is the which is of... (by patieB)
|
by jumpinmp
Increment and decrement operators in postfix and prefix mode
|
|
[4 replies] Last: Thanks again. Thanks, -jumpinmp (by jumpinmp)
|
by CFalkirk
Initial Integer won't output after cmath coding.
|
|
[8 replies] Last: Good call. Give my brain and eyes a rest. (by CFalkirk)
|
Algorithm to determine multiples? W/o need for libs or extra includes. |
|
[2 replies] Last: Great answer, I was expecting the Modulus to come into play first as i... (by closed account G30oGNh0)
|
by MasterT
Stack and the heap
|
|
[2 replies] Last: Thanks! (by MasterT)
|
by kenglong
Populating multiple variables with one cin
|
|
[4 replies] Last: Yes, I think that's a fair way of looking at it. You might say, if all... (by Chervil)
|
Substrings |
|
[1 reply] : Hi there, First off, I'm not sure if your aware, but some of these fu... (by closed account o3hC5Di1)
|
by steviethundr
Request for help with problem involving Strings, Substrings, Delimiters
|
|
[4 replies] Last: The program does now work after adding pos = totalF.find(delimiter); ... (by steviethundr)
|
by saiz
value of friday
|
|
[1 reply] : The fact that you are not willing to simply compile this is completely... (by Computergeek01)
|
by Bdanielz
how would I use set fill to repeat a string. like "%_"
|
|
[1 reply] : Hi there, could you be a little bit more specific as to what your IDE... (by closed account o3hC5Di1)
|
by canucksfan1
Variable "--" being used without being initialized
|
|
[11 replies] Last: Thank you so much NwN i spent a few hours trying to figure out what th... (by canucksfan1)
|