by Huppa
Need help fixings bugs/errors
|
|
[4 replies] Last: You forgot a << in there. Yeah... Not like that's important or anyt... (by Huppa)
|
by Cody0023
Never seen this before.
|
|
[1 reply] : Hi Cody, Line 16 has default value - if no argument is supplied it wi... (by TheIdeasMan)
|
by alsade
where should i release the dynamic memory?
|
|
[1 reply] : After you done with it. In your code that means at the end of main(). ... (by MiiNiPaa)
|
by Mechennyy
Expression must have integral or unscoped enum type.
|
|
[12 replies] Last: Actually after thinking about it I'm not sure why I didn't just multip... (by Mechennyy)
|
by Huppa
Need help with ASCII program
|
|
[1 reply] : 1) Creating an infinite loop on lines 16-22 2) Casting char to char on... (by MiiNiPaa)
|
by cheagle5
Passing an input file by reference into a function that returns a string
|
|
[5 replies] Last: You have declared calcScore to take 7 arguments but on line 34 you onl... (by Peter87)
|
by Edward A
Help with shuffling cards (Vector)
|
|
[4 replies] Last: That sems to have fixed the problem, thank you MiiNiPaa! (by Edward A)
|
by Tiawulf
reading input from external files character by character
|
|
[9 replies] Last: You are opening it correctly. However I doubt that your filename is co... (by MiiNiPaa)
|
by wood123
matrixes
|
|
[1 reply] : You forgot to show your current code and ask question(s) about it. (by keskiverto)
|
by bookLearnin
Problems writing to the end of a binary file
|
|
[1 reply] : it just seems to write a new file, Sure thing, you are opening your f... (by MiiNiPaa)
|
by cheagle5
Apple mach-o linker (id) error
|
|
[1 reply] : these 4 errors "findLowest()", referenced from: calcScore(s... (by cheagle5)
|
by Huppa
I need help with a ASCII value program
|
|
[2 replies] Last: To get the actual numerical value of the character, cast it to an in... (by Huppa)
|
by kay19
Stack memory frame help.
|
|
[3 replies] Last: Alright, thanks for the reply. Thanks for the description (by kay19)
|
by rodef
Help with a function in a numer-to-english program
|
|
[2 replies] Last: if ((a==0,21) || /* ... */ The comma doesn't do what you think it d... (by long double main)
|
by SrgjanLDTeam
Error while converting Str To Int
|
|
[1 reply] : See: http://www.cplusplus.com/forum/beginner/120836/#msg657958 (by JLBorges)
|
by NullInfinity
Design Patterns and UML diagrams
|
|
[2 replies] Last: Gracias, Cubbi. (by NullInfinity)
|
by Bass581
New to programming and learning c++
|
|
[4 replies] Last: Apologies for the late reply. For me, keeping a track of nested block... (by NullInfinity)
|
by alsade
removing duploicates while merging array's issue
|
|
[no replies]
|
by prakhar1
Program ends abruptly if tried to enter a value or enters infinite loops
|
|
[16 replies] Last: Wow, 15 replies and we still haven't figured it out? :) Anyways, try ... (by long double main)
|
by danielc99
Simple File Stream
|
|
[4 replies] Last: @danielc99: Ok but did you read what i believe is wrong in your code? (by jasongog)
|