by Gingerbread
Global to local variables
|
|
[2 replies] Last: Not allowed to use array's haven't learn them yet (by Gingerbread)
|
Inheritance question |
|
[3 replies] Last: No problem =) (by crimsonzero2)
|
by ezmesori
Dynamic Array "Resizing"
|
|
[6 replies] Last: Your resize function looks correct to me but the main loop isn't right... (by dhayden)
|
by chick3n13
Learning functions and need some help...
|
|
[4 replies] Last: You don't have to initialize payRate, consultTime or totalIncome they ... (by mobotus)
|
Large Numbers show up as negatives. |
|
[4 replies] Last: I havent even gotten to making preventative code for numbers less than... (by popsaregood230)
|
My code will compile, but it says I have not initialized my variables |
|
[2 replies] Last: Also on line 9 when you declare your function prototype, you don't giv... (by MrGoat)
|
by traplord
Trying to Search a Character Array for a word.
|
|
[1 reply] : This might help: http://www.cplusplus.com/reference/cstring/strcmp/ ... (by closed account 48T7M4Gy)
|
by Sh0es
Getting chars from cin.
|
|
[1 reply] : You can use the cin.get() function, with the exception of doing it lik... (by crimsonzero2)
|
by justtale
Really need help on finding length in text file.
|
|
[2 replies] Last: Well, thanks but the way you do is completely different then what I ha... (by justtale)
|
Accessing members of another class |
|
[3 replies] Last: Thanks a lot. It works now. I've spent hours on this stupid mistake. (by carlossentino)
|
by Ascendant78
How to change the size of an array based on input?
|
|
[11 replies] Last: Wow, so I figured out that my problem was in a different part of my co... (by Ascendant78)
|
by mjpin1
Guessing game code won't work
|
|
[11 replies] Last: Okay i understand now. Thanks everyone for all your help! (by mjpin1)
|
compiler error "left operand must be l-value" |
|
[2 replies] Last: thank you very much. Also, I apologize for the lack of whitespace (noo... (by mojorising484)
|
by titan93
Program will not output correctly
|
|
[no replies]
|
by titan93
Need help on my program I can't get it to work properly.
|
|
[6 replies] Last: Sorry for the late reply, but I ended up getting the program to functi... (by titan93)
|
by patriic48
Need a function to do an output
|
|
[6 replies] Last: Yes, I got it to work. Thank you! /P (by patriic48)
|
by Guzfraba
Which option ?
|
|
[1 reply] : I would prefer std::to_string because it's less messy. (by Peter87)
|
by patriic48
Want to change a char in a vector of chars
|
|
[6 replies] Last: @patriic48 - Your if statement inside your last for loop is wrong. Wh... (by art1986)
|
Passing values between 2 functions |
|
[3 replies] Last: n1 = from; n2 = to; that's exactly what's missing in your first post.... (by ne555)
|
by jado765
PC too dumb to read
|
|
[4 replies] Last: It could. But honestly, the standard library string is so widely used... (by Esslercuffi)
|