Search:

Type: Posts; User: Proc++

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    2,367

    Re: Hide Application

    Why do you want to use it for? o_O
  2. Replies
    87
    Views
    12,276

    Hahahahha, yeh I'm a noob. :o :( :mad:

    Hahahahha, yeh I'm a noob. :o :( :mad:
  3. Replies
    87
    Views
    12,276

    Can I be a judge? :D -Proc++

    Can I be a judge? :D

    -Proc++
  4. Replies
    4
    Views
    933

    Hmmm nope that justs wait for a reply then...

    Hmmm nope that justs wait for a reply then closes.



    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
    cout<<"Please input...
  5. Replies
    4
    Views
    933

    Nevermind, Problem fixed. #include...

    Nevermind, Problem fixed.



    #include <iostream.h>
    void main()
    {
    int x;
    cout << "Hi!";
    cin >> x;
  6. Replies
    4
    Views
    933

    [Q] HELP (Tut1) [C++]

    I follow exact instructions in this Tutorial

    I compile test.cpp.

    The code I compile is...



    #include <iostream.h>
    int main()
Results 1 to 6 of 6