Search:

Type: Posts; User: The Urchin

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    24,264

    I meant "raw" or "unaltered" data. Thanks...

    I meant "raw" or "unaltered" data.

    Thanks for your strtol() example anyway, it was wonderfully helpful.


    So interpreting "\r\n", '\n' - both of them as '\n', is that what it was talking...
  2. Replies
    4
    Views
    24,264

    Binary I/O with cin and cout

    Is it talking about using cin and cout like cin>>x, cout<<x so that it outputs in binary instead of ASCII text?
    Because my understanding is that write() and read() can do the job.
  3. Replies
    4
    Views
    3,063

    Yes, it is doable, and it works exactly the way i...

    Yes, it is doable, and it works exactly the way i wanted.

    Thank you very much.
  4. Replies
    4
    Views
    3,063

    Is the checking of the most significant bit more...

    Is the checking of the most significant bit more straightforward than the use of sscanf with size()?
  5. Replies
    4
    Views
    3,063

    sscanf and 32 bit two's complement

    I will have a string that will contain a 32 bit integer in two's complement notation. The integer can be in decimal(e.g 2123) or in hexadecimal format(e.g. 0xf0000000). The goal is to convert it into...
  6. Replies
    3
    Views
    4,677

    http://cs.nyu.edu/courses/fall04/G22.2262-001/fsm/...

    http://cs.nyu.edu/courses/fall04/G22.2262-001/fsm/doc/Fsm/Transition.html
  7. Replies
    3
    Views
    4,677

    Transition table

    Is there any c++ equivalent to Java's state transition table? If there is can anyone illustrate with an example?
Results 1 to 7 of 7