If you’re C++ programmer and you’ve some problem regarding it then there are plenty of resources to receive help . You can even keep your C++ knives sharp by joining some of the forums or groups to help others and learn something new from it. [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…]
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…]
1 year : Up & Running…
Last year 23 rd june 2006,I started onecore to connect programmers,developers & newbies.And after 11,267 comments + counting (Excluding Spam: 5,823) shows that onecore is here to stay.My purpose to start the onecore was [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…]