Search:

Type: Posts; User: HolySmiter

Search: Search took 0.00 seconds.

  1. Thanks, thats just what I needed.

    Thanks, thats just what I needed.
  2. Recording console window output to a text file?

    I have a question about recording the output of a C++ win32 console application.

    I'm using visual C++ and would like to know if there is a simple or standard way to record everything your program...
  3. Here is essentially what i want to do... Create...

    Here is essentially what i want to do...
    Create a new operator 'd' which acts on two positive integer operands.

    It will simulate rolling dice. So if I wanted to roll 2 six-sided dice and put the...
  4. Is there no way around this? I got the same...

    Is there no way around this? I got the same error too. I would think this idea might come up often enough there would be some way to do it in C++, or is this idea in general a bad for programming...
  5. Creating and overloading new binary operators.

    In C++ can I define any character to be a binary operator? I know I can overload operators such as +, -, *, /, %, &&,..etc, but can I defined the character 'A' (for instance) to be an operator, then...
Results 1 to 5 of 5