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…]
Archives for 2007
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…]