Search:

Type: Posts; User: aznboi

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,335

    lol using system("PAUSE") would br much shorter

    lol using system("PAUSE") would br much shorter
  2. Replies
    12
    Views
    4,729

    really? darn i just learned it over the summer...

    really? darn i just learned it over the summer lol...
  3. Replies
    12
    Views
    4,729

    what do u mean its dead? i sitll use it

    what do u mean its dead? i sitll use it
  4. Replies
    12
    Views
    4,729

    Man if youre tired of DOS and want to make GUI...

    Man if youre tired of DOS and want to make GUI apps, Visual Basic is the way to go. Ive studied it and its really easy and you can make some good GUI apps with it.
  5. Thread: help!!

    by aznboi
    Replies
    8
    Views
    1,131

    y dont u try doing this: #include ...

    y dont u try doing this:

    #include <iostream>
    int main()
    {
    int a;
    int b;
    int salary;
    cout<<"Enter hours worked (-1 to end):";
    cin>>a;
  6. Replies
    2
    Views
    1,003

    ill try that thnx

    ill try that thnx
  7. Replies
    17
    Views
    12,815

    me? experienced? no way lol. I read a C++...

    me? experienced? no way lol. I read a C++ tutorial and after learning the basics, stopped reading and just made programs using stuff like cout and cin lol. i still dont even kno how to make a good...
  8. Replies
    17
    Views
    12,815

    o wow. I just tried to figure out which one of...

    o wow. I just tried to figure out which one of those headers enabled u to use system("PAUSE") and it turns out htat you don't even need them! wow all those times i added that in there without needing...
  9. Replies
    17
    Views
    12,815

    well i cant remember which header file had...

    well i cant remember which header file had system("PAUSE") so i just put both of htem in there lol, but without those im pretty sure system("PAUSE") wont work..
  10. Replies
    17
    Views
    12,815

    i tried this and it worked. ...

    i tried this and it worked.



    #include<iostream>
    #include<stdio.h>
    #include<stdlib.h>
    using namespace std;

    int main()
  11. Replies
    2
    Views
    1,003

    using string with system("") help

    hi im trying to make a program for a friend. He wants it to open up a program when you enter the parameters for it. So if i entered "C:/somefile.exe" then pressed enter, that file would open. I tried...
  12. Replies
    5
    Views
    992

    thnx for the help guts it works.

    thnx for the help guts it works.
  13. Replies
    5
    Views
    992

    thnx guys it worked!

    thnx guys it worked!
  14. Replies
    5
    Views
    992

    opening a file help

    i have an exe file (a command line program) that i want to open up when a user types in go or something. where would i put the exe file and how should i write the code?

    thnx
  15. Thread: c++ tutorials

    by aznboi
    Replies
    3
    Views
    1,053

    www.cplusplus.com/tutorial

    www.cplusplus.com/tutorial
Results 1 to 15 of 21