What to use?

Started by
10 comments, last by hplus0603 18 years, 1 month ago
Thank you.
Advertisement
Quote:Original post by Thevenin
That is not C code.


The only clue that it's C++ is the fact that you scope the library function calls with the global scope operator. I think Afr0m@n's point is still valid: the guy asked for C#; your code doesn't really help in this case.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement