What c code can I use to set text mode to more than 25 lines .. I believe 35 and 50 lines are options ??
This is a discussion on Text Mode to more than 25 lines within the C Programming forums, part of the General Programming Boards category; What c code can I use to set text mode to more than 25 lines .. I believe 35 and ...
What c code can I use to set text mode to more than 25 lines .. I believe 35 and 50 lines are options ??
you probably do: open(file_name, "w"); or something like it...
so all you need to do is, to write in binary mode with "wb", instead of "w".![]()
"I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe
http://www.Bloodware.net - Developing free software for the community.
It depends on the videocard you have and the OS you are running.
damyan
Hmm, can someone please explain what ya'll are talking about?
This may have something to do with a wierd bug in my program...
Code:int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000 <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000 )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}