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.
tom
Post
by tom » Fri Feb 08, 2002 12:00 am
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
Post
by Guest » Sat Feb 09, 2002 12:00 am
>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 !!
>
>
>
>
>