By Reza Ikhlasul Monday, July 18, 2011 file setting turbocpp Creating file in Turbo C++ Step 1: Go to drive where Turbo C is installed then go to bin folder Click on turbo c icon then follow steps Create a file : Open menu by us...
By Reza Ikhlasul 5:11 PM C++ multiple line comments CH 6: C++ Comments Writting comments in C++ Programming Comments in C++ "Comments are usually consisting of words in C++ program which are the non-executable parts of program and compiler d...
By Reza Ikhlasul Tuesday, July 5, 2011 app compiler Download path setting turbo Compiler downloading,installing,setting directories and working What is a Compiler? " A compiler is a language translator which converts one language to other language" In a C language progra...
By Reza Ikhlasul 10:25 AM C++ high level language low level language What is a C++ Language ? What is a C++ Language ? "A set of instructions given to computer to solve some specific task is called a program" ...