Search:

Type: Posts; User: Elysia

Search: Search took 0.08 seconds.

  1. Replies
    22
    Views
    4,129

    C is a programming language, and therefore, there...

    C is a programming language, and therefore, there exists a C Language Standard. This states what the language is, what is it capable of, how it should work, etc.
    Then there are a number of compilers...
  2. Replies
    22
    Views
    4,129

    No, you fail to understand. This is not about...

    No, you fail to understand.
    This is not about using the latest and best compiler which is 100% standard compliant. This is about not depending on undefined behavior.
    Can you declare string literals...
  3. Replies
    22
    Views
    4,129

    Don't give me that. You are using an old outdated...

    Don't give me that. You are using an old outdated compiler. So there is a huge chance that what works for you, should not work or will not work on today's modern and standards compliant compilers....
  4. Replies
    22
    Views
    4,129

    Adak, do PLEASE avoid bad practices when showing...

    Adak, do PLEASE avoid bad practices when showing code. Use const char* with string literals.
    And it's better to use strtol rather than atoi. How do you use them? That is what documentation is for....
Results 1 to 4 of 4