Search:

Type: Posts; User: 0x90

Search: Search took 0.08 seconds.

  1. Thread: Tic Tac Toe!

    by 0x90
    Replies
    8
    Views
    1,754

    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,031

    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,385

    Thank you! :D

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

    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,385

    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