by dr8086
Defining Environment Variables
|
|
[2 replies] Last: Thanks! That's all I needed (by dr8086)
|
by danelav
Problem with includes
|
|
[4 replies] Last: Thanks, that was the trick! (by danelav)
|
by amplechin
QUESTION: Convert numbers to words
|
|
[3 replies] Last: I see a basic problem in your logic... When you do "num%10" for the on... (by Caprico)
|
by tsunamifear
ctime/libraries/about the program
|
|
[1 reply] : srand is a function that seeds the random number generator. Random n... (by Moschops)
|
by jp01cf01
fstream
|
|
[4 replies] Last: .txt and .bin is just file extensions and doesn't tell what's in the f... (by Peter87)
|
by Bruter7
Create a User loop
|
|
[1 reply] : You already have a counter (namely counter)... What do you need then? ... (by Caprico)
|
by commodorejim
SDL with Box2D
|
|
[no replies]
|
by Onceler
how do I tell if there is byres <4 (1,2)
|
|
[22 replies] Last: Thank you (by Onceler)
|
Illegal use of floating point error |
|
[1 reply] : while(gallons |= -1.0 ) That's a bitwise OR assignment operator. Yo... (by Gaminic)
|
HELP IN C PROGRAM URGENT |
|
[3 replies] Last: 1) sqrt() need a prototype header file, viz. <math.h> 2) Put a check f... (by Caprico)
|
by kdmpenguin
chips and salsa
|
|
[6 replies] Last: I guess you're missing the array in which the names are stored... Let ... (by Caprico)
|
by Chupa Rustam
write a program to print the following pattern of numbers
|
|
[6 replies] Last: See, firstly, figure out the logic and algorithm. What is the relation... (by Caprico)
|
by dpan
Trouble with an access violation involving strings and rand()
|
|
[4 replies] Last: You do know that your findlast() is a rework of the standard strlen() ... (by andywestken)
|
by detroit
I do not see it
|
|
[7 replies] Last: thanks everyone for the time and help (by detroit)
|
by Hotice
Multiple problems...
|
|
[11 replies] Last: Thanks a ton! Good timing too! (It's Thanksgiving, get it?) This actua... (by Hotice)
|
by jp01cf01
Skipping input? (1,2)
|
|
[37 replies] Last: Ehh, dont worry about it, I guess I probably should have paid more att... (by jp01cf01)
|
by shooninjo
Problem with random number generator
|
|
[4 replies] Last: I note also that you've made an array with 11 elements, but you only u... (by Moschops)
|
by rinnamorato
question about constructors
|
|
[6 replies] Last: Peter, I feel like an idiot. The program works properly once I cre... (by rinnamorato)
|
by maxta85
Writing a simple calculator, trouble with the decimal
|
|
[1 reply] : no bother i solved this one on my own wrote a container class for the... (by maxta85)
|
by Bluex
[Linker error] ?
|
|
[2 replies] Last: That's why it's weird, because the computer AI needs to be able to edi... (by Bluex)
|