by ljrobison
Need advice with I/O Streams and Data Files
|
|
[6 replies] Last: Yes, what you have done here is 1.) You open the file. 2.) You as... (by nemesiscplusplus)
|
Parse the hex digits of int? |
|
[1 reply] : You can get the last byte with mynum & 0xFF , the other one with ( ... (by Bazzy)
|
by JRevor
Weird syntax error
|
|
[6 replies] Last: EDIT :(the message this was an answer to was deleted) This is w... (by JRevor)
|
by jsidbury
having trouble with arrays
|
|
[1 reply] : Please use [co de] tags. You are not specifying the return types ... (by Bazzy)
|
by mbahdoekon
sorting method
|
|
[10 replies] Last: It's a sort in place algorithm to take a heap (as an array) and turn i... (by firedraco)
|
by keewong
counting to the '\0' on the array of char
|
|
[4 replies] Last: There are a number of ways to do this. you are making it way too comp... (by kempofighter)
|
by stupid idiot
references
|
|
[2 replies] Last: ahaa.. wow, thanks a lot (by stupid idiot)
|
by makan007
Circle
|
|
[3 replies] Last: cout << circumference (radius); radius is a function, pass it with a... (by Bazzy)
|
by comp008
Array Problems
|
|
[2 replies] Last: standard for loop for single dimensional arrays, and imbeded for loop ... (by gcampton)
|
by Nekrolysis
How can I avoid using 'GoTo'???
|
|
[2 replies] Last: oooo who used to program on commodore64 (me2) :D you may want to ... (by gcampton)
|
by JohnOPhelan
if Loops
|
|
[3 replies] Last: what bazzy said ^^, looks fine to me except you have the order of assi... (by gcampton)
|
Distance Formula Not Homework |
|
[5 replies] Last: To answer your actual problem, you're not calling any of the other fun... (by demosthenes2k8)
|
by mcb413
Void functions
|
|
[5 replies] Last: Haha, i think he got the answer and forgot to give thanks to someone i... (by nemesiscplusplus)
|
by Yodiggidy
Having problems with gradeCalculator
|
|
[5 replies] Last: The only errors I am getting is that it's saying 'programRatio' is un... (by nemesiscplusplus)
|
How to Make a Palindrome? |
|
[8 replies] Last: So here it is.. Just found out your error.. You must change your st... (by nemesiscplusplus)
|
multiset failed |
|
[1 reply] : http://www.sgi.com/tech/stl/StrictWeakOrdering.html "if a is less t... (by PanGalactic)
|
by thetransltr
I cant understand this...
|
|
[5 replies] Last: Thank you guys! (by thetransltr)
|
Who knows SDL? |
|
[1 reply] : Line 94: Assignment in conditional. Line 151: Superfluous check. (by helios)
|
by printstars
Having Issues with Initializing Char
|
|
[1 reply] : while (input != diameter || input != circumference || input != area) ... (by Bazzy)
|
by pressence
Adding To Game
|
|
[13 replies] Last: You have the same errors I corrected you on the first post. You shoul... (by Bazzy)
|