Search:

Type: Posts; User: ejiroy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,270

    so its called an eval command, i'm new to this....

    so its called an eval command, i'm new to this. thanks
  2. Replies
    2
    Views
    1,270

    Execute Input - Shell Scipt

    I am making a shell script in linux with the bash shell. I am wondering what I can do to execute the input of a user. I am trying to get the user to enter an environment variable that already exists....
  3. Thread: String Counter

    by ejiroy
    Replies
    3
    Views
    1,189

    For some reason it is not taking in the text file...

    For some reason it is not taking in the text file when it propmpts for it, it just ends program. Also I'm not sure if it will count the words of certain length.
  4. Thread: String Counter

    by ejiroy
    Replies
    3
    Views
    1,189

    String Counter

    I am trying to make a program that will read in a text file and count the number of words that have a certain length from 1 to 20. So it should count the words that have a length of one, two, etc.,...
  5. Replies
    3
    Views
    1,847

    thanks for the help, I found the problem already.

    thanks for the help, I found the problem already.
  6. Replies
    3
    Views
    1,847

    Print after period program

    I am trying to make a program that will take a file name and print the characters after the period. Ex: "text.cpp" will be turned into "cpp" The program is sort of working. I am not sure how to make...
  7. Replies
    1
    Views
    1,282

    Input File to Output File

    I am making a program that reads from a .txt file and outputs the names that are in my .txt file into an output file that the user specifies. My program compiles but then I get an error that says
    ...
  8. Replies
    3
    Views
    1,253

    Determine Gross wage using class

    I am trying to make a program that computes gross by using a class and three functions. When I try to run it, it gives me this error I think something is wrong with my set function and my int main...
Results 1 to 8 of 8