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…]
Turbo C++ Graphics Programming
Intention of this tutorial is to make you comfortable with the basic concepts in graphics. If you want to learn graphics programming then Turbo C++ 3.0 is good choice. [Read more…]