Search:

Type: Posts; User: my68gto

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    812

    What does this mean?

    Can someone help a rookie to understand what this structure means?

    struct _INIT_REG {
    unsigned int debug:1;
    unsigned int channel:3;
    unsigned int opNibble:4;
    }

    Thanks
  2. Replies
    4
    Views
    1,481

    Quote I am working with a file that is...

    Quote

    I am working with a file that is formatted like this:

    "John","Doe","1313 Mockinbird Ln"."Yourtown"."CA","12345-6789"

    how do I detect the " ? This is my problem.

    Thanks
  3. Replies
    4
    Views
    1,481

    Re: quoted-comma-delimited files

    Thanks for the info. One problem I am having with the code you submitted it the double quote. The complier doesn't like having """ it seems to treat like the first 2 go together, but the third one is...
  4. Replies
    4
    Views
    1,481

    quoted-comma-delimited files

    I am new to C++ and was needing to work with some quoted-comma-delimited files, but the only examples I can find are # delimited.

    "1313 Mockingbird Ln","Any Town","CA"

    How do you account for...
Results 1 to 4 of 4