damngoodman999
damnbadman666
Re: turbo c not working on windows 7
PM me your mail ID ! i ll send u .
PM me your mail ID ! i ll send u .
guys as we all know that we have been using the turbo c software and been writing c programs in a blue type screen since years. But the turbo c compiler is not working on the latest os that is windows 7.
plz guys suggest a sufficient and strong reason to support this.
if not suggest me another compiler..........
^^ I ran turbo C in WIN 7 ! i have the whole to make it run without hassle .
hey all,
m learnin c++...i wantd to ask wat is the role og "getch()" in a program.....
i mean most of the programs mentioned in buks nd even on websites don't have a "getch" wriiten before closing main()....but i hv seen dat to get d desired result....i always have to add dis......
why is dis so?? nd is it necessary????
Do the following program prints the output 'hello'
void main()
{
if(printf("hello"))
}
void main()
{
if(printf("hello"));
}