Search:

Type: Posts; User: 0x90

Search: Search took 0.01 seconds.

  1. Thread: Tic Tac Toe!

    by 0x90
    Replies
    8
    Views
    1,721

    Do not do this: Remove the endl the rest...

    Do not do this:



    Remove the endl the rest of the bugs should be easy enough to fix after that...

    Hint line 38 is missing something. Look closely!
  2. Replies
    16
    Views
    2,004

    Not 100% sure about this one but i could have...

    Not 100% sure about this one but i could have sworn GCC will stop compiling the code after it hits a infinite loop.

    ex:


    #include <stdio.h>

    int main()
    {
    for(;;);
  3. Replies
    4
    Views
    4,244

    Thank you! :D

    Thank you! :D
  4. Replies
    4
    Views
    4,244

    Just a way to look at any programs heap/stack.

    Just a way to look at any programs heap/stack.
  5. Replies
    4
    Views
    4,244

    Debugging tools for windows

    Not sure where exactly this question fits into the forums but the mods can move it as they see fit... MY problem involves C++ code but it is general in that i am looking for a tool to help me solve a...
Results 1 to 5 of 5