hi I am Trying to create a simple Bill format in the console application of visual c++..
I have completed all the code except
My program can take maximum of 50 items
But if I need only for 10 items i need to change the code for 10 items
my doubt is how to control the program to my required number of items without changing the program each time....i.e."how to break the loop only for required number of items.."
practically
customer will come and show the billingPeople what are the items,but not the "number of items..."
i am not using linked lists and all just simple
1. tabular format first consists of name date and item, its price
2.the cursor will then goes to the name field and then comes to the item field
if u hav doubt just verify it once