Introduction to C++ PDF

Summary

This document provides an introduction to the C++ programming language. It covers topics such as executing C++ programs on Linux and using stream operators for input and output.

Full Transcript

Introduction to c++ How to execute C++ Program on Linux? Open terminal Vi test.cpp Type code Esc + (:)+ WQ g++ test.cpp./a.out C++ is able to input and output the built-in data types using the stream extraction operator >> and the stream insertion operator

Introduction to c++ How to execute C++ Program on Linux? Open terminal Vi test.cpp Type code Esc + (:)+ WQ g++ test.cpp./a.out C++ is able to input and output the built-in data types using the stream extraction operator >> and the stream insertion operator

Use Quizgecko on...
Browser
Browser