Compiling to a binary file
Posted: Wed Mar 31, 2004 12:00 am
hi,
I cant figure out how to compile a simple hello world *.c file into binary (.bin) using turbo C compiler 2.0..
Program
/********* Hello World Program **************/
main()
{
puts ("Hello Worlds");
}
/*********************************************/
if you can help me please include an example batch script for this... thank you very much, in advance...
I cant figure out how to compile a simple hello world *.c file into binary (.bin) using turbo C compiler 2.0..
Program
/********* Hello World Program **************/
main()
{
puts ("Hello Worlds");
}
/*********************************************/
if you can help me please include an example batch script for this... thank you very much, in advance...