ok here is a deal i'm making simple database but im a little stuck... i can only add one client right now but it would be nice if i could add more... hope its clear what i try to make any tips or hints would e nice
:)
The first thing I see is that call to main(). Calling main() from any function, including main(), is not allowed in a C++ program. You should just let the function return to the calling function.
Next what do you mean by you "only add one client", you have an array so it appears you could have more than one client if you structured your program properly.
still doesnt work section 1 data input cause programm asks to enter all inputs at once dont know how to add one by one
there fore section 2 or delete doesnt work
and section 4 doesnt work where you cann edit any of sum