Sets whether the specified stream tokenizer object recognizes C++ /**/ style comments.
Syntax
slashStarComments( streamtokenizer , boolean )
streamtokenizer.slashStarComments( 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.slashStarComment( 1 )
|