Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: how do I print content of a cpp file without cpp comments?

by jarich (Curate)
on Sep 19, 2006 at 13:45 UTC ( [id://573719]=note: print w/replies, xml ) Need Help??


in reply to Re: how do I print content of a cpp file without cpp comments?
in thread how do I print content of a cpp file without cpp comments?

I came to C++ from a C background, and thus I often wrote code as follows:

/* This does something cool */ do_something_cool(); /* This doesn't */ //....

Which is to point out that your current example has a subtle bug wherein it appears you'll drop all of the text in my example, rather than just the 3 lines of comments.

Still, I'm sure jsmith can work on that.

All the best,

jarich

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://573719]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-20 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found