Can I make *.bin file whit WATCOM Compiler 11.0

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
tom

Can I make *.bin file whit WATCOM Compiler 11.0

Post 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 !! :)
Guest

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

Post 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 !! :)
>
>
>
>
>
Post Reply