Starter guide C++

download Starter guide C++

If you can't read please download the document

description

Simple begginer lesson.

Transcript of Starter guide C++

How to hello world in C++?

Simply include

#include #include

And add

int main(){cout