Search:

Type: Posts; User: pantherprowl06

Search: Search took 0.01 seconds.

  1. For certain, I want each person's information on...

    For certain, I want each person's information on its own line. The types of information going from person to person (line to line from top to bottom) do not need to be aligned perfectly. For...
  2. I'm still not positive if I understand 100% what...

    I'm still not positive if I understand 100% what you mean by format-if you just mean in general what does the data I collect look like when you open the file to look at it or if you're referring to a...
  3. Ok. It does not matter really. The way I've set...

    Ok. It does not matter really. The way I've set up my program so far, I just have rows of information that are numbered. It's a numbered list of name, gender, age, height, and weight. The idea for...
  4. Are you asking just where the information is...

    Are you asking just where the information is stored? If so, I'm trying to store it in a notepad text file called "students.txt" when it's all said and done. I want to open the students.txt file when...
  5. Append data to array of structures in memory, then put in file when program ends

    I have a program that stores health information the user inputs, one person at a time. The program works perfectly with the exception of storing the data...I need to open a file and read what health...
  6. Reading three digits at a time as one number in a long string of numbers

    How can I read a file that contains numbers only, but read it by three digits at a time? I have a long string of numbers and every three digits corresponds to a particular number in itself. i.e. a...
  7. I THINK my issue is how I am reading the numbers...

    I THINK my issue is how I am reading the numbers and converting them back to characters from the encrypted file to the decrypted file. If that's not my problem in the program please tell me. But if...
  8. Ok thank you for your help with renaming the...

    Ok thank you for your help with renaming the files. It works better now. I did not know that about strncpy. Now the loop ends in my command prompt, but it's as if the program doesn't even get to the...
  9. Problems with encryption/decryption program

    I have a simple encryption decryption homework problem in which the contents of a file must be "encrypted" by converting characters stored in the file to their ASCII values plus one. The new integer...
Results 1 to 9 of 9