Learn C in 60 Seconds

Sdílet
Vložit
  • čas přidán 3. 06. 2023
  • A supercharged introduction to the C programming language. Dave teaches you a cocktail-party level of C in under one minute.
  • Věda a technologie

Komentáře • 276

  • @guydror7297
    @guydror7297 Před rokem +2025

    He says C but displays the C++ icon

    • @paulveitch
      @paulveitch Před rokem +99

      And yet he's only used C in the examples

    • @rm_steele
      @rm_steele Před rokem +108

      ​@@paulveitchand the autocomplete shown in the video is giving c++ code

    • @CuriouslyWatching
      @CuriouslyWatching Před rokem +103

      He created Task Manager. He can display Python or JavaScript for all I care. He's earned it

    • @lyricaluchiha2978
      @lyricaluchiha2978 Před rokem +5

      Already a reason to skip

    • @rodrigosouto9502
      @rodrigosouto9502 Před rokem +1

      Easter Egg bro

  • @mmhck
    @mmhck Před rokem +645

    Thanks. I can now finish my nuclear reactor’s cooling system.

    • @AbuGoldstein
      @AbuGoldstein Před 10 měsíci +3

      😁😁

    • @lret2070
      @lret2070 Před 10 měsíci +26

      Writing something so sensitive in c sounds like an accident waiting to happen.

    • @der.Schtefan
      @der.Schtefan Před 8 měsíci +3

      I would argue copilot would have been able to help too.

    • @smallSphere69
      @smallSphere69 Před 8 měsíci +7

      ​​@@lret2070 you can't write that much complex systems with higher language btw.
      I prefer Assembly

    • @lret2070
      @lret2070 Před 8 měsíci +7

      @@smallSphere69 Braindead comment, Linux kernal is written in c as a re microsoft and apple operating systems. Is that not complex?

  • @lucasgroves137
    @lucasgroves137 Před rokem +162

    "Watch it again until it makes sense..." 😄

    • @user-ps9gg1xm6x
      @user-ps9gg1xm6x Před 7 měsíci +5

      Congrats 🎉🎉🎉 everyone.
      We learned c in just 60 sec.. 😂😂😂😂😂

  • @Bill_N_ATX
    @Bill_N_ATX Před rokem +131

    This is like saying writing a great novel in English is easy. After all it only uses 26 characters to capture every word in the language. Just 26 characters.

    • @rya3190
      @rya3190 Před 7 měsíci +6

      Well, if english was a simpler language, it would be relatively easy, but it's 4/5 languages in a trenchcoat, and many don't stem off each other...

    • @omara5079
      @omara5079 Před 3 měsíci +2

      Languages are simple, programming is not

    • @NotEight
      @NotEight Před 2 měsíci +1

      ​@@omara5079Ive been practicing C and its actually pretty simple, sure its not as simple as lua or python but its still mostly readable...

    • @omara5079
      @omara5079 Před 2 měsíci +1

      @@NotEight that’s not a contrary statement to mine. Most programming languages are simple and have an easy to follow syntax.
      Programming is more about the problem you are trying to solve, not so much the language you write it in. Like you could write a compiler in many languages that are simple to read, but it is a complex problem.
      Or, a middle schooler can read, but could they comprehend an essay about theoretical physics? They can read the words probably, but the ideas wouldn’t sink in.
      It’s great that you’re learning more and more, keep going and keep building

    • @NotEight
      @NotEight Před 2 měsíci +1

      @@omara5079 thanks for clearing that up, i understood your comment wrong, and also thanks for not getting mad like most people would

  • @deadseveredheads
    @deadseveredheads Před rokem +262

    Thought I was about to get a music theory lesson. I hid my guitar…

  • @NexusKiwi
    @NexusKiwi Před 2 měsíci +80

    Text: C in 60 seconds
    Logo: *shows c++*

    • @Exedeble
      @Exedeble Před měsícem +1

      Showing C with puts instead of printf is madness

  • @lefteriseleftheriades7381

    I now know enough C to write my own operating system. Just need a 60 second assembly course so I can switch from real to extended mode and create the TLB

    • @edoyak122466
      @edoyak122466 Před rokem +2

      Lol

    • @javabeanz8549
      @javabeanz8549 Před rokem +6

      Been a lot of years ago, but I wrote a bit of 8086/8088 ASM. In my course on Digital Computer Electronics, we did a few projects, the final project being a stop watch on an 8086 trainer. Outside of the class, I coded most of an ASM program to read a clock chip on a Leading Edge computer, and set the time in MSDOS 3.2. Funny thing though, they made enough changes in 3.3 that it didn't work. So I gave my classmate a copy of the code my instructor and I wrote. I don't know if they ever got it working on 3.3.

    • @vieilatome2257
      @vieilatome2257 Před rokem +1

      I've been there, and my solution was to steal some assembly code from random osdev projects :')
      You need to do interrupt table and shit, but at least you will get access to the keyboard, so hooray !

    • @azhagurajaallinall126
      @azhagurajaallinall126 Před rokem +1

      Huh.. you can write your OS in C?
      I mean the usable,not just boot with command line interface
      There's one of the Projects Mr.Dennis Ritchie himself head on development like Plan9,Inferno OS,Limbo (programming language) which are available in opensource
      Dennis Rotchie lead it as original intended way of creating C:portability,sharing with peers
      Until Java stole it with "write once,run anywhere" marketing catchphrase with chip industry growing & no cooperative plan to make ports for common purpose (thus leads to ever spewing "backward compatibility" curse that haunt the whole computer science industry)
      Some easy examples are Python,Java with their new versions simply outdating their own past versions (and they force it by stopped "support",No community or people be care like that)
      So back to the original convo,how could you (would you ever before actually?) Write OS without using Assembly & how 😳
      Please share more info,you could check my channel too 😊
      As sharing is what makes computer science one if the good communities leading the world 😅❤🌏🎉
      Wish all be well 😃🌟✨🙌
      25.07.2023 06:00/01 pm ist
      4rea,25 like,1Ma

    • @chefboyardeeznutsinyourmouth
      @chefboyardeeznutsinyourmouth Před 11 měsíci

      Okay Terry Davis the second

  • @gklinger
    @gklinger Před rokem +211

    Now explain to the newbs that puts() is for strings but if they want to print a variable they have to use printf(). I've been asked about that a few times over the years.

    • @informativt
      @informativt Před rokem +11

      the f means format. they do different things.

    • @seremptos
      @seremptos Před rokem +7

      So you mean that puts is useless, because printf can do exactly the same thing, but even more

    • @mgord9518
      @mgord9518 Před rokem +37

      ​@@seremptos It's not useless because it's faster and also automatically adds newlines.
      In situations where you're not using any variables, it makes little sense to use printf.
      Although, every modern compiler I can think of will automatically convert simple printf statements into puts.

    • @seremptos
      @seremptos Před rokem +9

      @@mgord9518 oh yeah makes sense but like in school we only learn about the printf

    • @informativt
      @informativt Před rokem +6

      @@mgord9518 It's not useless, as it is predictable. Eg if you feed it something that looks like a format string it will behave as expected.

  • @Archedbog91
    @Archedbog91 Před 2 měsíci +3

    Why doesnt the hello world funtion not return 0?
    Or better yet, why is main a void finction instead of an int function?

  • @KindStarWonder
    @KindStarWonder Před rokem +18

    But Dave... you said nothing about pointers or dynamically allocated memory.

  • @sharokhkeshawarz2122
    @sharokhkeshawarz2122 Před 7 měsíci +6

    Did he just made a function main with void ? XD (it works but dangs its not usual)

  • @greg4367
    @greg4367 Před rokem +87

    As a fifty-year C programmer... just one question: Why did you take so long, it's Not that complicated? Love your stuff.

    • @____________________________a
      @____________________________a Před rokem +12

      this is for the average smart person who has basically 0 experience with the concept of programming, so some context of how programs work and some general programming theory would probably be necessary for comprehension

    • @officialbfi01
      @officialbfi01 Před rokem +15

      Assuming you really have been programming with C since it’s creation in the early ‘70s, you have decades of experience with the language so clearly you’re not the target audience for the video.
      For anyone who hasn’t seen C code (or any code) before, this is a concise and thorough explanation of the very basics that other CZcams videos would spend 10 minutes describing yet here is done in under a minute.
      I would like to say though that if you actually have been programming for 50 years that is pretty cool 👌

    • @SnarkDADmin
      @SnarkDADmin Před rokem +16

      I think both of the other replies are missing the sarcasm in this comment.

    • @seg_fault_jim
      @seg_fault_jim Před rokem

      ​@@officialbfi01 will see niuuthe

  • @Egilhelmson
    @Egilhelmson Před 4 měsíci +3

    Alas, by the standard, main() returns an int value, not void. Ignoring the return value by using the void type is easy, but wrong, like assuming your micro-C will free() dynamic memory from alloc().

  •  Před rokem +23

    It's also a `What is a programming language` instead of `Learn C`.

  • @LoveToMix
    @LoveToMix Před rokem +8

    “Average smart person” love that description

  • @valcubeto
    @valcubeto Před 7 měsíci +2

    "If the function doesn't exist, you need to define it"
    "Don't forget to clean your allocated values at the end"

  • @TRDiscordian
    @TRDiscordian Před rokem +107

    Why is the opening logo C++ if you're explaining C?

    • @TRDiscordian
      @TRDiscordian Před rokem +15

      This is such a pointless video, but hopefully it was fun to make.

    • @kevinyonan9666
      @kevinyonan9666 Před rokem +15

      Because Dave is a boomer who prob thinks C and C++ are still the same language despite them separating since the 90s

    • @john.dough.
      @john.dough. Před rokem +1

      @@kevinyonan9666 it's because github copilot automatically filled it in, and large language models are inherently unreliable, especially with minimal context
      🤦
      he literally didn't write it, and you're ironically exposing how out of touch you are with modern AI developer tooling.

    • @kevinyonan9666
      @kevinyonan9666 Před rokem +11

      @@john.dough. I'm strongly aware of the AI aspect and we're not talking about that. Go be a troll somewhere else

    • @reynoldskynaston9529
      @reynoldskynaston9529 Před rokem +3

      @@kevinyonan9666 c++ is just c with more stuff (kinda)

  • @madmax404
    @madmax404 Před rokem +26

    FYI Having the wrong logo and having that autocomplete (copilot?) turned on in this example makes this a lot less beginner-friendly. (Because it's confusing and gaslighty)

  • @ajk_
    @ajk_ Před rokem +2

    Thanks for making shorts for good and not for evil

  • @erikkonstas
    @erikkonstas Před 6 měsíci +3

    Also, (void ()()) is not a valid type for main, the valid ones are (int ()(void)) and (int ()(int, char**)).

    • @megharajm.h5642
      @megharajm.h5642 Před 5 měsíci

      Bro what is the name of the compiler used in the video

    • @erikkonstas
      @erikkonstas Před 5 měsíci

      @@megharajm.h5642 Hm, IDK, but I've since unsubbed from this channel, too many erroneous videos in there.

  • @damionlee7658
    @damionlee7658 Před rokem +4

    It doesn't think, it doesn't know anything, it doesn't get happy, it doesn't get sad... It just runs programs!

  • @JustinEmlay
    @JustinEmlay Před rokem +4

    To the average smart person. Now that's qualification!

  • @drewf64
    @drewf64 Před rokem +2

    I feel ready to write an optimal prime sieve

  • @Silentbob1494
    @Silentbob1494 Před 8 dny

    'smart person'? HAHA! Sir, you got me fuuucked up.

  • @pakutamiko8207
    @pakutamiko8207 Před 7 měsíci +1

    How to code in pure C on windows with a Lightweight editor

    • @jal051
      @jal051 Před 6 měsíci

      Visual Code with the C extension. It's free and a great editor.

  • @pyromethious
    @pyromethious Před rokem +1

    What's the auto-complete being used?

  • @adamscarsandstuff4969
    @adamscarsandstuff4969 Před 4 měsíci

    The letter “C” holds a distinctive place in the English alphabet, often recognized for its versatility and varied pronunciation. Its phonetic range allows it to represent different sounds, including the hard “k” sound as in “cat” or the soft “s” sound as in “cent.” This duality contributes to its widespread use in constructing words across various contexts, making it an essential component of language.
    In linguistics, “C” also plays a crucial role in understanding phonology and phonetics. It is classified as a consonant, which means it typically requires some obstruction of airflow to produce its sound. However, its flexibility extends beyond this traditional classification, as evidenced by its ability to mimic both consonantal and vowel-like qualities depending on its placement within a word.
    Beyond its phonetic significance, “C” holds cultural and historical significance. It has been part of numerous ancient scripts, evolving over time to its current form in the Latin alphabet. Throughout history, the letter “C” has been associated with various symbols and concepts, often representing notions like creation, continuity, or change in different cultures and mythologies.
    Moreover, “C” serves as a cornerstone in modern communication, appearing prominently in various fields such as literature, science, and technology. From composing compelling narratives to formulating complex mathematical equations, its presence is ubiquitous. Whether it’s in crafting elegant prose, deciphering scientific formulas, or navigating digital interfaces, the letter “C” remains an indispensable element of human expression and understanding.
    And yes this was ai generated

  • @pojomcbooty
    @pojomcbooty Před rokem +1

    What always got me in multiple languages (until later) was - why “void”, or why “public static void main()” (Java) etc ? I just didn’t understand that void (or int or whatever) was the return type. To many, I was overthinking it while at the hello world stage, but I really think that understanding each part helped me reduce any fear / anxiety I had about individual languages or systems. When a language just does “print” it seems so much more accessible to a newbie than “public static void main”. But I got there…
    I love your channel, keep up the great work!!

    • @djbaker4169
      @djbaker4169 Před 10 měsíci +1

      What’s wild is I’m understanding what you said quicker than I understood the video

    • @erikkonstas
      @erikkonstas Před 6 měsíci

      void is also the wrong return type for main, which is supposed to return the exit code, the correct type is int.

    • @pojomcbooty
      @pojomcbooty Před 6 měsíci

      @@erikkonstas The exit code of a Java application is not directly related to the return type of the main method. Instead, the exit code is determined by the status of the application upon termination. By default, if the application exits normally, it returns an exit code of 0. If there are any uncaught exceptions leading to abnormal termination, a non-zero exit code is returned.
      If you want to explicitly set an exit code, you can use the `System.exit(int statusCode)` method. For example, `System.exit(0)` indicates successful completion, and any non-zero value can indicate various error conditions.
      So, you don't need to change the main method to `public static int main`. The standard `void` return type is appropriate, and you can manage exit codes through `System.exit(int)` as needed.

    • @pojomcbooty
      @pojomcbooty Před 6 měsíci

      I realised just now though you’re probably talking about C. I haven’t worked much with C tbh. And my reply mentioned “multiple languages”. I’m more familiar with Java. Sorry

  • @mcflurry8743
    @mcflurry8743 Před 3 měsíci +1

    Why would you have a void main?

  • @Raphaeltheslayer
    @Raphaeltheslayer Před měsícem

    It looks similar to Lua, I have a feeling I’d be able to navigate it earlier with the similarities it has just different wording and some scripts like module scripts require that same syntax so it isn’t a complete new thing

  • @pavliv
    @pavliv Před měsícem

    Okay i need to update my resume, now i know C.

  • @random6033
    @random6033 Před 8 měsíci

    ISO C99 and later do not support implicit function declarations and main should have a return type of int and specifying it as void may give you warnings or even compiler or linker errors (depending on the compiler)

  • @nicolenew1708
    @nicolenew1708 Před 7 měsíci

    SUPER THANK YOU

  • @davidclift5989
    @davidclift5989 Před rokem +2

    At college, my computer science teacher gave computers the acronym TOM CAT (Total Obedient Moron Can't Actually Think).
    It's worth remembering, even for that fancy AI stuff people keep going on about, it really is not thinking!

  • @raceboi1
    @raceboi1 Před 3 měsíci +1

    "Can I explain C..." Nah man you don't even have the right syntax when even writing the basic "Hello World" XD!

  • @patrickohara227
    @patrickohara227 Před 4 měsíci

    Awesome!

  • @Saberkun_KM
    @Saberkun_KM Před 8 měsíci

    Thank you, dad 🥺

  • @YouTube.....1M
    @YouTube.....1M Před 2 měsíci

    Now I can put it in my Resume😂

  • @dickheadrecs
    @dickheadrecs Před rokem +2

    Starring Vin Diesel and Nicolas Cage

  • @jaimeduncan6167
    @jaimeduncan6167 Před 11 měsíci

    Great job 😊

  • @rahulgoyal4052
    @rahulgoyal4052 Před 10 měsíci

    Thanks for teaching me c.

  • @sanjarcode
    @sanjarcode Před rokem

    Thanks for this

  • @denizdgtn4108
    @denizdgtn4108 Před 4 měsíci

    I learned ty

  • @dtiydr
    @dtiydr Před 11 měsíci

    From absolutely 0 knowledge about programming, I learned to program by looking at 2 short episodes of 10 from of a youtube tutorial about C programming around 10 years ago.

  • @thecameraman7682
    @thecameraman7682 Před 10 měsíci

    Which compiler do you use??

  • @PhilDietz
    @PhilDietz Před měsícem

    who uses puts() instead of printf() ?

  • @AchrafAitIbba
    @AchrafAitIbba Před rokem +1

    Man explaining C with C++ syntax

  • @EasonTek
    @EasonTek Před 6 měsíci

    The main function MUSTt return int.

  • @joey-typing
    @joey-typing Před 7 měsíci

    what keyboard do you use please tell me

  • @ItsCOMMANDer_
    @ItsCOMMANDer_ Před 6 měsíci

    Cool, but i'd recomend printf function wich comes from stdio and including a newline at the end of the string via

  • @WifeWantsAWizard
    @WifeWantsAWizard Před rokem

    Does it every say, "No, YOU puts!!!"

  • @mastershan87
    @mastershan87 Před 8 měsíci

    Thanks to this video I was able to dev a next gen video game.

  • @susamogus11111
    @susamogus11111 Před 5 měsíci

    Curly braces after the line
    Pain for most programmers

  • @heny2116
    @heny2116 Před rokem

    Why does he use void main instead of into main

  • @afourtrackmind
    @afourtrackmind Před 6 měsíci

    I’m coming at this without having much in way of computer education except from what I’ve picked up over the years. I’d really like to improve to the point where I can do more making my own shit. Unlike most of the comments, my dumb ass found this useful.
    Thanks.

  • @jacoobes
    @jacoobes Před 9 měsíci

    c : the DSL for memory management errors

  • @ogamiitto5642
    @ogamiitto5642 Před rokem +10

    Just 2 small… well, maybe not mistakes, letʼs call them blemishes:
    As specified, both CheckTheWater() as well as main() will⁽¹⁾-‘void’ being missing-be recognized as variable argument functions (i.e. functions that can be called with any number of arguments [of any type]).
    Also ‘void main()’ should, if one wants to be standards-compatible, probably be typed as ‘int main(void)’… so that the application at hand can properly return its exit status code.
    Other than those small nitpicks: For 60 seconds? Nice video!
    ⁽¹⁾ At least until C23 is in wide use.

  • @user-ti1iy3mj6e
    @user-ti1iy3mj6e Před 6 dny

    Nice

  • @vistaero
    @vistaero Před rokem +10

    C and C++ are not the same thing. You know that for sure. Why would you mix them up?

    • @IshayuG
      @IshayuG Před rokem +3

      He didn't, it was autotype prediction. It was not ideal.

    • @von_nobody
      @von_nobody Před rokem

      @@IshayuG In recent video he mix it too, he explain pure C concepts and used C++ library, not meeting using C++ logo on both this video.

    • @javabeanz8549
      @javabeanz8549 Před rokem

      Considering that I took what was supposed to be a C++ college course years ago, and all we wrote was C, but we interacted with some C++ code that the instructor gave us for one project near the end of the course. I also was active in a news group where the people that wrote C++ were regularly active, so the course was a bit confusing, when reading about how C++ should be coded.

    • @e.lan.s
      @e.lan.s Před 11 měsíci

      Watch again until it makes sense

  • @hussienkhaled1918
    @hussienkhaled1918 Před 5 měsíci

    What do you mean by 30 words ?

  • @kil_l_y
    @kil_l_y Před rokem

    Dave, I have a question. Why does windows X,Y values start in the top left instead of the bottom left of the hypothetical window graph like in classical mathematical notation?

    • @guydoesthings7580
      @guydoesthings7580 Před rokem

      I dunno but it's probably the fact that most 2D rendering stuff does that
      An actual reason could be because a rectangle is position and size and it renders starting at the topleft and ending at the position+size (i dunno probably not)

    • @gabriel55ita
      @gabriel55ita Před rokem +2

      I may be wrong but it could be a sort of convention that was applied to crt monitors. As you may know this older system consists in a beam of electrons that travels from the first row to the last. The first point is in the top left and the last point is in the bottom right.

    • @kil_l_y
      @kil_l_y Před rokem +1

      @@gabriel55ita that makes perfect sense

    • @perwestermark8920
      @perwestermark8920 Před rokem +1

      ​@@gabriel55ita And this is the correct reason. CRT was the main output for a long time. And it traditionally emits the image in the same order we read text in the western world.
      And most (not all) programming languages with graphics have the graphics arranged based on the memory order the data is output.
      But it's also the same when selecting row/column to output text.

  • @thegreatpleco3920
    @thegreatpleco3920 Před 5 měsíci

    Uh main should return an int and at least i like to use it woth argc and argv

  • @m9ddie
    @m9ddie Před 4 měsíci

    now tell me how tf i was supposed to figure out that exercise

  • @vivekk8083
    @vivekk8083 Před 7 měsíci

    Why void function???

  • @jianeapanpontanares6900
    @jianeapanpontanares6900 Před měsícem

    What kind of app is that?

  • @TN-cx4qi
    @TN-cx4qi Před 9 měsíci

    Yep this covers everything. If you watch this start applying for as many software engineering jobs as you can.

  • @Duckless137
    @Duckless137 Před 11 dny

    I’m sorry VOID main?
    You’re insane…

  • @Bassotronics
    @Bassotronics Před rokem +5

    I want to learn C - + for quantum computers.

    • @futuristic-
      @futuristic- Před rokem

      Sorry I could only teach you C**

    • @gamingbutimbad1943
      @gamingbutimbad1943 Před rokem

      I know it's a joke but if you're curious about how quantum computers are programmed then check out Q# by Microsoft

  • @brad9529
    @brad9529 Před rokem

    30 words that can be used in endless complicated web

  • @tim_allen_jr
    @tim_allen_jr Před 8 měsíci

    C++ can handle most tasks for you if the hardware can follow the program.

  • @Manoj29122
    @Manoj29122 Před 9 měsíci

    Now people can add c programming in their resume 😅

  • @teckyify
    @teckyify Před 6 měsíci +1

    Std::println

  • @The-python-guy
    @The-python-guy Před 29 dny

    Thanks for giving me task manager, so I can see how poorly optimized my code is in memory

  • @mancillagarfiasabraham8392

    A bit simplified but good video!

  • @der.Schtefan
    @der.Schtefan Před 8 měsíci

    You can explain it to the average person, but you can't make them write code that is correct and won't mess up things. Nobody can...... Nobody.

  • @hba6018
    @hba6018 Před 6 měsíci

    PascalCase?? Why??

  • @candyts-sj7zh
    @candyts-sj7zh Před rokem +1

    I am the average stupid person

  • @Petch85
    @Petch85 Před rokem +4

    30 words... Sounds like an over-simplification to me.

    • @JorijnLamberink
      @JorijnLamberink Před rokem

      it really does not take much more than that ;)

    • @perwestermark8920
      @perwestermark8920 Před rokem

      Not sure if it has changed but last I checked, C has 32 reserved keywords.
      auto break case char const continue default do double else enum extern float for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while

  • @mr.shredder5430
    @mr.shredder5430 Před 8 měsíci

    c progamming means cipicial

  • @Swatto
    @Swatto Před rokem

    @Dave What do you determine as a smart person?

    • @BrianC1664
      @BrianC1664 Před rokem +1

      Someone that doesn't have an opinion regarding which crayons taste the best?

    • @quetzalcoatl-pl
      @quetzalcoatl-pl Před rokem +1

      Not watching this movie.

    • @Mintteacup_
      @Mintteacup_ Před rokem

      ​@@quetzalcoatl-pl not a movie

  • @misterwafflezzz
    @misterwafflezzz Před rokem

    See, even he uses copilot

  • @BenEehayeh
    @BenEehayeh Před rokem

    When you want to teach somebody a language?
    Zig

  • @multiamphetaminsaft
    @multiamphetaminsaft Před 5 měsíci

    C is simple, but it does not deserve a 60 sec short …

  • @The_Codemaster144k
    @The_Codemaster144k Před 8 měsíci

    Bro... Put int main not void main

  • @matthewspence7476
    @matthewspence7476 Před 5 měsíci

    Average smart person? Well, I am the average dumb person but I will try to learn anyway

  • @carpybaraba
    @carpybaraba Před 2 měsíci

    Is bro using visual studio ⁉️⁉️🤨👊

  • @lazertroll702
    @lazertroll702 Před 7 měsíci

    ... and now: passing pointers, values, and (de)references via function return types and type casting - but not before choosing malloc() vs alloc() ... 😶

    • @erikkonstas
      @erikkonstas Před 6 měsíci

      Where is "alloc" a thing? 😂

    • @lazertroll702
      @lazertroll702 Před 6 měsíci

      @@erikkonstas oh, you don't use C libraries at all?

    • @erikkonstas
      @erikkonstas Před 6 měsíci

      @@lazertroll702 I'm not aware of any libc with an "alloc" function...

    • @lazertroll702
      @lazertroll702 Před 6 měsíci

      @@erikkonstas it's another dynamic mem allocation function; not part of ansi c standard library. Some definitions do float around.
      I recall, some many years ago, confusing an include for alloc.h with other library's alloc() funtion and ended up including a 3rd party lib to get an alloc() - which seemed like it met the vauguly-explained assignment ....
      my original comment was intended to joke that 60 seconds covers neither the nuances of complexity, nor the scope of meaningfully leveraging the C language ... does that help you?

  • @----.__
    @----.__ Před rokem +1

    SYS 64738

  • @Unavailable8923
    @Unavailable8923 Před rokem

    No Duff's device. Instant fail.

  • @ZealClips
    @ZealClips Před 2 měsíci

    So this with pointers… *🙏

  • @demonkingrimuru7844
    @demonkingrimuru7844 Před 10 měsíci

    He explained 1st 2 chaps main points of engineering 1st yr in 60 sec 😂😂

  • @tetraquark2402
    @tetraquark2402 Před rokem

    Ha! Now do hello world like it was for windows 3.12

  • @igormicovic
    @igormicovic Před 6 dny

    Average C code used by Pindows

  • @Anemoboy22
    @Anemoboy22 Před 2 měsíci +1

    c......++?

  • @HyperKNF
    @HyperKNF Před 13 dny

    32 deg fahrenheit 💀

  • @pakutamiko8207
    @pakutamiko8207 Před 7 měsíci

    Where to learn pure C

  • @dizzydreams2122
    @dizzydreams2122 Před rokem

    Can someone explain the well joke to me pls 😊

  • @chadx8269
    @chadx8269 Před 10 měsíci

    What is that void?

  • @justw4lkbesideme
    @justw4lkbesideme Před 7 měsíci

    Hmm only 30 words nice info for beginner

  • @AnandKumar-kz3ls
    @AnandKumar-kz3ls Před rokem

    My laptop takes almost 10 minutes to open till than someone can learn c 20 times 😢