Search:

Type: Posts; User: Silentsharp

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    2,135

    huh...

    Lol, you guys are so stupid
    "Sounds like a virus..."
    If you must know i want it for those website programs where you click on the rating and get money to buy hits...
    If you don't know how to do...
  2. Replies
    15
    Views
    2,135

    I need to know how to make the mouse click and a...

    I need to know how to make the mouse click and a timer that counts down from 35 for my program... thats it...
  3. Replies
    15
    Views
    2,135

    ???

    What do you mean by that?
  4. Replies
    15
    Views
    2,135

    Last try, then i quit...

    I've been looking all over the play trying to figure this out!
    This is how the program will work:
    Starts and runs in backround... Win32 App (I use visual c++ 6)
    Counts 35 seconds... and then...
  5. Replies
    115
    Views
    24,682

    ...

    o/s huh... whatever happen to the good old fashion console apps?
  6. Replies
    1
    Views
    1,471

    Batch file?

    How do you make a startup batch file... The only way i know was to put it in the startup folder...
  7. I stumbled apon this header files site...

    I found a website with all the header files and their functions, hopefully if you don't know them you can see how they work and how to put them into your program to make it better....
    ...
  8. Replies
    35
    Views
    5,658

    Standard Time functions

    <time.h>

    go here...
    http://www.cplusplus.com/ref/#libs
  9. Replies
    15
    Views
    2,805

    I don't know if it's the best way but instead of...

    I don't know if it's the best way but instead of goto i use a while statement that continues and restarts until you make the while statement false and then it moves on.

    int main(){
    int 1st, 2nd;...
  10. Replies
    20
    Views
    2,842

    AI Progams

    Who has heard of billy and daisy??? Can anyone make a programs like that? I've seen a few...
  11. Replies
    21
    Views
    5,024

    Who's The Best?

    Who's the best programmer here? Just wondering...
  12. Replies
    20
    Views
    2,842

    A Challenge!

    CHALLENGE

    I wanna see who can make the best simple Console application that uses AI. What i mean by that is, it will talk back to you... You talk, it responds... I just wanna see who can do it......
  13. Replies
    5
    Views
    4,426

    The answer to clearing the screen, in a simple function...

    //:cool:
    void clrscr();//Prototype for the clear screen function
    int main()
    {
    cout << "whatever";//Text to screen
    clrscr();//Calls to clear the screen
    return 0;
    }

    void clrscr() //Clears...
Results 1 to 13 of 14