Re: question about code comment
- From: Robert Harris <robert.f.harris@xxxxxxxxxxxxxxxx>
- Date: Sat, 05 Nov 2005 10:00:49 GMT
Ethan Meyers wrote:
Hi everyone, I want to handle the "/* */" style comment in a file, for example, there are two programs in a file: int main() {int x;return 0;} int main() {int y;return 0;} How to use other preprocess to comment out one of the main() rather than using "/* */"? If there are more code segments, is your solution still applicable?
-- ethan
Ugh! You need two files!
Robert .
- References:
- question about code comment
- From: Ethan Meyers
- question about code comment
- Prev by Date: question about code comment
- Next by Date: Re: How is a compiler written
- Previous by thread: question about code comment
- Next by thread: Re: question about code comment
- Index(es):
Relevant Pages
|