C++ new Keyword with Objects and Arrow Operator

  Рет қаралды 16,708

Caleb Curry

Caleb Curry

Күн бұрын

Пікірлер: 33
@ritik.bhardwaj889
@ritik.bhardwaj889 3 жыл бұрын
"delete x;", whenever you want to delete your 'x', that's how you do it. - Caleb Curry
@markusscheidt5327
@markusscheidt5327 4 жыл бұрын
Got this video in a Ad. Best Ad i ever saw. Really helped me out because i didn't even know there was "new" in C++ Keep Up the great Work
@leandervanspeybroeck1210
@leandervanspeybroeck1210 4 жыл бұрын
Since none of the y pointers in the final infinite while loop are deleted, they have to be stored somewhere, but how could you access the different de-reference values? They all have the same pointer name? Not really a useful question, but just wonder how things would work... btw, thanks for this amazing experience, I've seen other C++ tutorials, but this tops them all!
@xSeemsLegit
@xSeemsLegit 2 жыл бұрын
Hi have you figured it out after 1 year?
@pokemonbakogan7442
@pokemonbakogan7442 4 жыл бұрын
Do you know how to create application smtp client protocol mail.ru with using c language or c++ or java
@ashwingautam8514
@ashwingautam8514 4 жыл бұрын
Awesome Man !! Keep it up 😉
@ΝικΝοκ
@ΝικΝοκ Жыл бұрын
i think memory will run out when you reach the size of the pages the os gave to the process. it wont necessarily crash your computer
@nishantsingh7479
@nishantsingh7479 4 жыл бұрын
Thanks buddy😊
@drpres-jpalomino6700
@drpres-jpalomino6700 4 жыл бұрын
Don’t you also have to delete the pointer and the data it points too?
@jeffdykshorn5863
@jeffdykshorn5863 4 жыл бұрын
You only have to delete the data pointed to by the pointer. The pointer will be deleted when it falls out of scope.
@BrianMarshall1
@BrianMarshall1 2 жыл бұрын
I program mostly on embedded processors. I've rarely run into situations where I've needed to use new, especially with an object. I ran into a situation where using constructor/destructor wasn't working. I think it was freeing up memory, but not releasing the hardware. I kept getting errors with my object syntax. I was missing the parenthesis. Thanks!
@RobertoHernandez-sv2nf
@RobertoHernandez-sv2nf 4 жыл бұрын
Definitely use std::vector when C++11 is supported, however, older hardware may only support new.
@KTL-rs7ge
@KTL-rs7ge 3 жыл бұрын
I've tried to see someone to run an infinite while loop of allocating memory without using delete, and now i found it. Thanks for your video!
@nishantsingh7479
@nishantsingh7479 4 жыл бұрын
Could u please teach gui using c++ 🙏🙏 It would be much helpful
@jorik170
@jorik170 11 ай бұрын
hi, did you learn how to create GUIs in C++? just wanted some advice as a beginner, which library should i start with?
@nishantsingh7479
@nishantsingh7479 4 жыл бұрын
Don't forget to tell what happened to your computer
@geekyprogrammer4831
@geekyprogrammer4831 4 жыл бұрын
no more videos in this series?
@gradientO
@gradientO 4 жыл бұрын
Can you use VSCode?
@codebreakthrough
@codebreakthrough 4 жыл бұрын
Yes I just chose not to.
@siddharthasarmah9266
@siddharthasarmah9266 4 жыл бұрын
Hey what happened to your computer
@TheRootBeerKing
@TheRootBeerKing 4 жыл бұрын
How do I get my font colors to look like yours? Love it! ❤️
@levantinian02
@levantinian02 3 жыл бұрын
u have an extension called Atom One Dark Theme, it's as cool as that
@drpres-jpalomino6700
@drpres-jpalomino6700 4 жыл бұрын
So what does dereference mean
@jeffdykshorn5863
@jeffdykshorn5863 4 жыл бұрын
Dereference means follow the pointer to the data.
@sumitsharma-sp1rm
@sumitsharma-sp1rm 3 жыл бұрын
INT main() { B *p= new C[3]; p->show(); delete [ ] p; } Will this release the heap memory if child class array's of object is refered by base class pointer
@ScorpioHR
@ScorpioHR 3 жыл бұрын
Running new int(5) in a loop on a computer with 64GB of RAM is nerd's version of "The Horribly Slow Murderer with the Extremely Inefficient Weapon"
@abenzer3033
@abenzer3033 4 жыл бұрын
Thanks a lot
@thecscontent5110
@thecscontent5110 4 жыл бұрын
I also do videos about programming in C++!😁🎬💻
@digvijayyamagekar4300
@digvijayyamagekar4300 2 жыл бұрын
🙌🙌
@delacruzreymiangelos.3646
@delacruzreymiangelos.3646 4 жыл бұрын
Anyone help me to know what are the codes of this :( I dont know how to codes and i have 2 days due date pleaseee help me :( create a program that computes and displays a game character's attack speed at a certain level. Use the formula below. Current attack speed = Base attack speed * (1 + (Bonus attack speed % * (Level - 1))) The variable for level should be of int type. The bonus attack speed % should be converted to decimal (divide by 100) before multiplying by the level. For example, if the user enters 4% for the bonus attack speed, the formula will use 0.04 instead of 4. Round the current attack speed to the nearest three (3) decimal places. Sample output: Enter the base attack speed: 0.658 Enter the bonus attack speed %: 4 Enter the level: 10 The character's current attack speed is 0.895.
@fareastmanside
@fareastmanside 4 жыл бұрын
Thanks for the upload, I started learning C++ to be a developer or learn bitcoin programming. These tutorials help a lot. I'm on IG. Shingo
@EseaGhost
@EseaGhost 4 жыл бұрын
hue hue first
@petkovdimitar6922
@petkovdimitar6922 4 жыл бұрын
Guten Morgen 😎☕ 🥤 🎶 und Sie können, wie elektronische Flugblätter zu lösen. Sie haben Anspruch auf 10 Fehler in 55 Minuten. Ich wünsche allen viel Erfolg 🇩🇪🇧🇬
C++  Notebooks (and New C++ Series)
8:34
Caleb Curry
Рет қаралды 14 М.
Smart Pointers in C++ (Stop Using new?)
17:18
Caleb Curry
Рет қаралды 14 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
Working with References in C++
9:14
Caleb Curry
Рет қаралды 24 М.
C++ Objects: Stack vs. Heap
15:02
pikuma
Рет қаралды 9 М.
When to use the Arrow Operator in C and C++
5:43
Jacob Sorber
Рет қаралды 40 М.
Why Rust is NOT a Passing Fad...
8:54
Travis Media
Рет қаралды 52 М.
C++ new Explained
7:28
Caleb Curry
Рет қаралды 16 М.
A New Era for C and C++? Goodbye, Rust?
9:08
Travis Media
Рет қаралды 137 М.
The NEW Keyword in C++
10:53
The Cherno
Рет қаралды 253 М.
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 946 М.
are "smart pointers" actually smart?
9:44
Low Level
Рет қаралды 82 М.
C++ Pointers - Finally Understand Pointers
15:56
Caleb Curry
Рет қаралды 222 М.
НЕ ДАМ ЕЁ В ОБИДУ😡 #shorts
0:24
Паша Осадчий
Рет қаралды 1,6 МЛН
Pixel 7 и 7 Pro с Face ID - лучше iPhone 14 Pro!
21:12
Rozetked
Рет қаралды 457 М.
Массаж головы пранк🤣
0:55
Kirya Kolesnikov
Рет қаралды 5 МЛН
Satisfying Vend 😦 Ep.5 #shorts #satisfying #vendingmachine
0:23
TYE Arcade
Рет қаралды 17 МЛН
НЕ ДАМ ЕЁ В ОБИДУ😡 #shorts
0:24
Паша Осадчий
Рет қаралды 1,6 МЛН
пранк: псих сбежал из дурдома
0:53
Анна Зинкина
Рет қаралды 1,7 МЛН