
March 28th, 2013, 06:32 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 1
Time spent in forums: 10 m 52 sec
Reputation Power: 0
|
|
|
Improving upon a basic C++ console app
My group is creating a program for a software development class and we're unsure how to continue. The program is written in C++ and extremely simple. It just asks a group of people various features like eye color, dominant hand, etc, stores that data in txt files, and groups them based on those features. The C++ console application works fine but our professor would like something more user friendly.
We only know basic C++ and some python and have only a month to finish this. What I would love is some suggestions on how to proceed. Some suggestions so far have been converting to python and setting up a local website with web.py or using Qt or converting to JavaScript.
We know nothing of servers, databases, or web frameworks but would really like to create some sort of window with buttons. Nothing pretty, just prettier than the console window. With only a month and other classes to deal with I don't know how realistic it is to learn a new language or learn about web development.
I apologize for the newbie question, I hope this is in the right place, but can anyone provide some direction for us?
|