plz help meeeeeee
my program include 5 people that if choise 1-wrte name people 2- ACCOUNT 3-SUPPLY account
and with add 1 people choise 1-SUPPLY account 2-update of account
plz i can not write plz how i write this program :'(
anita_jojo20 0 Newbie Poster
Recommended Answers
Jump to Postanita_jojo20,
Welcome to DaniWeb!
Let me offer a few suggestions that will make your time here as useful as possible.
Please use only real English words. I.e. 'plz', 'meeeeee', 'tx' are not words.
griswolf seems to have provided an excellent description of the through process you …
Jump to PostYou have written a C program with a little C++ syntax here and there... and some BASIC too (goto is not often used in C or C++).
For a first suggestion: Replace
START: ... goto START
withwhile(1) { ... }
and add an option to quit.
All 7 Replies
griswolf 304 Veteran Poster
anita_jojo20 0 Newbie Poster
daviddoria 334 Posting Virtuoso Featured Poster
nbaztec 45 Posting Pro in Training
anita_jojo20 0 Newbie Poster
daviddoria 334 Posting Virtuoso Featured Poster
griswolf 304 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.