Search:

Type: Posts; User: Mr. Squirrel

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,132

    So, with system("pause"), does user input undo...

    So, with system("pause"), does user input undo that, or how else would you unpause it?
  2. Replies
    7
    Views
    1,041

    Programming science

    Hi. I have a question relating to science, but I need the answer to write a program. So, let's see if you have an answer.

    Say we are in a place with very little friction. Now, we take a hill and...
  3. Replies
    5
    Views
    1,489

    Declaring Variables Using Variables

    how could I declare a variable by naming it with another variable. For example.

    I want the name of "int x" to be the value of "char* x".

    This possible?
  4. Replies
    11
    Views
    1,192

    Yes, opening an undelclared address for writing...

    Yes, opening an undelclared address for writing is how many viruses work. Write 0's everywhere.
  5. Thread: Clarify

    by Mr. Squirrel
    Replies
    0
    Views
    1,210

    Clarify

    bool answer = NULL;

    if (Mr. Squirrel == CodeMonkey)
    answer = true;
    else
    answer = FALSE;
Results 1 to 5 of 5