User Profile
Collapse
-
Thank you for your tip, I came up with something different thought. I got rid of the initialization of the flag and it worked, sorry for the sloppy formating too. -
Using flag for excluding double quotes...
Hi, I'm using a flag to try and not include text for parsing in double quotes.
When trying to use flag for comments it works but it doesn't with the double quotes...
Can you tell me why it didn't work?
Code:#include <stdio.h> #define IN (1) #define OUT (0) int main() { FILE *fp; char c; char d; int m; int i; char f_name[255];
No activity results to display
Show More
Leave a comment: