CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Terms

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,374

    Put in keys automatically???

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    #include <windows.h>

    using namespace std;

    ...
    system("net user John *");
    _____
  2. Replies
    1
    Views
    688

    Help with this stupid error -.-

    I'm just getting into programming and was wondering if someone out there in the community could help.

    To start, I'm making a Rock-Paper-Scissors game with a sort of "scoreboard" in it.
    When I try...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured