How to make your first program in C++

Опубликовано: 22 Март 2026
на канале: CodeStraight with Smaran
1,075
5

In this video, we will show you how to make your first program in C++

To make C++ programs, we can use normal text editors like Notepad++ and TextEdit, but we need to compile the code using a compiler called GCC 13 (or 11, depending on your OS). These are included on systems by default, but to use them we need an IDE. Codeblocks is a good IDE for Windows and XCode for Mac, but I recommend the Replit online editor (https://www.replit.com)

#cout #include #std_library