Search:

Type: Posts; User: jayslilhunter

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,127

    OK i though my files were attached.. here they are

    OK i though my files were attached.. here they are
  2. Replies
    5
    Views
    1,127

    Any Help Appreciated

    I am trying to use the take input from a user and store the informatin that is input on the heap. I am close.. (i think) but keep getting errors. The problem occurs when the user chooses option #3...
  3. Replies
    1
    Views
    810

    A tough one..

    hello, I have written a program and am trying to modify it to store information input by a user onto the heap. I think im close but keep getting access violations. Can anyone offer some advice or...
  4. Replies
    14
    Views
    1,621

    I couldnt figure out a better way to accomplish...

    I couldnt figure out a better way to accomplish the things i needed to.. I am not supposed to use structures so thats what i came up with.. any suggestions to improve it would be appreciated
  5. Replies
    14
    Views
    1,621

    any more suggestions would be appreciated!!!!!

    any more suggestions would be appreciated!!!!!
  6. Replies
    14
    Views
    1,621

    yes i am very confused. I cant figure out how to...

    yes i am very confused. I cant figure out how to verify that the array tid is in integer, and the char array tname is a letter.

    also ive tried sorting using a loop before i store them in the array...
  7. Replies
    14
    Views
    1,621

    I have attached the input(transact.txt) and...

    I have attached the input(transact.txt) and output(account.txt) files.

    i need to read in transactions from transact.txt, check the id for valid numbers between 999 and 10000, check the name for...
  8. Replies
    14
    Views
    1,621

    i attempted to use both the isalpha and isdigit...

    i attempted to use both the isalpha and isdigit functions in my code like below

    if(tid[i] > 999 && tid[i] < 10000 && isdigit(tid[i]))

    if(strlen(tname[i]) <NAME_SZ && isalpha(tname[i])

    when i...
  9. Replies
    14
    Views
    1,621

    help please

    I have posted questions in the past but my code has evolved and i need some more assistance.. any help is appreciated..
    what i need to do is check to see if tid[i] is a character and if tname[i] is...
  10. Replies
    1
    Views
    1,142

    Almost there... need More Help

    hello again.. this is an update from a post from a few days ago.. ive come a long way but still need help..

    in my code below i am reading from a file called transact.txt and which has entries like...
  11. Replies
    3
    Views
    1,343

    I couldnt figure out how to delete the other...

    I couldnt figure out how to delete the other thread.. but i added more info to this thread
  12. Replies
    3
    Views
    1,343

    array and file I/O help

    i am new to programming and am struggling with a homework project. Please help

    Here are the requirements
    need a program to store account information of a bank
    need to store
    id, one-word name,...
  13. Replies
    8
    Views
    1,178

    I forgot to mention that we arent allowed to use...

    I forgot to mention that we arent allowed to use structures at this point. thanks for the suggestion though
  14. Replies
    8
    Views
    1,178

    File I/O help for new programmer

    I have a homework program that i need some help with.

    I am supposed to read information from a file and sort it according to the id. the data in the file looks like this
    1001 joe ...
Results 1 to 14 of 14