Search:

Type: Posts; User: Ness757

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,170

    Nevermind, guys, I figured out what the problem...

    Nevermind, guys, I figured out what the problem was and solved it. Thanks for contributing anyway.
  2. Replies
    2
    Views
    1,170

    Checking for commas in imported files

    I'm writing a program that imports files from a .csv. They problem is that every item in the file is separated by spaces instead of commas. I know I need to wrtie an if statement to check for...
  3. Replies
    5
    Views
    1,283

    Upon further inspection, it turns out that I was...

    Upon further inspection, it turns out that I was trying to solve the wrong problem. I put in a few more print statements to test the output and it turned out that I wasn't writing to the array...
  4. Replies
    5
    Views
    1,283

    I did initialize i and number, I just forgot to...

    I did initialize i and number, I just forgot to copy that part of the code. Sorry about that. Also I put the "&'s" in there because the program will have run-time errors if I don't have them.
  5. Replies
    5
    Views
    1,283

    Printing problems

    I'm trying to write a program that all yous to enter a name into an array and them print that name when you type in it's index. The print command is in a function separate from the main one. The...
Results 1 to 5 of 6