Search:

Type: Posts; User: Darrok

Search: Search took 0.00 seconds.

  1. cin.ignore(); would probably work better

    cin.ignore(); would probably work better
  2. Replies
    3
    Views
    2,841

    you cant write a DOS run OS (like Windows9X < ME)...

    you cant write a DOS run OS (like Windows9X < ME) in TrueBASIC, TrueBASIC is Windows only

    you could probably write a shell though
  3. Replies
    30
    Views
    4,929

    your macros are using them as though they're...

    your macros are using them as though they're stings, anything that is not preprocessed that's in the macro well completely mess it up

    i cant do GROUPCHAR(1)[2].hp = 1; with that

    i was going to...
  4. Replies
    30
    Views
    4,929

    because they're not string, they're variable...

    because they're not string, they're variable names, they cant be handled by the compiler
  5. Thread: text rpg

    by Darrok
    Replies
    48
    Views
    6,796

    http://games.neikous.com im working on an rpg

    http://games.neikous.com

    im working on an rpg
  6. Replies
    30
    Views
    4,929

    you wouldnt happen to know if anyone's written a...

    you wouldnt happen to know if anyone's written a custom preprocessor, would you? i was learning 65816 asm (for the snes) a while ago, and the assembler's preprocessor was just updated a few months...
  7. Replies
    30
    Views
    4,929

    because then i would need to have a macro for...

    because then i would need to have a macro for every section of code that does something like that, and i dont reuse any of the code, just that several parts of code follow the same pattern
  8. Replies
    30
    Views
    4,929

    well, i made some typos, but you should get the...

    well, i made some typos, but you should get the idea

    that's the code to decide who a person who's not being controlled (and since i dont have any controls yet, that's everyone) is to attack
Results 1 to 8 of 8