Well starting with the necessary requirements for Programming, i.e Compilers for executing the programs.
Programming as I suggest is best done on LINUX Platform (Ubuntu) which has inbuilt text editors and compilers for c, c++.
In linux you can use gedit as ur text editor and save ur files with a (.cpp) extension.
For windows OS you can use Turbo C++ (Simplest but misses out on some key features of C++), Dev C++ or Windows Visual C++ .
No comments:
Post a Comment
Thank you for commenting.