Man! C++ is such a captivating programming language. So far (based on my limited experience) my favorite programming languages are C++, C, Assembly > Java > Python > JS. Thanks a ton for the incredible content.
For those who think that these are re-up loads I want to say that they are not cause the earlier series used vs code and not vs studio code (the one with purple icon it's how I think of it) and this uses the blue icon. _I know people might not have thought that but I wanted to say it anyways_
hello bro code this what i made #include /* this lesson is about varibales that are devided into catagories # c++ is very sorted program that has word for each function so no random steps or dizzy steps can be made ** note the functions are displayed as follow with a function for each */ int main(){ // first one is integer that used for nolmal numbers with no decimal (points, float) int year_born = 2000; int year_graduated = 2022; int age = 22; //second oneis called double, this variable is for decimal numbers as int cant run decimal number double dollar = 1.480; double gold= 600.05; // the next one is single character that is used do describe something with one litter the value must be // single ' not " char grade = 'A'; char learning_quality ='S'; /* this called boolean as it is called it do only true or false usefull for knowing if someone passed in exam for example*/ bool math = true; bool physics = false; bool computer = true; //string (an objject that represent a sequence off the text) std::string college = "agriculture engineering"; std::string name= "Mohanad Natheer"; std::cout
Float and double are sorta similar but not at the same time I’m pretty sure you know that he probably didn’t want to confuse people me personally I always use double but I guess I get your point he should have at least brought it up.
howdy partner, quick idea can you do make another channel to teach UI/UX design? either you can do it or a friend that you know is able to do it in the same style as you can, "Bro Design" is untapped potential imo
DONT HYPE HIM UP CUZ HE'A DIE HAVE YO WHOLE BLOCK CRY HIS BALLOONS IN THE SKY , NOW THE OPPS REALLY MAD SO I TELL'EM COME TRY BUT I SLIDE FIRST ALL THEY HEAR IS FAH FAH FAH DATS DA NICKELL
#include int main(){ //whole number int x = 5; int y = 6; int sum = x + y; int year = 2024; //disamls folat in pyton double day = 7.5; // can only hold one charcter char wall = 'J'; char initial = 'Y'; //boolean(true or flase) bool student = true; bool forsale = false; //string can store as many charcters as you want std::string name = "jonthon"; std::string greating = "whast good"; //the prints std::cout
#include
int main() {
//int (whole number)
int age = 21;
int year = 2023;
int days = 7;
//double (number including decimal)
double price = 10.99;
double gpa = 2.5;
double temperature = 25.1;
//char (single character)
char grade = 'A';
char initial = 'C';
char currency = '$';
//boolean (true or false)
bool student = false;
bool power = true;
bool forSale = true;
//string (objects that represent a sequence of text)
std::string name = "Bro";
std::string day = "Friday";
std::string food = "pizza";
std::string address = "123 Fake St.";
std::cout
#include
int main(){
//integer (whole number)
int x = 25;
int y = 6;
int sum = x + y;
std::cout
#include
int main(){
int x=25;
int y=24;
std::cout
you save me from shifting my course!! thank you so much 😭💗💗
Hello, do you have some books for the C++ language?
Thanks buddy🌜
This guy is a GIGACHAD.
fr brooo
Real
I like this guy
Amazing lesson bro
Man! C++ is such a captivating programming language. So far (based on my limited experience) my favorite programming languages are C++, C, Assembly > Java > Python > JS. Thanks a ton for the incredible content.
Wtf makes assembly one of your favorite languages?
@@50lek He is not okay (or he didn't tried to code asm)
Hello, do you have some books for the C++ language?
Integer a = 10
Double a= 1.2
Char a= 'c'
Boolean x = true
String name = "anonymous"
I think you forgot the semicolon
Assignment (Divide to 4 units.) :
*Integer variable*
#include
int main(){
int x; // to create an integer variable
x = 5; // assign the variable to 5
int y = 10;
int sum = x + y;
std::cout
thank you very nice easy to understand.
thanks master!
For those who think that these are re-up loads I want to say that they are not cause the earlier series used vs code and not vs studio code (the one with purple icon it's how I think of it) and this uses the blue icon. _I know people might not have thought that but I wanted to say it anyways_
I think that was C# playlist
cout
Pefect Bro Code! Thank you!
Thank you for everything you do man
hello bro code this what i made
#include
/* this lesson is about varibales that are devided into catagories
# c++ is very sorted program that has word for each function so no random steps or dizzy steps can be made
** note the functions are displayed as follow with a function for each
*/
int main(){
// first one is integer that used for nolmal numbers with no decimal (points, float)
int year_born = 2000;
int year_graduated = 2022;
int age = 22;
//second oneis called double, this variable is for decimal numbers as int cant run decimal number
double dollar = 1.480;
double gold= 600.05;
// the next one is single character that is used do describe something with one litter the value must be
// single ' not "
char grade = 'A';
char learning_quality ='S';
/* this called boolean as it is called it do only true or false usefull for knowing if
someone passed in exam for example*/
bool math = true;
bool physics = false;
bool computer = true;
//string (an objject that represent a sequence off the text)
std::string college = "agriculture engineering";
std::string name= "Mohanad Natheer";
std::cout
Very good job 👍😊
was wondering if you have fully learnt C++ by now
int main() { using namespace std; int a = 10; char b = 'C'; double c = 9.87; bool n = true; string r = "I love Ukraine!"; cout
int x = 103;
double euler = 2.71828;
char USD = "$";
boolean tired = true;
string name = "Viihna";
I feel you should teach float before double, and teach the importance of size limits.
thank you bro
Thanks so much! This is a massive help! c:
thank you very much
before:😑 after watching all ur c++ vids: ☺
If use tried boolean and the output are zeros and ones, try to use "boolalpha";
std::cout
#include
int main(){
//integer
int amount = 2;
int age = 115;
int IQ = 690;
double av = 91.8;
double gpa = 4.5;
char grade = 'A';
char branch = 'B';
std::cout
DONE BRO❤❤😌😌
Please make vidio on Json, socket, sys, module in python
thank you
wc back legend!
Welcome back Bro :)
random comment for algorithm
random comment reply for tube algorithm
int z = 9;
double year = 20.22;
char initial = 'R';
std::string name = "RS";
bool learning = true;
std::cout
I might be a little bit late, but here it is my code:
int main()
{
std::string song = "Heart-Shaped Box";
int year = 1993;
std::string album = "In Utero";
double duration = 4.43;
std::cout
how are you doing now
@@Arador1112 Great thanks for asking
int x = 50;
double y = 67.598;
char grade = 'F';
std::string name = "Djole mole"
C++ is just an extension of C which supports object oriented programming.
why this videos are unlisted?
#include
using namespace std;
int main() {
int rollno = 21;
double marks = 85 ;
char grade = 'B';
string name = "DUDE , ";
cout
can you use boolean to create something like to tell u pass or not is true or false
Bro you should live stream the old videos.
why no float?
Float and double are sorta similar but not at the same time I’m pretty sure you know that he probably didn’t want to confuse people me personally I always use double but I guess I get your point he should have at least brought it up.
@@nastydre4433
yes, and he explain so clearly. that's why I understand everything that he teaches!
What about float?
if a double contains the decimal, that what is a float used for?
Float x = 3.34;
But double contains more digits after decimal
double y = 3.343442244;
That's it
bro, pls cover media queries and grid in CSS, if possible, also cover scss , ty
// just me practicing mb lol ;)
#include
int main() {
// interger:
int FavNumber = 48;
// double:
double gasPrices = 108726.22;
return 0;
}
Those gas prices are the most accurate thing ive ever seen
Int x;
x = 10;
Std::cout
you can use "using namespace std ; " after "include" instead of using "std::" in every line
int goal = 9;
double length = 6.2;
char grade= 'F';
bool blue = False;
string greeting = "Hey Bro how are you doing?"
howdy partner, quick idea can you do make another channel to teach UI/UX design? either you can do it or a friend that you know is able to do it in the same style as you can, "Bro Design" is untapped potential imo
#include
int main() {
// Integer
int length = 600;
int breadth=1200;
// Double
double screen_size = 19.5;
double data_pack = 2.5;
//Single characters
char usb_type = 'C';
char level = 'A';
// Boolean
bool ssd = false;
bool hdd = true;
//String
std::string OS = "Linux";
std::string DE = "XFCE";
return 0;
}
Integer = assignments due , Double = pressure , Character = gender on id card , Boolean = subscribed/notsubscribed , Bool subscribed = true;
#include
using namespace std;
int main()
{
int Tuoi = 14;
double chim = 10;
bool conzin = true;
string ngoaihinh = "sieu dep trai 123";
cout
int x=3;
double c=5.6;
bool t=true;
char letter="a";
string sentence="hello world";
idk if u read comments but
Do you know all of these programming languages
Assignment:
#include
int main()
{
//Integer
int secretNumber = 4;
//Double
double pi = 3.141591653589;
//Characters
char secretLetter = 'A';
//Boolean
bool secretAnswerToEverything = false;
//String
std::string me = "loser";
return 0;
}
#include
int main()
{
//integer
int x = 6;
int Z = 9;
int difference = Z - x;
std::cout
This is a random comment;
Hi Bro;
std::string // int a = 0 // double b = 0.00 // bool Yes = true // char A = 'A'
String is a special case
#include
int main() {
int age = 10;
std::cout
int x=15;
char blood="A";
bool hungry=true;
std::string food="Domino's is like dreamy rn";
double rating=1.4;
Dart and flutter course please muehehehe
what if we just do this
std::cout
Try it 😂
my #inlcude have error, saying please update your include path.
// integer (whole number) variables (a variable is a container that refers to some value)
int health = 100;
int numLives = 5;
int points = 10000;
std::cout
int studentNumber = 4;
double length = 165.5;
bool male = true;
char class = "C"
std::string school = "Mar Afram"
I love u
int favoriteNumber = 17;
double pi = 3.14;
char letter = C;
bool athlete = true;
std::string intro = "Hello World";
What is return 0 means…….. can you please explain
It means return to first line
It means return to first line
It means return to first line
It means return to first line
#include
int main(){
int age = 14;
double gpa = 2.6;
char grade = 'A';
bool cool = true;
std::string name = "John";
std::cout
int age = 20;
double gpa = 3.85;
char grade = 'A';
bool student = true;
std::string address = "Rose Avenue";
int apartmentNumber = 696;
double percentage = 89.9;
char row = 'B';
boolean isGraduated = true;
string brand = "Tesla";
Comment for the algorithm.
Ok
std::string food = “cheese”;
bool dead = true;
char life = “X”;
int pizzas = “99”;
double Pi = 3.14;
//STOP CHANGING PIE
int legos = 6; double pi = 3.14; char addition = '+'; bool expired = false; std::string console = "PS5";
whatever anything before or after
Can anyone please help me all my codes show exited with code=1
//assignment
int weight = 85;
double height = 1.85;
char degreeType = 'F';
std::string weightType = "kilograms";
std::string heightType = "meters";
bool commentPostedOnYt = true;
std::cout
int age = 18
double experience = 0.001
char H = 'i' ;
boolean bored = false ;
std:: string name = "Abdullah" ;
int number = "43"
double money = "3.2"
char favNum = "A"
boolean tacoTuesday = "True"
std::string Doing = "I am doing good."
int x = 19;
double temprature =92.5;
char intial = 'J';
bool hot = true;
std::string name = "Jaden";
std::cout
he has been talking about himself aboutt all exsamples then when i saw the adresss bar i know what i have to do
Int Birthday = 22
Double Weight = 122.7
char age = 7
bool = true
std::string dog = "Shizu"
wating for react tuts
int age = 22;
char grade = 'A';
bool iType= true;
double money =22.19;
std::cout
int passcode = 1234;
double gradePrecent = 98.52;
char Y/N = 'Y'
bool alive = true;
std::string country = "USA";
bool gay = false;
string x = "I am a Hetero!";
just lol
.
Good job bro, JESUS IS COMING BACK SOON; PREPARE
DONT HYPE HIM UP CUZ HE'A DIE HAVE YO WHOLE BLOCK CRY HIS BALLOONS IN THE SKY , NOW THE OPPS REALLY MAD SO I TELL'EM COME TRY BUT I SLIDE FIRST ALL THEY HEAR IS FAH FAH FAH DATS DA NICKELL
#include
int main(){
int time = 12;
std::string helloWorld = "Hello World!";
bool available = false;
double price = 12.77;
std::cout
#include
int main(){
//whole number
int x = 5;
int y = 6;
int sum = x + y;
int year = 2024;
//disamls folat in pyton
double day = 7.5;
// can only hold one charcter
char wall = 'J';
char initial = 'Y';
//boolean(true or flase)
bool student = true;
bool forsale = false;
//string can store as many charcters as you want
std::string name = "jonthon";
std::string greating = "whast good";
//the prints
std::cout
#include
int main() {
//Integers
int age = 32;
int year = 2022;
int days = 7.5; //will be truncated to 7
std::cout
thanks master!
what about float?
whatever anything before or after
I do or did
whatever anything before or after
I do or did