N00B. Is it possible to compile every line in a file except one? That line would be left in text mode inside the compiled file. Would the file even execute? I'm using gcc (g++).

Recommended Answers

All 3 Replies

comment it?

// line of code

or have I missed the point? :P

comment it? or have I missed the point? :P

Are comments stored in human readable text inside the compiled file?

Comments are ignored by the compiler.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.