User Profile

Collapse

Profile Sidebar

Collapse
Dragomir
Dragomir
Last Activity: Jan 4 '11, 12:05 PM
Joined: Jan 3 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dragomir
    replied to Using flag for excluding double quotes...
    in C
    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.
    See more | Go to post

    Leave a comment:


  • Dragomir
    started a topic Using flag for excluding double quotes...
    in C

    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];
    ...
    See more | Go to post
No activity results to display
Show More
Working...