Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (line[i] == '"')
- {
- !string_flag;
- if(line[i]=='"')
- {
- string_flag=0;
- if (line[i] == '//' || line[i] == '/*')
- {
- comment_flag = 1;
- if (comment_flag = 1)
- {
- string_flag = 0;
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment