Dealing With Files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sahrour
    New Member
    • Mar 2008
    • 3

    Dealing With Files

    hi, i am a begginer in c++ so i wanted help in how to make a program that creat files, merge two files, empty file, count words and lines in the file and to encrypt data in the file.
    please help me quickly. thank you

    --------------------------------------------------------------------------------
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Sure, that sounds pretty simple. How are you going to merge the files? Every other word? Every other paragraph? Take one and put it after the other? What encryption were you going to use?

    Comment

    • sahrour
      New Member
      • Mar 2008
      • 3

      #3
      Originally posted by sicarie
      Sure, that sounds pretty simple. How are you going to merge the files? Every other word? Every other paragraph? Take one and put it after the other? What encryption were you going to use?
      i will merge file with every other word and about encryption i will convert every letter to the letter after ( a to b), and thanks alot

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Cool. Sounds like you have it all set. So what do you need help with?

        Comment

        • sahrour
          New Member
          • Mar 2008
          • 3

          #5
          Originally posted by sicarie
          Cool. Sounds like you have it all set. So what do you need help with?
          i need u to write the code as i have problems i can't merge the files and i can't count the words in it and i'm doing encryption to the words i input not words in the file

          Comment

          • sicarie
            Recognized Expert Specialist
            • Nov 2006
            • 4677

            #6
            Sure, my consulting rate two years ago was $150/hr, but as I now have the 'Senior' title at work, I'm going to say $200/hr. Do you have PayPal?

            Otherwise:

            The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

            Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

            Then when you are ready post a new question in this thread.

            MODERATOR

            Comment

            Working...