
Learn C++ Tutorial 1 - Day 1 | Basics
What Will I Learn?
You are going to learn a programming language called C++ (most heard but not coded often :P).
- You will learn every bit of C++ in the series.
- You will learn Object Oriented Programming (OOP) in particular.
- You will learn to increase C++ computing performance by modifying code accordingly (very important for a distributed network like Blockchain).
- Eventually, you will learn to write smart contract using C++ language.
Requirements
These are the following requirements for following this video tutorial:
- Basic Maths logic - Addition, Subtraction, Division, ....
- C++ IDE setup required for practising the tutorial
Difficulty
This is a basic level tutorial.
Description
This is a tutorial series on learning C++ programming language.
I am deeply involved with Blockchain technology. So, this is an endeavor to make Developers equipped with the power of coding any applications using C++ 's Object Oriented Programming (OOP) tool.
Additionally in the end of this series, I will be covering some IEEE papers on improving C++ codes' computing performance using some shortcuts.
Installation guide -
This is for Windows & Ubuntu lovers in particular. Run linux subsystem over Windows OS using WSL.
- And editor like Sublime Text 3
- Use gcc compiler for Linux (ubuntu). Install it using
sudo apt-get install g++ - Compile C++ codes (.cpp format) e.g. File - "hello.cpp" using
g++ hello.cpp -o hello.outcommand & then - Execute using
./hello.outcommand
Follow the codes in the Tutorial Notebook.
Video Tutorial
Posted on Utopian.io - Rewarding Open Source Contributors
Leave Learn C++ Tutorial 1 - Day 1 | Basics to:
Read more #utopian-io posts
Best Posts From Abhijit Roy
We have not curated any of abhi3700's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Abhijit Roy
- Setting up the EOS Blockchain
- Setting up the EOS Blockchain
- Understanding Inflation in Cryptoeconomics
- Learn C++ Tutorial 1 - Day 1 | Basics
- Learn C++ Tutorial 1 - Day 1 | Basics
- EOS Blockchain discussion #1 - 21 BPs prone to attack? EOS Blockchain Hackable?
- Telegram Bot Tutorial 02 - Send photo video | Share location contact
- Telegram Bot Tutorial 01 - Introduction | Get chats | Send Messages
- Telegram Bot Tutorial 01 - Introduction | Get chats | Send Messages
- Learn Cryptography #5 - Encryption using Python | "Symmetric" | "Stream Cipher"