Mail Archives: djgpp/1997/03/23/13:57:23
> >The only difference I noticed is that in the second one you put an '//'
> >before getch(), suposedly to make the compiler ignore the line.
> >I think there's somewhere on a readme file which comes with djgpp that '//'
> >is not recognized as a remark.
>
> You can use both C style comments (/* */) and C++ style comments (//)
> with DJGPP.
Not true.
You can use both styles of comments in any C++ source, regardless of
compiler, but "//" comments may not be used in C source.
- Raw text -