UNEXPLAINABLEanother similar problem: int z; z=3; printf("%d", (int)pow(10,z-1)); //99 what is going on
UNEXPLAINABLEis there other way to do it except adding 0.0?
UNEXPLAINABLEi tried: printf("%f", ceil(1/(2+0.0))); //1.0000 worked but still ...
UNEXPLAINABLEI have: printf("%f", ceil(1/2)); //0.0000 Can somebody explain me this outcome. I have somethi...
Unable to write in file the \n in unicodesolved, opening file in binary worked. Thanks a lot
This user does not accept Private Messages