C vs C++ | Which Should you Learn?

  Рет қаралды 42,014

Caleb Curry

Caleb Curry

Жыл бұрын

Start your software dev career - calcur.tech/dev-fundamentals

Пікірлер: 56
@mtsurov
@mtsurov Жыл бұрын
.NET : - come to my party, have a seat. C++: - come to my party, bring tools cause you'll be building a chair to sit on. C : - come to my party, ... chop a tree down on your way here, ....cause ....
@tweetyguy7347
@tweetyguy7347 11 ай бұрын
most accurate representation
@L1ghtOn3
@L1ghtOn3 10 ай бұрын
Assembly:- Welcome to the Matrix. Binary:- There is no party.
@KaustavMajumder
@KaustavMajumder 3 ай бұрын
Also .Net: You cannot deploy a project on another computer because your customer is expected to be super tech-savvy and expected to have Visual Basic Power Packs and specific versions of .Net frameworks installed on their system. Meaning, you run on your own computer but cannot deploy anywhere else, pretty much.
@calebagbodeka
@calebagbodeka Жыл бұрын
I just finished your 10 hour video on C. You've come a long way. Keep growing man. I appreciate your effort
@luchitoapazacbba4262
@luchitoapazacbba4262 11 ай бұрын
ok
@Sanjeev-ms4jb
@Sanjeev-ms4jb 11 ай бұрын
@@luchitoapazacbba4262 ok
@premium_edits
@premium_edits 7 ай бұрын
​@@Sanjeev-ms4jbok
@erling4560
@erling4560 5 ай бұрын
how was it ?
@eugenekwon256
@eugenekwon256 Жыл бұрын
Good point, I’ve been on the fence but I guess I should start investing time in C++ since I already know C.
@malusmundus-9605
@malusmundus-9605 10 ай бұрын
I write C++... in the sense that I write C and like to use the stl sometimes.
@ItsCOMMANDer_
@ItsCOMMANDer_ 5 ай бұрын
Start with c, then cpp. Cpp is a mire usefull language, but c will help you starting to program. Its simple, easy to learn and can teach you most basic and most often needed programming pricipels.
@Paul-eb2cl
@Paul-eb2cl Жыл бұрын
Go with C++, I did, and it's okay. I now write C when I need. small footprint i.e. devices/drivers, and use C++ programs for apps (CMD line and GUI), and services.
@77seban
@77seban Жыл бұрын
Lucky U .. for me is hard to learn C and C++ 😮😢
@Aspire40172
@Aspire40172 5 ай бұрын
coding c after coding in python makes you know the value of python,c language is just so unnessary work
@fadiabu-rjellah1842
@fadiabu-rjellah1842 6 ай бұрын
You are absolutely right I agree with you
@MyCodingDiarie
@MyCodingDiarie Жыл бұрын
Subscribed and turned on notifications, I don't want to miss any of your content!
@MyCodingDiarie
@MyCodingDiarie Жыл бұрын
Your content is amazing, I just subscribed!
@trijezdci4588
@trijezdci4588 11 ай бұрын
"It [C++] does a lot of things half well and it is a garbage heap of ideas that are mutually exclusive" -- Ken Thompson, Designer and implementor of Unix and Plan 9.
@Eid_Dod
@Eid_Dod 2 ай бұрын
It's good to have procedural programming mindset, solving problems without the OOP toys. It's not bad to know how to get productive using the rich tools available like the .NET. Let the project decides which language is the best for the job.
@GmanGavin1
@GmanGavin1 5 ай бұрын
I want to learn C but everything I want to do i.e. (Graphics programming, GUI, SDKs, ect...) are mostly just C++ libraries. I know I strongly prefer procedural programming over object oriented. OOP just feel like "you need to do it this way because" then people just keep conforming to it "just because". The annoyance I had using C# but the thing I loved when I moved to golang.
@aperture0
@aperture0 Жыл бұрын
honestly learn cpp first, I wasted my time learning c first.
@visheshnowbut6841
@visheshnowbut6841 2 ай бұрын
then you are an idiot 😂😂😂
@Siissioe123
@Siissioe123 8 ай бұрын
And then there is me. And I think C is the most difficult, you need to learn low level stuff, and is basically assembly but a bit simpler (writing assembly is a pain the but). I had to write it once and I hate it, it’s simple but it is long and boring and you need to learn it twice (three times if you are interested in x86 architecture
@thingsiplay
@thingsiplay Жыл бұрын
My favorite part was "C++ is just a superset to C, with a few minor differences". If he only knew the power of the dark side (that is Rust).
@SubZeRoy9
@SubZeRoy9 Жыл бұрын
Isnt c a simpler language but the stuff you will be using c for requires alot of prerequisite knowledge like process synchronization, memory management, hardware, etc. Idk I've never worked with c but my operating systems class sucks. Lol
@DevlogBill
@DevlogBill Жыл бұрын
If you know your fundamentals of programming with JavaScript and Python. What can you build as a new programmer with C or C++? Is it possible to build anything with these programming languages as a somewhat newbie? Or do you need to be an expert in order to actually use the technology?
@gabrielbarrantes6946
@gabrielbarrantes6946 7 ай бұрын
You will need to learn a lot more about the inner workings of memory and other things.
@MichaelMurray5-hx1ml
@MichaelMurray5-hx1ml Ай бұрын
how good is C plus plus #D
@ThatGuy68580
@ThatGuy68580 Жыл бұрын
I think C++ is better for jobs?
@daghetto101
@daghetto101 4 ай бұрын
Neither for both....
@HanBuz
@HanBuz 3 ай бұрын
c# offer more becuz of unity
@JassicaArboga
@JassicaArboga 11 ай бұрын
Long time project = C. 3D graphics = C++
@furkankaraslan9040
@furkankaraslan9040 Жыл бұрын
Could you please define what "learning" is for programming?
@Eren_Yeager_is_the_GOAT
@Eren_Yeager_is_the_GOAT Жыл бұрын
Learning the language
@furkankaraslan9040
@furkankaraslan9040 Жыл бұрын
​@@Eren_Yeager_is_the_GOAT but what is learning? like won't you search up ever again the syntax once you learned?
@thingsiplay
@thingsiplay Жыл бұрын
@@furkankaraslan9040 Programming language is not just syntax. I don't know what you mean with your question. I mean you know what "learning" means, right? Why asking for a definition of the word "learning"? I don't get it. If you ever start learning a new programming language, then you will understand what the word means. Really I am not sure what you expect, I'm really confused, almost upset for no reason at the moment. :D
@Cauffe
@Cauffe 11 ай бұрын
@@furkankaraslan9040 this is quite similar to linguistics as you learn how most languages works like subjects, verbs, nouns, etc. however each language has it's own syntax (grammar in linguistics) which you have to learn not memorize. you can't be a programmer without constantly learning new things as you can't just memorize them, you do by using these features and concepts again and again.
@anonsforever_
@anonsforever_ Жыл бұрын
I been wasting my time then. I may as well look for c++ videos instead to fall asleep to. 😅
@joshparsons1485
@joshparsons1485 Жыл бұрын
Legitness
@codebreakthrough
@codebreakthrough Жыл бұрын
Happy Easter 🐣
@wisteela
@wisteela 5 ай бұрын
And say learn C first, then maybe C++
@Khalid15325
@Khalid15325 2 ай бұрын
And C is the C++’s mother 😉😉😉.
@mohdhammad4786
@mohdhammad4786 5 ай бұрын
Should learn C first then C++.
@xesemesa12345678
@xesemesa12345678 6 ай бұрын
Learn good C so you can appreciate C++ and have a better and deeper knowledge of the language
@pajeetsingh
@pajeetsingh 8 ай бұрын
Casey mutario
@__hannibaal__
@__hannibaal__ 6 ай бұрын
No better than C, … , also C++.
@yusufgncr4359
@yusufgncr4359 10 ай бұрын
Si oulus pulus
@petros3670
@petros3670 Жыл бұрын
C e c++ are not simple language
@mundoprogramado3106
@mundoprogramado3106 7 ай бұрын
depende da sua capcidade de aprendizagem. Igual a matemática, para alguns é fácil trabalhar com números complexos.
@AImotivation-lq9hd
@AImotivation-lq9hd 3 ай бұрын
Who the hell are you
@shivAgar2020
@shivAgar2020 Жыл бұрын
are we using C anywhere?
@kartikchauhan2778
@kartikchauhan2778 Жыл бұрын
Embedded system, operating system etc .
@noxlupi1
@noxlupi1 Жыл бұрын
C is the preferred language for talking to hardware. Beside assembler. C is Mostly used for Operating systems and drivers.
@zytr0x108
@zytr0x108 10 ай бұрын
Embedded systems, operating systems and system applications like Desktop Environments. Also for libraries, since it is the common ground that all Programming languages can easily bind to. If you want to create libraries for Python, Julia or Lua, C is probably the best choice.
@LmR7711
@LmR7711 10 ай бұрын
This is the number on the Pokémon card 44N-DDGG-HCH-C99
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 311 М.
Make me the happiest man on earth... 🎁🥹
00:34
A4
Рет қаралды 8 МЛН
MOM TURNED THE NOODLES PINK😱
00:31
JULI_PROETO
Рет қаралды 24 МЛН
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 1,2 МЛН
You need to understand this in C++
0:59
Caleb Curry
Рет қаралды 236 М.
Do You Like C or C++ More ? #programming #coding #lowcode
0:50
Low Level Learning
Рет қаралды 867 М.
How it feels writing your first program in C# versus python…
0:59
LeMaster Tech
Рет қаралды 149 М.
I made the same game in Assembly, C and C++
4:20
Nathan Baggs
Рет қаралды 644 М.
the TRUTH about C++ (is it worth your time?)
3:17
Low Level Learning
Рет қаралды 599 М.
Why i think C++ is better than rust
32:48
ThePrimeTime
Рет қаралды 269 М.
SQLite Introduction - Beginners Guide to SQL and Databases
21:49
Caleb Curry
Рет қаралды 17 М.
Top 10 Programming Languages 2004-2022
0:44
Code Bear
Рет қаралды 433 М.
This is the best way to learn C++ for free
0:40
Mehul - Codedamn
Рет қаралды 346 М.
How to run C program in command prompt
0:58
Coding is Love
Рет қаралды 232 М.
Apple watch hidden camera
0:34
_vector_
Рет қаралды 56 МЛН
How To Unlock Your iphone With Your Voice
0:34
요루퐁 yorupong
Рет қаралды 19 МЛН
С Какой Высоты Разобьётся NOKIA3310 ?!😳
0:43