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…]
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…]
How To: Python Programming Under Ubuntu
If you are new to python programming and if you’re using ubuntu linux as your operating system then you can start programming easily as Ubuntu comes up with the command line version of python pre-installed. [Read more…]
How To: Programming in Python
Python is getting more popular in the open source world.Many open source packages are written exclusively in python.The famous linux distribution “ubuntu” is also embeding python in its core parts.It is very good language to get into the computer programming. [Read more…]