Search:

Type: Posts; User: anduril462

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    10,621

    Do you really need 100 or 200 character names? ...

    Do you really need 100 or 200 character names? Would 16 work? Then you could transmit the whole buffer every time, and if you only use a 4 byte name, you're only wasting 12 bytes instead of 96, so...
  2. Replies
    5
    Views
    10,621

    You should avoid using identifiers that start...

    You should avoid using identifiers that start with an _, I believe they're reserved for the implementation (i.e. compiler) to use, so you may conflict with some special compiler identifiers.

    When...
Results 1 to 2 of 2