Search:

Type: Posts; User: iamthejake2000

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,005

    is there a way to let the user input a file name...

    is there a way to let the user input a file name in c++?
  2. Replies
    8
    Views
    1,005

    file i/o problems

    i'm new to c++ and i'm trying to get a hang of file i/o. this code is making errors when i try to compile it (main() is yet to be filled):


    #include <string>
    #include <iostream>
    #include...
  3. letting user input number of elements in array

    can a user input the number of elements in an array? this won't work:


    int liEls;
    cout << "Elements in array liaArray[]="; cin >> liEls;
    const int cliEls=liEls;
    int liaArray[cliEls];
    ...
Results 1 to 3 of 3