Search:

Type: Posts; User: Matticus

Search: Search took 0.07 seconds.

  1. Thread: ASCII values

    by Matticus
    Replies
    33
    Views
    3,718

    @c99tutorial - Thanks for the info, I understand...

    @c99tutorial - Thanks for the info, I understand that. I suppose my question had more to do with semantics. As I understand it, ASCII specifically refers to a 7-bit character encoding, which would...
  2. Thread: ASCII values

    by Matticus
    Replies
    33
    Views
    3,718

    Though allowed by the standard, wouldn't such an...

    Though allowed by the standard, wouldn't such an example fall outside the scope of what is considered "ASCII" (as per the original question)? If so, then I should have been more clear with my...
  3. Thread: ASCII values

    by Matticus
    Replies
    33
    Views
    3,718

    Typing out an entire program and hitting compile...

    Typing out an entire program and hitting compile when you're done is guaranteed to cause massive headaches.

    Tip 1: Compile often when writing code. This way, if you make a syntax error, you know...
  4. Thread: ASCII values

    by Matticus
    Replies
    33
    Views
    3,718

    No - they will never be "combined." They will...

    No - they will never be "combined." They will always remain distinct values (0x43 and 0x4B, respectively, in this case).
Results 1 to 4 of 4