Sunday, 23 February 2014

How modern is C++ language used in Qt?

How modern is C++ language used in Qt?



1.Elements of Modern C++ Style | Sutter's Mill

Description:// C++98 map<int,string>::iterator i = m.begin(); double const
xlimit = config["xlimit"]; singleton& s = singleton::instance(); // C++11
auto i = begin(m); auto ...



2.Qt (software) - Wikipedia, the free encyclopedia

Description:Qt is a cross-platform application framework that is widely
used for developing application software with a graphical user interface
(GUI) (in which cases Qt is ...



3.C++ - Wikipedia, the free encyclopedia

Description:In 1998, the C++ standards committee (the ISO/IEC
JTC1/SC22/WG21 working group) standardized C++ and published the
international standard ISO/IEC 14882:1998 ...



4.C++ Programming - Free Computer, Programming, …

Description:Optimizing Software in C++ (Agner Fog) This book is for
advanced programmers and software developers who want to make their
software faster. It is assumed that the ...



5.Haxe - Official Site

Description:If you could only learn one programming language, Haxe would
be it. It's universal. It's powerful. It's easy-to-use.



6.The C++ Programming Language - Bjarne Stroustrup's …

Description:Bjarne Stroustrup's information page about the programming
language. Also contains links to other sites.



7.KBasic

Description:BASIC for Linux , Mac OS X and Windows KBasic is a powerful
programming language, which is simply intuitive and easy to learn. It is a
new programming language, a ...



8.C programming.com - Learn C and C++ Programming ...

Description:Learn C and C++ C is a powerful system programming language,
and C++ is an excellent general purpose programming language with modern
bells and whistles.



9.The GUI Toolkit, Framework Page

Description:The GUI Toolkit, Framework Page User interfaces occupy an
important part of software development. This page provides a comprehensive
reference on toolkits for ...



10.Qt - Official Site

Description:© 2013 Qt Project Hosting. Qt® and the Qt logo is a registered
trade mark of Digia plc and/or its subsidiaries and is used pursuant to a
license from Digia plc and ...

No comments:

Post a Comment