grtrocks Posted December 22, 2013 Share Posted December 22, 2013 Anyone please help with my project "SALES MANAGEMENT SYSTEM" i.e. printing a bill just like in a shopping mall using C++ coding. I have attested the cpp file below. Please download the file and please help me. I have done this coding myself. But the problem is I cannot print a number of items one below the other. Most probably the problem is with the declaration if array. Please go through the code and please help me asap . Please this is my sincere request. Anyone who helps me asap will be awarded with any sort of MS products activation help.http://www.filesplat.com/~shared-download?id=WF2WZ5YBJ2K42TYEH8BEIPHMSU28XM09Please......Grtrocks. Quote Link to comment Share on other sites More sharing options...
PurplebeanZ Posted December 22, 2013 Share Posted December 22, 2013 Hi mate, the file link just points back to this page. Quote Link to comment Share on other sites More sharing options...
grtrocks Posted December 22, 2013 Author Share Posted December 22, 2013 (edited) Hi mate, the file link just points back to this page.Thanx for trying to help me updating the link now please try to reply asap.http://www.filesplat.com/~shared-download?id=WF2WZ5YBJ2K42TYEH8BEIPHMSU28XM09A small request. Please let me know the changes through some means and please dont use advanced concepts. Please limit yourself to ARRAY, STRUCTURE, cin and gets commands , i.e BEGINNER LEVEL PROGRAMMING. Edited December 22, 2013 by grtrocks Quote Link to comment Share on other sites More sharing options...
PurplebeanZ Posted December 22, 2013 Share Posted December 22, 2013 Well I can't build the program because it uses "include<conio.h>" and i'm not on Windows.First thing I spot looking through is that 'c' is declared as a float, but is then used as an index of an array. Declare 'c' as an int. Also it looks like 'c' is never defined so always has a value of 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.