Tag Archive for 'C++'

Desktop Calculator

I always appreciate coding in standard C++. Desktop Calculator is a application coded in Standard C++. It is a application based on the example 6.1 in the book "The C++ Programming Language", Third Edition by Bjarne Stroustrup. Desktop Calculator is a GPL software.

To download full code click here.
Continue reading 'Desktop Calculator'

Windows GUI example code

Windows GUI example code. To download the Full code in one file click here.
Continue reading 'Windows GUI example code'

Windows programing with Dev-C++

Dev-C++ is good IDE for programming in C++. Considering it supports MinGW and MSVC (Rarely used with MSVC). It has syntax highlighting, debugger, profiler, TO DO lists and many more. It is best for small and medium size project development.

Basic requirements

Personal Computer

Download ( ?? )
23. Just don't talk about it.
Continue reading 'Windows programing with Dev-C++'