|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Windowed/graphical programming in C++
I have been tasked with creating a point of sale system for the place that I work and I am trying to pick a programming language/platform.
I would like to do it in C++ for two reasons - firstly, as I am more comfortable in this than any other feasible language at the moment, and also because I would like to learn more of C++ anyway ![]() I would be interested in writing it under Linux as to avoid Windows licencing fees. What is C++ like for normal windowed (non-3D) programming under Linux, and does it have good database functionality (planning on using MySQL). Thanks ![]() |
|
#2
|
||||
|
||||
|
C++ doesn't have any inherent GUI or DB functionality. Those things come from implementation-specific libraries and APIs.
__________________
C/C++ pointers (Original in the "Commonly Asked Questions" thread). |
|
#3
|
||||
|
||||
|
The task you are proposing is beyond the scope of a someone who doesn't already have a pretty good idea of what they're doing.
__________________
Primary Forums: .Net Development, MS-SQL, C Programming VB.Net: It's not your father's Visual Basic. [Moving to ASP.Net] | [.Net Dos and Don't for VB6 Programmers] |
|
#4
|
||||
|
||||
|
I would use a UI designer/windowing library such as Glade or Qt. Note that if you're interested in selling your product, the terms of GPL may be an issue if you don't want to distribute the source code. If so, you can purchase a separate commercial license from TrollTech and don't have to distribute your sources.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#5
|
||||
|
||||
|
I would pobably recommed Qt from Trolltech as well, for a commercial app. It's pretty easy to use, as well as cross-platform capable if you code correctly.
__________________
Spidermonkey Tutorial http://www.aoeex.com/gmap.php - Put yourself on the map |
|
#6
|
||||
|
||||
|
Quote:
Thanks. Quote:
I am well versed in programming languages, just none that would suit this project. I should be fine with it ![]() I'll take a look at Glade and Qt, thanks! |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > Windowed/graphical programming in C++ |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|