#cpp
Read more stories on Hashnode
Articles with this tag
Hello and welcome back today I will be discussing how to declare variables and what variables are in C++. Variables are essentially containers in...
Hello and welcome back, Today I will be teaching you about the five different pre-defined datatypes in C++. string text = "Coding with Ammar";...
Hello and welcome back. As a quick recap in my previous post, I discussed how we can output text with code. This is a snippet of code from the...
Hello and Welcome, My name is Ammar and today I will be showing how you can print anything on a screen. First of all, On the first line, we type...