Dear Friends.
I am not experienced in C
I need a small C script to convert test file to binary. and inverse.
I would be pleased if you could show a way of doing that.
bests
This is a discussion on test to binary & binary to text within the C Programming forums, part of the General Programming Boards category; Dear Friends. I am not experienced in C I need a small C script to convert test file to binary. ...
Dear Friends.
I am not experienced in C
I need a small C script to convert test file to binary. and inverse.
I would be pleased if you could show a way of doing that.
bests
>> I am not experienced in C
How else do you gain experience but by practice?
>> I need a small C script to convert test file to binary. and inverse.
True. You will need some code to accomplish this.
>> I would be pleased if you could show a way of doing that.
Not nearly as much as we would be if you would do your own homework.
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;}
Be careful!
I said I would be pleased if someone can show me a way of doing that. I did not ask any one to do my homework. I did my programming homeworks 15 years ago.
I am not a student, and may be I will never work again with C.
I need that for a simple thing, I never touch it again.
I do not your lecture about the ethic of studentship.
thanks
I suggest that you hire a C programmer to write this program for you since it would be a waste of your time to learn enough C to write this program on your own.Originally Posted by wolfindark
Better yet, you can search for free hex editing software (or a plugin for your favourite editor) and thus avoid the need to hire a programmer.
*thread closed*
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way