C++ Intermediate - Getting Started with C++ and Notebooks

  Рет қаралды 11,822

Caleb Curry

Caleb Curry

Күн бұрын

Start your software dev career - calcur.tech/de... 💯 FREE Courses (100+ hours) - calcur.tech/al...
🐍 Python Course - calcur.tech/py...
✅ Data Structures & Algorithms - calcur.tech/ds...
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/ne...
📸 Instagram - / calebcurry
🐦 Twitter - / calebcurry
🔗 LinkedIn - / calebcurry
▶️ Subscribe - calcur.tech/sub...
👨🏻‍🎓 Courses - www.codebreakt...
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com...
🅿 Patreon - calcur.tech/pat...
🅖 GitHub Sponsors - github.com/spo...
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/cr...
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/cr...

Пікірлер: 32
@codebreakthrough
@codebreakthrough 4 жыл бұрын
Get started with C++ Builder: calcur.tech/cppbuilder :)
@gothicbatqueen
@gothicbatqueen 4 жыл бұрын
Love that the C++ series is back! loved the first one.
@mohammedmhilal4129
@mohammedmhilal4129 4 жыл бұрын
Yes yes yes! Data structure and algorithm using C++ would be ideal for me!!
@greenstonegecko
@greenstonegecko 4 жыл бұрын
Dude I swear this guy is spying on me... I've litterally just arrived at home I went to the book store and bought a book on c++... This man is a wizard
@codebreakthrough
@codebreakthrough 4 жыл бұрын
How’s the book? 😉
@sul3y
@sul3y 4 жыл бұрын
@@AE-yr6mo is his mom sick?
@bavidlynx3409
@bavidlynx3409 4 жыл бұрын
Thank you very much I’ll binge watch the entire 100 part when you post it. Here to hive this video a like 😊 🙏🏻
@hassansyed5661
@hassansyed5661 4 жыл бұрын
You are a nice teacher
@ApacheGamingUK
@ApacheGamingUK 4 жыл бұрын
I think I may have drastically overestimated what I consider to be "Intermediate". This takes me back to my freshers week of a GNVQ course. Is casting between types really considered intermediate? I would expect an intermediate to know pretty much all the core fundamentals, and not need to hold their hands through such basic stuff. It's ok to assume quite a depth of knowledge at this level. I'd say intermediate level would be starting to learn lazy loading, polymorphism, and some of the key basic design patterns. Also introducing people to the SOLID principles, and ONLY teaching best practices. No browser based toy-car IDEs. Visual Studio is free, and has never been surpassed for this stuff. Teach what will be used in industry.
@johnnamtae9610
@johnnamtae9610 4 жыл бұрын
Hey Caleb. Not a question but recommendation. On your website, the change access button is hard to see. It's a light grey. Otherwise looks great.
@marvelousnwadike2453
@marvelousnwadike2453 4 жыл бұрын
Can we have C++ for app development
@mistakenmeme
@mistakenmeme 4 жыл бұрын
Feels weird not having to write int main() to run code.
@codebreakthrough
@codebreakthrough 4 жыл бұрын
IKR 😳
@bavidlynx3409
@bavidlynx3409 4 жыл бұрын
I love you for this no hommo
@ahmedbouali7000
@ahmedbouali7000 4 жыл бұрын
I don't get how a compiled language like C++ can be used with Notebooks (those notebooks seem illustrating well the concept of interpretation).
@SZ-jw9my
@SZ-jw9my 4 жыл бұрын
Nice!
@__SRIVARSHANS
@__SRIVARSHANS 4 жыл бұрын
Caleb I started watching your 10 hrs video last sunday i watched till vector ,Can i continue watching this intermediate course??
@baryalen9669
@baryalen9669 4 жыл бұрын
Why use static cast instead of just an int as firstly done?
@codebreakthrough
@codebreakthrough 4 жыл бұрын
Here is a summary stackoverflow.com/questions/103512/why-use-static-castintx-instead-of-intx
@properson6372
@properson6372 4 жыл бұрын
can we make a array in cpp which takes data types as cpp string because i was unable to char string used in c using cpp but i want to make a array which holds string data type but assign value after declaration
@codebreakthrough
@codebreakthrough 4 жыл бұрын
Try vectors.
@gigibucatare6239
@gigibucatare6239 4 жыл бұрын
It s more easy if you write #using namespace std; And then u don t have to write std every time
@chestly4608
@chestly4608 4 жыл бұрын
This really isnt an intermediate course. I would argue its a beginner level as it just talks about data types and is literally called "Getting started with C++" ....
@jalankoe
@jalankoe 4 жыл бұрын
Nice++
@jamesmartinez8882
@jamesmartinez8882 4 жыл бұрын
#include using namespace std; /************************************************************************** * GENERAL INSTRUCTION: Read the instructions very carefully. * * Please do not modify any of the code inside the "DO NOT MODIFY" comment.* ***************************************************************************/ //NAME: (Enter name here) //SECTION: (Enter section here) /*************************************************************************** Instruction #1: Create an appropriate FUNCTION DECLARATION after THIS COMMENT *****************************************************************************/ //Enter code in Instruction #1 int main(){ /********************DO NOT MODIFY****************************/ //These are the test numbers. int test1 = 123434; int test2 = 12321; int test3 = 102937; int test4 = 9876789; cout
@jamesmartinez8882
@jamesmartinez8882 4 жыл бұрын
Can you answer this
@jamesmartinez8882
@jamesmartinez8882 4 жыл бұрын
It's so hard
@jamesmartinez8882
@jamesmartinez8882 4 жыл бұрын
Can you help me
@jumanjimultiplayer3406
@jumanjimultiplayer3406 4 жыл бұрын
bro what have you been smoking
@mallninja9805
@mallninja9805 3 жыл бұрын
"Intermediate C++" - "We're going to talk about basic data types" Yikes.
@codebreakthrough
@codebreakthrough 3 жыл бұрын
Was intended as prerequisite review for the intermediate series
C++ Pointers - Finally Understand Pointers
15:56
Caleb Curry
Рет қаралды 223 М.
БАЙГАЙСТАН | 3 СЕРИЯ | ДУБАЙ |bayGUYS
44:17
bayGUYS
Рет қаралды 1,8 МЛН
Can You Draw a Square With 3 Lines?
00:54
Stokes Twins
Рет қаралды 53 МЛН
New Colour Match Puzzle Challenge With Squid Game 2 - Incredibox Sprunki
00:30
Banana vs Sword on a Conveyor Belt
01:00
Mini Katana
Рет қаралды 77 МЛН
C++ Strings - Intro and Comparison to C Strings
9:59
Caleb Curry
Рет қаралды 9 М.
How do computers read code?
12:01
Frame of Essence
Рет қаралды 3,2 МЛН
References in C++ Explained
14:21
Caleb Curry
Рет қаралды 105 М.
You Should Learn C++ (for hacking games)
6:11
cazz
Рет қаралды 469 М.
How To Learn Any Skill So Fast It Feels Illegal
13:48
Justin Sung
Рет қаралды 1 МЛН
you will never ask about pointers again after watching this video
8:03
Is it hard to make a 3D Game in my Custom C++ Engine?
8:01
Low Level Game Dev
Рет қаралды 27 М.
DEADLY C++ Mistakes Beginners Make
9:36
Caleb Curry
Рет қаралды 63 М.
БАЙГАЙСТАН | 3 СЕРИЯ | ДУБАЙ |bayGUYS
44:17
bayGUYS
Рет қаралды 1,8 МЛН