Monday, May 16, 2011
QT what is it?
Over my years of study & work I have been programming on x86 under the following OS windows and Linux (Ubutnu the well known Debian Linux distribution). Usually I have been using on windows Microsoft Visual Studio as the IDE of choice, and on Linux Kdevelop/Code::block/netbeans.
But what bothered me most was writing software to both OS’s, I found it difficult to interact between the two. till I heard about QT SDK.
QT(platform), which is pronounce cute. It’s belong to Nokia, actually to be more precise one of Nokia’s acquisition on 2008 was a Norwegian company called Trolltech, which built it from scratch.
QT is free and open source, it fully supports C++. the nice fact about QT is, all editions support a wide range of compilers, including of course the well known GCC c++ compiler Visual studio suite. The fact being a cross platform makes it great for future developing! J
It astonished me how well documented all the the QT objects are, great examples which make sure you understand in depth every topic. I’m very familiar with the STL (Sample Template Library), but I found out that QT library provides a set of container classes.
Labels:
C++
Subscribe to:
Post Comments (Atom)
About
About Me
- GilC
- On my spare time I'm here writing for you guys, so lay back & enjoy the posts! if there are any special requests, feel free to send a message and i'll be glad posting new exciting topics ;-)
Labels
- Algorithms (1)
- Assembler (1)
- Bash (2)
- brain teasers (1)
- C++ (1)
- Debugging Techniques (4)
- Dynamic Programming (2)
- Linux (14)
- Linux kernel (11)
- math (1)
No comments:
Post a Comment