I want to save a lot of ints, and I know that they only take up 32Bits (i think) but I'm using a string like " 2105601606 1065160 5610651" to store these goddam fuckers
he;lp?
Name:
Anonymous2007-09-17 1:13 ID:HaebAsS3
>>1
learn C.. this kind of thing is trivial once you know the language
Name:
Anonymous2007-09-17 1:18 ID:2t8Vc6yQ
sorry C and C++ lives in silicon valley, they are travelling round the world at the moment, come by later
Name:
Anonymous2007-09-17 1:43 ID:SLzEHuzc
fopen and fputs i think are the only functions you need to know, and fclose. C doesn't distinguish between binary and text files, though i haven't learnt about binary files, i assume they're the same
Name:
Anonymous2007-09-17 4:23 ID:0tEI30SY
ALL FILES ARE BINARY FILES YOU JACKASSES
Name:
Anonymous2007-09-17 5:10 ID:ywQ9YXTJ
Read the fread(3) and fwrite(3) man pages. Write some code. Learn about endianness. Cry. Read the htonl(3) and ntohl(3) man pages.