
Below are the details about setting up compiler on different platforms. For compiling a C++ program we will need a C++ compiler which will convert the source code written in C++ into machine codes. In other words, we can say that it converts the source code written in a programming language into another computer language which the computer understands. A compiler is a computer program which converts high-level language into machine understandable low-level language.
C++ Compiler: Once you have installed text-editor and typed and save your program in a file with ‘.CPP’ extension, you will need a C++ compiler to compile this file. These extension helps the compiler to identify that the file contains a C++ program.īefore beginning programming with C++, one must have a text-editor installed to write programs. Files ending with the extension ‘.CPP’ and ‘.C’ are called source code files and they are supposed to contain source code written in C++ programming language. The normal extension of a text file is (.txt) but a text file containing C++ program should be saved with ‘.CPP’ or ‘.C’ extension. We will use text-editors to type our C++ programs. Text Editor: Text Editors are type of programs used to edit or write texts.
ISRO CS Syllabus for Scientist/Engineer Examįor setting up your own personal development environment on your local machine you need to install two important softwares:. ISRO CS Original Papers and Official Keys. GATE CS Original Papers and Official Keys.
Full Stack Development with React & Node JS(Live).Android App Development with Kotlin(Live).Java Programming - Beginner to Advanced.Data Structure & Algorithm-Self Paced(C++/JAVA).Data Structure & Algorithm Classes (Live).