|
Re: Very wierd compiling problem!
Quote:
|
Originally Posted by Max Brin
Hey,
I've tried to make a very simple statment:
Code:
float test = 3.14;
printf("%f", test);
it wont print anything.. what seems to be the problem?
Thanks.
|
try using an intereger instead of a float, or even a char which will do the same thing a float does. a printable float is not compatable with the Ccompilers.
__________________
Does the walker choose the path, or the path the walker?" -- Garth Nix
|