Search:

Type: Posts; User: Pr0gY

Search: Search took 0.00 seconds.

  1. Thread: Error

    by Pr0gY
    Replies
    6
    Views
    1,354

    Ohh yes that damn semicolon thanks.

    Ohh yes that damn semicolon thanks.
  2. Thread: Error

    by Pr0gY
    Replies
    6
    Views
    1,354

    if (!strcmpi("c0der", UserName)); {...

    if (!strcmpi("c0der", UserName));
    {
    printf("UserName Granted\n\n");
    printf("Push Any Key To Continue\n\n");
    getche();
    }
    else
    {
    if ("%s" != UserName)
    {
  3. Thread: Error

    by Pr0gY
    Replies
    6
    Views
    1,354

    Error

    error C2181: illegal else without matching if

    I don't get this can anyone help me out?
  4. Thread: Sleep()?

    by Pr0gY
    Replies
    8
    Views
    2,986

    Sleep()?

    What's the sleep() function for C?
  5. Thread: Choice function

    by Pr0gY
    Replies
    1
    Views
    1,124

    Choice function

    Could I use the choise function using
    struct if not then using
    class?
    and if yes how..?
  6. Replies
    7
    Views
    3,091

    Hm, try nameing your Mytest.c to "MyTest.cpp" or...

    Hm, try nameing your Mytest.c to "MyTest.cpp" or if that don't work than open MSVC++ File>New> Win32 Api console then after you have done that go File>New> C++ Source code and then just open your...
  7. Replies
    4
    Views
    911

    MSVC++

    MSVC++
Results 1 to 7 of 7