Search:

Type: Posts; User: mmongoose

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,239

    Anyone have any ideas?

    Anyone have any ideas?
  2. Replies
    5
    Views
    1,239

    Enahs, that actually is not valid, because the...

    Enahs, that actually is not valid, because the return value of a system() command isn't the output, but is either 0 if it worked, or i cant remember what, if it doesnt.
    So this only puts a 0 in the...
  3. Replies
    5
    Views
    1,239

    retrieve output from system()

    im working on a program that helps manage a network, well sort of anyway.
    The point is that in command prompt, the command, net view, gives you a list of the computer names that are currently on the...
  4. Replies
    5
    Views
    2,411

    thank you so much, now for all the ifstreams, i...

    thank you so much, now for all the ifstreams, i add in ios::binary | ios::in and i do this for the ofstreams ios::binary | ios::out.
    Thanks for the help!
  5. Replies
    5
    Views
    2,411

    hmm, i tried having it simply returning the...

    hmm, i tried having it simply returning the letter (like Salem said) and i got the whole file in plaintext, anyone got any ideas on whats going on?
  6. Replies
    5
    Views
    2,411

    Problem with basic encryption program.

    I have been working on an sncryption program recently, and at first it was okay and everything was working, but then it all started to go wrong.
    It was working before, because i was using rather...
  7. Replies
    2
    Views
    1,463

    Problem using system() command.

    I'm making a program that makes use of the net send command in windows. Anyway, the problem is that i cant use strings as part of the argument in the system() command. I know that there is one way...
  8. Replies
    10
    Views
    1,305

    good idea! i already have a bunch of encryption...

    good idea!
    i already have a bunch of encryption programs that i made so it shouldnt be too hard
  9. Replies
    10
    Views
    1,305

    yes but as i said before, when i do that. i.e....

    yes but as i said before, when i do that. i.e. have the program ask for a password. If you open the program up, you can see what the input is being compared to in the if statement
    i.e.


    if...
  10. Replies
    10
    Views
    1,305

    help hiding text

    In just about all of my C++ programs, if you open up the program in notepad, you can see almost every string used in plaintext.
    This is a problem because i am trying to make a secure password...
  11. Replies
    4
    Views
    1,672

    dont worry, it works now (and has about 30 words...

    dont worry, it works now (and has about 30 words and 15 phrases), and im not too worried about the hideous thing.
  12. Replies
    4
    Views
    1,672

    the cin.get()'s are a problem? hmmm they are...

    the cin.get()'s are a problem?
    hmmm they are there because i put them there to stop the program from closing... ohhhh i see the problem now.
    1) they're not at the end of the program where they...
  13. Replies
    4
    Views
    1,672

    question about strings

    im relatively new to C++, but have a general idea of the basics.
    Anyway, what ive been trying to do is make a program that can do a basic form of conversation, by searching for certain keywords in...
  14. Replies
    3
    Views
    945

    thank you so much, it was really frustrating me

    thank you so much, it was really frustrating me
  15. Replies
    3
    Views
    945

    need help with errors

    My school insists that all work needs to be handed in with a bibliography adn naturally, they insist on using an incredibly complicated method of writing a bibliography, which becomes very time...
  16. Replies
    6
    Views
    1,565

    im still having trouble. i read all the posts...

    im still having trouble. i read all the posts here and put the following into my program
    system ("C:\\Documents and Settings\\User 1\\Desktop\\blah.bat")
    however it still hasnt run the file...
  17. Replies
    6
    Views
    1,565

    system only works for .exe and i did do double...

    system only works for .exe and i did do double forwards slashes to replace back-slashes in the above example
  18. Replies
    6
    Views
    1,565

    opening a batch file

    Hi, im relatively new to C++ and recently i have been writing a program that requires the use of a batch file. However, I'm not so sure how i can get the program to run the batch file. I tried using:...
Results 1 to 18 of 18