Search:

Type: Posts; User: moombah256

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,523

    Help simplify this Tic-Tac-Toe program

    Was wondering if there was anyway to simplify my TTC program. I'm new to programming so yeah, try not to go full 1337 on me. Thanks in advance for your responses!:rolleyes:


    #include <iostream>...
  2. Replies
    18
    Views
    13,309

    so all he did was disassemble the main function...

    so all he did was disassemble the main function in GBD. thought it was written, feel like an idiot lol.
  3. Replies
    18
    Views
    13,309

    memcpy, I hope it's not a bother, but can you...

    memcpy, I hope it's not a bother, but can you break down the code that you wrote? you don't have to go into to much detail.
  4. Replies
    18
    Views
    13,309

    #include #include using...

    #include <string>
    #include <iostream>
    using namespace std;
    int main ()
    {
    string password;
    while ( 1 )
    {
    cout << "Please enter your password: ";
    cin >> password;
  5. Replies
    18
    Views
    13,309

    How would you hack this simple program?

    I know this may be a "no brainer" for most of you, but all I want is some instructions to open up my mind a bit on hacking. Yes I'm new to this :)



    include <string>
    #include <iostream>
    using...
Results 1 to 5 of 6