by ynotmi
I have a MATH Issue?? & the program is making NUMBERS
|
|
[7 replies] Last: Thanks Guys for all your help I figured out the Math issue by making ... (by ynotmi)
|
by Aye
Help please!!
|
|
[2 replies] Last: Thanks alot, but still facing the same problem, the average is a huge ... (by Aye)
|
by staciecw
Search Algorithm loading random stuff from memory...code to clear buffer maybe??
|
|
[5 replies] Last: Thanks so much! You have really helped me out tremendously. (by staciecw)
|
by FASI
unique random number generator code...need help!!!!!
|
|
[3 replies] Last: @shadowCODE you sir ... saved my life :D thanks :D (by FASI)
|
by shadowCODE
Identifier
|
|
[2 replies] Last: 0h!!, how did i not think of that? Thanks. (by shadowCODE)
|
by fayeda2014
Linking Error
|
|
[3 replies] Last: This is easy to fix. You need to include in the main "swimmingPool.h" ... (by yago8513)
|
by Nielyboyken
Compiling SFML on Windows
|
|
[9 replies] Last: ^Thanks, I used something else as Cygwin, and I don't get the Unix-err... (by Nielyboyken)
|
by joe green
Working on a program that has a diner menu in a struct.
|
|
[9 replies] Last: yeah, you only pass 1 item of the array, you need to pass the whole ar... (by Gamer2015)
|
by PSYCHAMERON
Template class problem
|
|
[6 replies] Last: Thanks a lot! I learnt side of C++ which was new to me. May God bless ... (by PSYCHAMERON)
|
by koopey
inheritance class beginner
|
|
[5 replies] Last: how about maintaining an internal score inside the implementation of... (by mutexe)
|
Please explain this code for fast input. |
|
[3 replies] Last: ReadNext() returns an unsigned long integer: http://www.nongnu.org/avr... (by mutexe)
|
by Digimstr
Creating a way to reenter filenames
|
|
[1 reply] : You need a loop (similar to line 85) in order to retype the filename. (by coder777)
|
by DreamTime
Bottom-Up Merge Sort Segmentation Fault
|
|
[1 reply] : You do not check that middle and right are within the bounds of yo... (by fg109)
|
by icemewtwo64
Unhandled exception?
|
|
[1 reply] : auto size = sizeof(*ToKey)/sizeof(ToKey ); size will always be 1. ... (by Disch)
|
Question on this program (Please help!) |
|
[1 reply] : The function is isdigit(char) I would check a string like this: str... (by Dark Goomba)
|
by icemewtwo64
How can I fix this error?
|
|
[5 replies] Last: I managed to fix a part of it, the array was static, but now I get the... (by icemewtwo64)
|
by icemewtwo64
External Errors?
|
|
[2 replies] Last: Now I get the error: Unhandled exception at 0x01031aba in Code.exe: 0x... (by icemewtwo64)
|
by takeshi941
string (theString)
|
|
[1 reply] : First of all, it's always a good idea to search up info about things y... (by Dark Goomba)
|
by Dancho
String to int
|
|
[2 replies] Last: Thank you! (by Dancho)
|
by DreamTime
How to pass Arguments to Main?
|
|
[2 replies] Last: These arguments are passed in at run time, not at compile time. You si... (by Mathhead200)
|