C++ programming
Programming in C++ :- Programming in C++ can be done on Turbo C++,Microsoft Visual Studio IDE very easily they provide built- in editor and menu bar ,program should be saved with .cpp file extension in it like example.cpp. C++ programmer should know about the data types used in it. There are 3 types of it:- 1.Built-in data types 2.User defined 3.Derived 1.Built-in type include 3 types they areas follows:- I)Integral - i)int ii)char II)Floating - i)float ii)double 2.User defined type include 4 types they areas follows:- I ) Structure II ) Union III ) Class IV ) Enumeration 3.Derived type include 3 types th...