Dev-C++ is the most promising IDE for learning C++ that gives you with mingw(source),package manager,devpaks & more features.But best of all it is free,thats why it is the most downloaded IDE from sourceforge.But there has been no news for this IDE since last version beta 5.In the meantime guru cathiresan came up with Wx-DevC++,fork of Dev-C++ that has support for wxwidget. [Read more…]
Borland C++ Builder – Windows Application
This is the third part of the [Borland C++ builder programming series].Here you will learn on how to create,compile & execute windows application.If you are interested in creating console application then red it [here].In this article you will read about the rapid application development approach of borland c++ builder. [Read more…]
Borland C++ Builder – Console Application
This is the second part of the [Borland C++ builder programming series].Here you will learn on how to create,compile & excute console application.Reader is supposed to have atleast Borland C++ builder 5 or Higher.Borland CPP Builder can be used to create many type of applications that include win32,console or opengl or DLL’s etc.If you are beginner in C++ or C then most of the time [Read more…]
Borland C++ builder – Introduction
Turbo C++ 3.0 is no doubt a great IDE but it can’t produce 32bit apps for you.Also it has 64kb memory limitation.But you need to extend your skills with C++,all you need is Borland C++.Borland C++ Builder is the most powerful rapid application tool created by borland.With BCB you can create Win32 console applications or Win32 GUI [Read more…]
Learning Turbo C++
Turbo C ++ 3.0 is the most famous and easy to use IDE for learning C++. It has all you need for C++ development. It is still used in many institutes, colleges & universities even if it is out of date. There are very few articles documented on internet for Turbo C++ IDE. [Read more…]
Dev-C++ & OpenGL
This tutorial is for those who want to get started with OpenGL using Dev-C++. OpenGL is open graphics library created by silicon graphics. It is the specification of some functions that let you draw some shape on the screen.This article makes use of library called GLUT,that works [Read more…]
Dev-C++ & Graphics
Creating 2D graphics programs under DOS is easy if you’re using [turbo c]. There is library file called graphics.h that does the tiresome work for you. But unfortunately this library is borland specific you can’t use it on other compilers. [Read more…]
Dev-C++ : Introduction
I was searching for alternative for Turbo C++ and I found out a very good IDE “Dev-C++”. Unlike turbo c++, It has enough user base & supported by libraries/developers, help is available on many programming forums.Also many game developers use Dev-C++ as their back-end IDE. [Read more…]
In Review :Turbo Explorer
I have written a lot about turbo c++ 3.0 compiler.I think it is the great IDE for any beginner in C++.It is still used in many training institutes,colleges and universities.Recently borland revived the turbo series products [Read more…]
C++ Compilers and Interpreters
For any programmer a compiler/interpreter and IDE is necesary.If you are Looking for free c/c++ compiler/interpreter then your search is over,here i have listed some of free,easy to use C and C++ compilers, cross-compilers and interpreters. [Read more…]