Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to write a hotel management system.
First of all I want to know Can I write rest of the code in QT creator or I need another IDE too?

What I have tried:

I have already written db in SQL, examined QT, included database connecting and querying.
Posted
Updated 29-Nov-16 21:09pm

At first you must think about the requirements and needed interface and other stuff like security, internet access and servers. Than you must make some architectual sketching for what I like UML use case to cover all needed functions.

After that and some discussions with your project partners that you can start to code. Remember: The real coding starts very late in the project!!!

I think you will end in some HTML spitting and transaction server back end. Like that QT backed webserver sample project.
 
Share this answer
 
The IDE does not care. You can use what you want (e.g. what matches your requirements and what you like or know).

QtCreator makes sense when using Qt because you have the integration for the Qt UI design and the help for the Qt functions.

But there are more comprehensive IDEs that might be a better choice when not using the Qt UI.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900