by cristian c
Returning local automatic objects from functions (1,2)
|
|
[32 replies] Last: OK, the only valid option for me where I am is a portfolio. Internshi... (by cristian c)
|
by sintaxes
If statements and functions
|
|
[2 replies] Last: here.For some reason area of triangle always comes to be zero #inclu... (by closed account 1vf9z8AR)
|
by tagerR
What's wrong with my code
|
|
[3 replies] Last: are you using visual studio? If so thats because it will be looking fo... (by heintzman)
|
by conquerorbh
c++
|
|
[2 replies] Last: thanks for help but " i have to use function in class." (by conquerorbh)
|
by Ndutta
Reading from a txt file, saving it into a parallel array and predicting the future date
|
|
[2 replies] Last: Thank you Handy Andy. I'm still trying to figure it out, but I hope I'... (by Ndutta)
|
by Mjimmie1
Can't get my return values to properly work.
|
|
[5 replies] Last: Thank You So Much! I don't have much time to work on it right now. I h... (by Mjimmie1)
|
by heintzman
vector not returning expected value
|
|
[3 replies] Last: Dang its always something simple I'm just not seeing, thank you! (by heintzman)
|
why is my program crashing |
|
[2 replies] Last: Ah I see, yea I didnt realize that my file had words more than 16 char... (by closed account EAk1vCM9)
|
by adam2016
line of code giving me trouble
|
|
[11 replies] Last: so for example a = some memory address that holds the string "one"? ... (by Chervil)
|
by riona riri
This is a part o a bigger program. The display function is printing the last record twice. Can anyone point out my error?
|
|
[4 replies] Last: Hello riona riri, Chervil has very good suggestions here. I loaded u... (by Handy Andy)
|
by Cppmiel
Code review. How to make my code look better.
|
|
[8 replies] Last: @JLBorges I appreciate it, sir. But I'm afraid that's a little bit to... (by Cppmiel)
|
by newflyyera
Dice Game
|
|
[1 reply] : First of all "newflyyera" please format your code and make sure it is ... (by Xenophobe)
|
by Frank315
Counting characters
|
|
[5 replies] Last: The approach from @AndreGS is ok, but the use of numeric codes in cha... (by Chervil)
|
by Garribean
Passing Read values from a function to another
|
|
[3 replies] Last: My conversion void convert(int songLength, int &minute, int &second... (by Garribean)
|
by roids55
Palindrome and prime functions errors
|
|
[3 replies] Last: Making mistakes is ok and part of the learning process. In order to ge... (by Thomas1965)
|
by joshua100
I Need Help Please :(
|
|
[1 reply] : Okay, for starters, what have you done? :) It'd be a good point for ot... (by Little Captain)
|
by Im4b4dc0der
rng game
|
|
[1 reply] : You didn't create a seed. Use srand(time(NULL)); (by Hengry)
|
by mlholder
Extra newline in output
|
|
[2 replies] Last: Thank you for your reply. I also was trying to emulate the output in a... (by mlholder)
|
by sharbu
Time Limit Exceeded - Explanation needed
|
|
[2 replies] Last: Here is the problem. int min=Integer.MAX_VALUE; The assignment w... (by Cody0023)
|
by Sentoo
string Fraction
|
|
[2 replies] Last: My project if working fine now. Thanks, Repeater! (by Sentoo)
|