Learn pointers in 59 seconds, seriously!

preview_player
Показать описание
A basic introduction to pointers in C or C++. It's a lot easier to learn something in great detail if you already understand the big picture. Yes, the title is clickbait.

If you want to dive deeper, there are plenty of other resources available, such as online courses and college lectures. Good luck!

Let me know what videos you want to see next in the comments. Thanks!

CHAPTERS

sub count: 147

DISCLAIMER
All opinions and interpretations presented in our videos are solely our own. The views, opinions, and positions expressed by the creator(s) and those providing comments on this channel are theirs alone, do not reflect the views, opinions, or positions of their employer, associates, or any other organization or individual. All content on this channel is for informational and entertainment purposes only and should not be seen as advice of any kind.

KEYWORDS

#programming #compsci #pointers #cplusplus #cplusplusprogramming #cplusplustutorial #cppprogramming #clanguage #cprogrammingtutorialforbeginners #cprogramming #computerscience #coding #codinginterviews #softwareengineerintern #interviewtipsandtricks#codinginterviewquestions #programming #softwareengineer #faang #bigtech #siliconvalley #codinginterview #59SecondsOfCode #100SecondsOfCode
Рекомендации по теме
Комментарии
Автор

In addition to "why pointers" is that there're a lot of low level system/hardware stuff that already exists and can't be just "declared/defined" without pointers.

exception
Автор

I didn't find this video, this video found me

lordjellyfish
Автор

I thought this was a big channel lol
Anyways, keep it up, you explain really good!

soyilai
Автор

Pretty good, BUT(T) a minor nitpick at 0:31 - the asterisk is applied to the variable, not the type, therefore `int *pX, x;` would make a pX integer pointer and an x integer (doesn't matter if you declare variable per line).

almantuxas
Автор

Learning JavaScript was harder than c++

levelup
Автор

hey! incredible video... I like your style.
What programs do you use for those graphics and elements in the videos?

GusDev_cane
Автор

Out of 59 bro used starting 3 seconds for Hi hello & last 7 Seconds for SUBSCRIBE

TechnologyandTricks
Автор

Haven’t learned much yet on this, coming from python and wondering why this is a necessity for linked lists. Maybe bc I’m about to learn how classes work here but why can’t you just define attributes like .next and .data?

Does C++ not allow for this without these pointer thingies? And why do I need dynamic memory allocation—idk what that is but it sounds like it makes things faster 😂 Also what aspect of them makes it easier to share info—I don’t see the connection here with simply storing the memory address and being able to share info more easily.

And null pointers—are those just tipoffs to yourself that nothing was stored there at all? Sorry lot of questions I am very much a beginner in this language 😅

darcash
Автор

And after that we need to teach that pointers are not just addresses and you'll run into UB if you would think so 😂

ddystopia
Автор

l understood the concept but l am still confused on the syntax, especially on the multiple Xs

deadspace
Автор

Now explain template metaprogramming in 29 seconds

LuizDahoraavida
Автор

0:54 u forgot another point
"it looks cool"
XD

ankanbasu
Автор

Im wondering how i got here from anile recommendations

Good vid tho

Lifesstructure_
Автор

All fun and games until you have to dereference a multidimensional array cast onto an Object**** variable with overlapping parts used by multiple Objects

drakerp
Автор

Didn’t use the wojak pointers meme, -2 points. 8/10

anthonycannet
Автор

Great video!
btw, in 0:50 it's nullptr, not NULL, NULL is literally just 0.

backogd
Автор

Uhm you didnt show accessing members through pointers and who tf uses ptr = &something… 🤓👆

dehrk
Автор

This video could be readable if it weren't for all the screens of other youtube videos which are annoying in every way!!! 😡

Bombastic