Float Data Typewhat is the content of the class ?can u tell me?
Float Data TypeAs i know float has 8 digit, how about if i want n-digit ? for example: in float, PI = 3.142857 --...
Problem with FILE in c++[code] #include <stdio.h> #include <conio.h> #include <errno.h> #define length 64000 void main(){ ...
Problem with FILE in c++thanks Chervil.. i've tried and the error string message is "Bad file number".. Can someone tell me ...
Problem with FILE in c++i've tried ftell before looping and it returns 0 (it's the current position) but after i put looping...