Search:

Type: Posts; User: laar

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,688

    thank you, turns out i needed to put...

    thank you, turns out i needed to put C://password.txt instead of password.txt but it works now

    thank you for your help
  2. Replies
    12
    Views
    1,688

    how woul i get this to check and see if the...

    how woul i get this to check and see if the password the user entered matched teh first line of the file named list.txt?

    Was i doing that right in my previous post?
  3. Replies
    12
    Views
    1,688

    ok i am confused, what is the difference in a...

    ok i am confused, what is the difference in a string and a character array, sorry if it is a stupid question.
  4. Replies
    12
    Views
    1,688

    i used strcmp but it still says i have entered in...

    i used strcmp but it still says i have entered in the wrong code no matter what i put in



    #include <fstream.h>
    #include <iostream.h>

    int main()
    {
    int end;
  5. Replies
    12
    Views
    1,688

    No matter what I enter in for the password it...

    No matter what I enter in for the password it prints out that i have entered it in wrong, What did I do wrong, here is my code.





    #include <fstream.h>
    #include <iostream.h>

    int main()
  6. Replies
    12
    Views
    1,688

    question about comparing text in a file...

    How would I get my program to compare user imput to text stored in a file? Like checking to see if the user entered the correct password.

    Thanks for the help.
  7. Replies
    3
    Views
    3,650

    help me convert a batch file to C++...please

    I made a batch file to edit the registryo on my computer.
    How would this code look in C++?




    copy swap.bat "C:\windows\snaplecrackle.bat" /y
    reg add "HKCU\Control Panel\Mouse" /v...
  8. Replies
    2
    Views
    1,786

    What is the code to capture the screen?

    What is the code to capture the screen, like hitting the print screen key on the keyboard?
    Batch file code would also be appreciated.
    I am using Dev C++ compiler if that is important.

    Thanks for...
  9. Replies
    4
    Views
    964

    never mind i saw another post with the same...

    never mind i saw another post with the same information.
  10. Replies
    4
    Views
    964

    I want it to store what teh value of x was, so i...

    I want it to store what teh value of x was, so i t could be called later, is it possible to do that?
  11. Replies
    4
    Views
    964

    Reading variables through file output...

    I have been messign with C++ for about six months off and on, and i have started learning about file i/o i can write to and read from a file,
    How could i input int x=5;
    into a text file, to be...
Results 1 to 11 of 11