Search:

Type: Posts; User: Jeff Hettick

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    3,581

    Does anyone know what kind of data structure is...

    Does anyone know what kind of data structure is used in a game like Terraria to model the world?
  2. Replies
    12
    Views
    1,889

    WhiteFlags, I found section Annex J 5.2 of the...

    WhiteFlags,

    I found section Annex J 5.2 of the C99 specification that states:

    "Characters other than the underscore _, letters, and digits, that are not part of the basic
    source character set...
  3. Replies
    12
    Views
    1,889

    Excellent question! I'm taking a C Programming...

    Excellent question! I'm taking a C Programming class and the instructor asked in a programming exercise. Technically, I just have to asnwer if the variable compiles correctly. It just bugs me that...
  4. Replies
    12
    Views
    1,889

    Thanks for the quick reply Tater. The site C...

    Thanks for the quick reply Tater.

    The site C Programming/Variables - Wikibooks, open books for an open world states the following:

    Naming VariablesVariable names in C are made up of letters...
  5. Replies
    12
    Views
    1,889

    Why is A$ a valid variable name?

    Can someone help me understand why A$ compiles with Visual Studio 2005 as an int variable with no compiler error?

    Thanks,
    Jeff



    main()
    {
    int A$;
Results 1 to 5 of 5