Sets whether the specified stream tokenizer object recognizes C++ // style comments.
Syntax
slashSlashComments( streamtokenizer , boolean )
streamtokenizer.slashSlashComments( boolean )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
boolean
|
1 if // style comments are recognized.
0 if // style comments are not recognized.
|
Returns
Example
st.slashSlashComment( 1 )
|