Search:

Type: Posts; User: random

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,522

    Running code in the background

    So, I want to program a card playing engine**, but the engine needs to be able to calculate while it's the opponent's turn (so it makes moves quicker and for other obvious reasons). Meaning there has...
  2. Replies
    7
    Views
    1,319

    I found strcat() to solve my problem.

    I found strcat() to solve my problem.
  3. Replies
    7
    Views
    1,319

    Couple questions

    I searched the web for these, but couldn't find anything.

    1) How do you find a file's extention (type)?
    2) How do you link strings together in one variable or string?
    (eg. newstring =...
  4. Replies
    4
    Views
    955

    Empty as in no value, it's for a char and an int...

    Empty as in no value, it's for a char and an int array, so I can write over it with a smaller string, but not have the end of the old one print out.
  5. Replies
    4
    Views
    955

    Clearing array values

    How do you clear array values (or the entire array) so they're empty?
  6. Sorry to be a pest, but is there a way to check...

    Sorry to be a pest, but is there a way to check if a file is binary or ASCII?
  7. One question: Why is it necessary to use...

    One question: Why is it necessary to use reinterpret_cast? Is it because you didn't declare it the first time around?
  8. File I/O both ASCII and binary handling in C++

    Well, like the title says, I've been looking for file I/O information (for both ASCII and binary), but have had little luck (Note: I'm quite new to C++ this just my third day reading tutorials [but...
Results 1 to 8 of 8