Page 1 of 1

Can I make *.bin file whit WATCOM Compiler 11.0

Posted: Fri Feb 08, 2002 12:00 am
by tom
Hello Can I make *.bin file whit WATCOM Compiler11.0

int main(void)
{
char text;

printf("(YES)(NO) press please YES :)!! ");
scanf("%c",&text);
if(text == "Y")
{
Yuuuuuhouuu :)
}
else if( text == "N")
{
huuuuuuuuuuuuuuu :(
}

return thanks.people;
}

bey !! :)

RE:Can I make  *.bin file whit WATCOM Compiler 11.0 

Posted: Sat Feb 09, 2002 12:00 am
by Guest
>On 2002-02-08 12:25:59, tom wrote:
>Hello Can I make *.bin file whit WATCOM Compiler11.0
>
>int main(void)
>{
> char text;
>
> printf("(YES)(NO) press please YES :)!! ");
> scanf("%c",&text);
> if(text == "Y")
> {
> Yuuuuuhouuu :)
> }
> else if( text == "N")
> {
> huuuuuuuuuuuuuuu :(
> }
>
>return thanks.people;
>}
>
>bey !! :)
>
>
>
>
>