Search:

Type: Posts; User: Jerdan

Search: Search took 0.01 seconds.

  1. Thread: I\o

    by Jerdan
    Replies
    2
    Views
    958

    I\o

    How would I use input and output to open a web browser and then inserting text into it?
    int x;
    ???? ifstream ("C:\internet explorer");
    scanf("%d", x);
    ofstream("%d", x);...
  2. Replies
    10
    Views
    1,691

    Would the ifstream ( ); and the ofstream();...

    Would the ifstream ( );
    and the ofstream();
    open a web browser with text and flash but not to use the flash?
  3. Replies
    10
    Views
    1,691

    I used a regular windows aplication to compile...

    I used a regular windows aplication to compile the code and put in text("the path to my program");
    and then where ever else I needed to put in any text.
    I'm on another computer right now.
    Is there...
  4. Replies
    10
    Views
    1,691

    I am taking a course in computer programming in...

    I am taking a course in computer programming in coolege.
    I have learned alot of input output already and I have just gotten to try and work on a new project the only thing is the comiler error is...
  5. Replies
    10
    Views
    1,691

    Sweet I will have to remember and look for that....

    Sweet I will have to remember and look for that. Hopefully there is some type of library that will allow me to input the path of the program that I want to open.

    Also maybe there is a way to input...
  6. Replies
    10
    Views
    1,691

    How do you......?

    I was wondering how to write a program in c++ using dev-c++ to access any other program such as the internet or text document and then to be able to read an input and put it in a specific part of the...
Results 1 to 6 of 6