All students must read this short message tweeted on Twitter π°
- Comment Your views.
- You can retweet if you liked it.
https://twitter.com/sahilbatra158/status/1486966969538838529?s=20&t=JJkvlNjp8oyxxkvPK4rrag
- Comment Your views.
- You can retweet if you liked it.
https://twitter.com/sahilbatra158/status/1486966969538838529?s=20&t=JJkvlNjp8oyxxkvPK4rrag
Twitter
Sahil Batra
You don't need to know the whole DSA to solve coding problems. You don't need to know the full Tech Stack to start a project. You don't need tier 1 college to get huge packages. Don't put unnecessary restrictions on yourself and start working on your goalsβ¦
β€1π₯1
Do you want me to put tutorials of C++ on YouTube ?
Anonymous Poll
63%
Yes, I will watch all
9%
Hell Yeah
12%
Yes I am waiting
16%
No I want something else
Had you subscribed my Programming Channel ?
Anonymous Poll
49%
Yes
14%
Yes, waiting for videos
22%
Please provide link I want to subscribe
15%
No
Must subscribe our YouTube channel for programming and guidance:
Link π°π°
https://m.youtube.com/c/InfotechProgrammer?sub_confirmation=1
Link π°π°
https://m.youtube.com/c/InfotechProgrammer?sub_confirmation=1
Infotech Programmer pinned Β«Must subscribe our YouTube channel for programming and guidance: Link π°π° https://m.youtube.com/c/InfotechProgrammer?sub_confirmation=1Β»
Lets start C++ series with an answer to question : Why to learn C++ language ?
Video link below π°
https://youtu.be/bh6FHR_Up3E
Video link below π°
https://youtu.be/bh6FHR_Up3E
YouTube
Should you learn C++ in 2022. Why C++ instead of python.
Why should we learn c++ as our first language and why not python. Lets see the key features of c++ language and see the reason behind why to learn c++ language.
So in this video I had shared some very nice points about the c plus plus language which youβ¦
So in this video I had shared some very nice points about the c plus plus language which youβ¦
π2
Lets start learning C++ with Installing and running C++ Compiler and Visual Studio Code
Video Link π°
https://www.youtube.com/watch?v=gfEEeT3HhIE
Video Link π°
https://www.youtube.com/watch?v=gfEEeT3HhIE
YouTube
Set up visual studio code for c and c++ programming. Installing GNU G++ compiler
Lets setup Visual Studio Code for Programming by installing GNU G++ compiler.
Want to code, compile and run your c++ programs in VS Code then yes here is a solution for that. You can install GNU G++ compiler and using that you can run c++ on your Visual Studioβ¦
Want to code, compile and run your c++ programs in VS Code then yes here is a solution for that. You can install GNU G++ compiler and using that you can run c++ on your Visual Studioβ¦
π1
Let's start our first C++ program with detailed explanation about that
Video Link π°
https://youtu.be/3a9aTJ-MxNk
Video Link π°
https://youtu.be/3a9aTJ-MxNk
Want to learn things that we should know before hacking then must follow this playlist of my brother.
He is trying his best to explain you from basics.
Must comment on the video to suggest some changes or feedback if you want. It will help us to improve.
[ Video is published ]
First-ever video in the history
will try to improve - [ need feedback ]
[ File System Commands ]
https://www.youtube.com/watch?v=ONUk5S6_QwM&list=PLvqoeHbXvQCvuevuaaTS_ZKkkUG6tm1-O
He is trying his best to explain you from basics.
Must comment on the video to suggest some changes or feedback if you want. It will help us to improve.
[ Video is published ]
First-ever video in the history
will try to improve - [ need feedback ]
[ File System Commands ]
https://www.youtube.com/watch?v=ONUk5S6_QwM&list=PLvqoeHbXvQCvuevuaaTS_ZKkkUG6tm1-O
YouTube
File System Commands
Basics of Linux - File System Commands
playlist:
Notes: https://github.com/kabir0x23/100DaysOfHacking/
=========================================
β‘οΈ Connect with me:
Twitter: https://twitter.com/kabir0x23
LinkedIn: linkedin.com/in/kabir0x23
Instagram:β¦
playlist:
Notes: https://github.com/kabir0x23/100DaysOfHacking/
=========================================
β‘οΈ Connect with me:
Twitter: https://twitter.com/kabir0x23
LinkedIn: linkedin.com/in/kabir0x23
Instagram:β¦
π₯2
Lets see the basic structure of a C++ program and after that a look on comments in c++
Video Link π°
https://youtu.be/PjP00Cv0UWo
Video Link π°
https://youtu.be/PjP00Cv0UWo
YouTube
Basic Structure of C++ Program and use of Comments in Cplusplus
Here we will see the basic structure of C++ program and also see comments that we can use or write in our program to to make it more understandable to a prog...
Want to know how to take user input in c++ program
Then this video is for you
Video Linkπ°
https://www.youtube.com/watch?v=if1rfZxozzM&feature=youtu.be
Then this video is for you
Video Linkπ°
https://www.youtube.com/watch?v=if1rfZxozzM&feature=youtu.be
New video out you can see what are data types and can make a built-in data type program also.
Video Link π°
https://youtu.be/lRcle2MrKx8
Video Link π°
https://youtu.be/lRcle2MrKx8
YouTube
Datatypes in C++ | Program to understand built in datatypes in detail.
Here we will learn about datatypes in c++ along with all basic datatypes that are used in c++ program. We will see the use of each built in datatype in this program with proper explanation.
Program Link: π½
https://github.com/infotechprogrammer/cplusplusβ¦
Program Link: π½
https://github.com/infotechprogrammer/cplusplusβ¦
Let's see the theory of derived and user defined datatypes.
Video Link π°
https://youtu.be/jEmoaEgDVhU
Video Link π°
https://youtu.be/jEmoaEgDVhU
YouTube
Derived Datatype and User defined Datatypes of C++
In this video we will see some other types of datatypes in c++ which are also used in programs. So instead of built in datatypes we will see some other datatypes of c plus plus.
Hope you liked the video must share it with your friends and support us.
Iβ¦
Hope you liked the video must share it with your friends and support us.
Iβ¦
This is very nice video on Operators in C++ must watch this and also implement the program.
Video Link π°
https://youtu.be/pAUSm8GrgB4
Video Link π°
https://youtu.be/pAUSm8GrgB4
YouTube
Operators in C++ | Lets see the use of operators in the program
Here we will make an operator program which consists of different types of operators that are used in c plusplus for various operations like arithmetic operators, comparison operators, conditional operators, relational operators and more. We will see theβ¦
Decision Making Statements in Programming with proper explanation of if else statements with a program for you all
VIDEO LINK π°
https://youtu.be/uZFobp-4HlU
VIDEO LINK π°
https://youtu.be/uZFobp-4HlU
YouTube
if and else decision making statements | Control Statements in C++
We will make a program to understand if else statements in c++. In this video we will see various control statements that are used in programming language like c plus plus and then most important we will see if else statements of c++ that comes under decisionβ¦
Let's see a program of Switch Statement in C++
Video Link π½
https://www.youtube.com/watch?v=GWqJ9FljJck
Video Link π½
https://www.youtube.com/watch?v=GWqJ9FljJck
YouTube
Switch statements in C++ | Lets make a program to understand
Program to understand switch statements in cplusplus
Program Link: π½
https://github.com/infotechprogrammer/cplusplus-Basic-Programs/blob/main/9switchstatement.cpp
Hope you liked the video must share it with your friends and support us.
I have 5 years ofβ¦
Program Link: π½
https://github.com/infotechprogrammer/cplusplus-Basic-Programs/blob/main/9switchstatement.cpp
Hope you liked the video must share it with your friends and support us.
I have 5 years ofβ¦
π1