Tag Archives: 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 … Continue reading

Posted in C++, Programming, Projects | Tagged , , , , , | 1 Comment

Windows GUI example code

Windows GUI programming code with GDI. Continue reading

Posted in Programming, Tutorial | Tagged , , , , | Leave a comment

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. Continue reading

Posted in Programming | Tagged , , , , , , | Leave a comment