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…]
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…]
Creating Standalone Graphics Programs for Turbo C++
I have already writtern some Turbo c++ graphics articles in two part series (1 & 2)this article will cover it up as creating stand alone for the programs we have written in previous articles. [Read more…]
How To : Create Standalone Executable for Matlab File
Matlab is high performance interactive system that allows technical computation,analysis & program developement for engg.students. It is very easy to learn matlab,it takes just few hours to get arround it. [Read more…]
MinGW in easy steps
If you are in search of free compiler to execute your C++ programs then MinGW is good choice.MinGW offers command line version of the compiler,if you are not comfortable with command-line style compiler then you can use Dev-C++,which uses MinGW internally.This guide explains the installation & execution of MinGW under windows platform. [Read more…]
Turbo C++ Graphics Part 2
In first part of the turbo c++ graphics programming series, I explained about the graphics modes & standard library functions,drivers. If you haven’t read the first part, please go do that now.The first part describes the details on what you need to start the graphics programming using turbo C++. [Read more…]
How To : Sound Generation in Turbo C ++
If you are creating graphical programs in turbo c++ then adding sound to the the program makes it more compelling experience for the viewer [Read more…]