You are viewing a single comment's thread from:

RE: Developing a Billing System in C++: Item Management and Invoice Generation

in #techclubyesterday

I see that you’ve made the functional console-base billing system, but it lacks user friendly interface. Since I have already worked on this project in my practice session, I strongly recommend you to focusing on GUI next. Consider using the framework like Qt and other option is SFML in C++ to present clear input fields, buttons, and a professional layout. I review your code structure, you can separate your logic from the UI so each part remain more maintainable. It is also good practice to validate inputs. for example, prevent negative prices or quantities. But It is amazing project to improve the coding skillls and make improvements, keep it, I appretiate your efforts.

Sort:  

Thanks for your suggestions. The Qt framework is not installed on my laptop, which is why I missed the Kouba01 season because they had worked on Qt design. I tried very hard to install it on my Laptop, but I could not succeed, so I am using this kind of interface.