Link to home
Start Free TrialLog in
Avatar of djtansey
djtansey

asked on

For laeuchli only...

anyone else .. don't even try, Jesse has some code already and i just want him to fix it for me :)

jesse ... email me the source code... and make it as commented as possible within reason (e.g. comment the libraries as to what they , and the functions you will call from them... what each function you use does... and the major variables)
and make it standard C.. i don't want <win_specific.h) in there :)

ok, specs:

1) Menu that lists following:
      a) Load file? (print to screen)
      b) input new ?
      c) clear file?
      d) quit
      you don't have to use letters

A) pretty obvious... you print it.. it says press whatever to go back to menu... yada  yada...

B)
      1)prompts user to input First             name and then Last
      2) Then Phone Number
      3) ask usr if they are sure (shows what they typed... ) and then write to file
      4) reorganized file in alphabetical last name order

C) clears file... probably just erases it... i don't know.. will the program make a new one if something says write to it? that is your problem :)

D) quits

everything but D has to come back to the menu...

that is it man... thanks again...

email the source to me... i am not in windoze so the EXE won't help me much


David
Avatar of darinw
darinw

I'd appreciate it if you would post the answer here too.

darinw
Customer Service
Avatar of djtansey

ASKER

why is that darinw? (if i may ask...)

djtansey
oops... wrong browser window :)
why is that darwinw?
(if i may ask...)


djtansey
Because all answered questions become part of the Previously Asked Questions area (PAQ). Others who may have the same or similar problems can search through the PAQ and find your answered question only to find out the answer was 'Thanks for the email - it worked' as the answer.

It happens sometimes and I have to deal with the customer who feels ripped off (and rightly so I might add) because they paid points to see that an email exchange took place.

darinw
Customer Service
sounds good enough to me, thanks, i will make sure i always post the answers..

ASKER CERTIFIED SOLUTION
Avatar of laeuchli
laeuchli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial