Search:

Type: Posts; User: DenKain

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,075

    Yes I am aware of that and that is why I will be...

    Yes I am aware of that and that is why I will be using a "junk drive" so to speak (I have a 20 gig I am willing to use as a test subject). Actually, I also wanted to see if I could test it on a...
  2. Replies
    3
    Views
    1,075

    Viewing and writing to clusters

    Could someone point me in the write direction as to how I could view clusters or sectors in a windows file system using C++? Also, I will be doing the same with ext3 so maybe that as well if you know...
  3. Replies
    18
    Views
    2,350

    Why not? Some people like me actually learn by...

    Why not? Some people like me actually learn by example. Its not that everyone wants you to do their work for them just give them a basic example.

    -DenKain
  4. Replies
    24
    Views
    4,247

    Sorry but the example at the bottom of this link...

    Sorry but the example at the bottom of this link was what I ended up understanding and using. Although I broke it up into a separate class to parse out the arguments for me.
    ...
  5. Replies
    24
    Views
    4,247

    Oh I see the issue. EDIT: Well I will...

    Oh I see the issue.



    EDIT:

    Well I will pick this up tomorrow as I have to head out to meet friends for dinner and a movie.
  6. Replies
    24
    Views
    4,247

    That is the whole code.

    That is the whole code.
  7. Replies
    24
    Views
    4,247

    Alright if argv[0] = appName and argv[1] = -t and...

    Alright if argv[0] = appName and argv[1] = -t and argv[2] = input.....then what the heck does argc stand for? I thought it was a count of the number of arguments the user entered? If so then yes I...
  8. Replies
    24
    Views
    4,247

    When I enter "appName -s input" I get "You did...

    When I enter "appName -s input" I get "You did not tell me what to do!".

    Also, what do you mean that my argc check is broken?

    This is the code I am working with right now:



    #include...
  9. Replies
    24
    Views
    4,247

    I wont lie, I hardly understand your code....

    I wont lie, I hardly understand your code....
  10. Replies
    24
    Views
    4,247

    Well its not that I want to add them together I...

    Well its not that I want to add them together I just want to be able to store whatever they enter as a variable. The variable type will change depending on what option they pick.
  11. Replies
    24
    Views
    4,247

    Yes, basically when the user enters "appName -t...

    Yes, basically when the user enters "appName -t input" I want to be able to read "input" as I already know how to read "-t".
  12. Replies
    24
    Views
    4,247

    So, now we are talking about manually setting the...

    So, now we are talking about manually setting the command line arguments in the argv array? If not then I do not understand what you were trying to say in your second post.
  13. Replies
    24
    Views
    4,247

    Guess I should have mentioned that I am a little...

    Guess I should have mentioned that I am a little new to C++.......heh......
  14. Replies
    24
    Views
    4,247

    Reading terminal arguments

    So far I have a very basic application that can read simple arguments such as -t or -s. What I want to do is when the program picks up on the argument it will run a function. The two things I am not...
Results 1 to 14 of 14