This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
C++ |
|
Cross-platform integrated development environment which is part of the SDK for the Qt GUI Application development framework. Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop, embedded, and mobile device platforms, such as Android and iOS. |
|
Library, which helps in writing json and reading a json file using cpp. A fast JSON parser/generator for C++ with both SAX/DOM style API. RapidJSON borrowed some designs of RapidXML, including in situ parsing, header-only library. But the two APIs are completely different |
|
Systems programming language sponsored by Mozilla Research, which describes it as a "safe, concurrent, practical language," supporting functional and imperative-procedural paradigms. Systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. |
|
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. |
|
Useful set of libraries that helps in making the code simple and more efficient, both by space and by time. This is because it includes libraries for implementing some data structures like a dynamic list, stack, queue and some other data structures like map, insertion, deletion etc. |
|
A generic programming technique that uses extremely early binding. Can be seen as an embedded language sitting a layer above standard C++. Uses of the C++ template system to perform computation at compile-time within the code. |
|
Well-known tool for finding errors of work with memory. An instrumentation framework for building dynamic analysis tools. The Valgrind tools can automatically detect many memory management and threading bugs, and profile your programs in detail. |
|
Event-driven programming language from Microsoft. It is now predominantly used with Microsoft Office applications such as MSExcel, MS-Word and MS-Access. Enables building user-defined functions (UDFs), automating processes and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). |
|
Integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages. MSVC is proprietary software; it was originally a standalone product but later became a part of Visual Studio and made available in both trialware and freeware forms. |
|
Fully-featured IDE for Android, iOS, Windows, web, & cloud. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. |
|
C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base. It has popular language bindings for Python, Perl, Ruby and many other languages, and unlike other cross-platform toolkits, wxWidgets gives applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. |
|
A library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. |