- Видео 142
- Просмотров 21 033
rajcodes
Канада
Добавлен 27 май 2007
Interests : Programming ,Embedded systems , Mathematics,Physics,Electrical Engineering and Yoga.
Difference between const function and const input parameters in C++
const function - member variables cannot be modified
non const function with const input parameters
non const function with const input parameters
Просмотров: 31
Видео
Deep Dive into C++: Function Chaining with Objects and Pointers
Просмотров 7321 день назад
in this video you will get an understanding of function chaining when the function is returned by pointer versus the function is returned by reference . Instantiation of obj and *obj is covered . Alternative way of using smart pointer is also shown.
explicit keyword in c++ and implicit type conversions | explicit constructor in c++
Просмотров 12Месяц назад
what is the function of explicit - it is used to prevent implicit type conversions
memory management in c++ | smart pointers versus new and delete
Просмотров 71Месяц назад
why you should you smart pointers instead of new and delete in c ? Smart pointers takes care of memory management and leaves less room for any mistakes.
mean versus median - statistical measure - using python
Просмотров 18Месяц назад
mean versus median - statistical measure - using python
Memory Management in C - how to avoid dangling pointers
Просмотров 392 месяца назад
Memory Management in C - how to avoid dangling pointers
CMake for C++ - Beginner Level 1
Просмотров 649 месяцев назад
explains the concept of prompting of string path on linux and how to shorten the path
CMake for C++ - Beginner Level 0
Просмотров 279 месяцев назад
Assumed that you already installed cmake in ubuntu
C program to add rssi | received signal strength values using command line
Просмотров 26Год назад
C program to add rssi | received signal strength values using command line
Connect and upload file to Arduino IDE from raspberry pi 4
Просмотров 46Год назад
Connect and upload file to Arduino IDE from raspberry pi 4
How to install Arduino IDE on raspberry pi 4 32 bit
Просмотров 248Год назад
How to install Arduino IDE on raspberry pi 4 32 bit
Using size in multi dimensional arrays in C++
Просмотров 20Год назад
Using size in multi dimensional arrays in C
const_cast| non const reference | const reference | C++
Просмотров 20Год назад
const_cast| non const reference | const reference | C
References and their addresses in C++ Compared to Original Variable
Просмотров 39Год назад
References and their addresses in C Compared to Original Variable
Control 8 Leds using Arduino - Turn on | off .
Просмотров 65Год назад
Control 8 Leds using Arduino - Turn on | off .
syntax for unique_ptr in c++ and use of c++filt
Просмотров 19Год назад
syntax for unique_ptr in c and use of c filt
string object in C++ | pointer to string object in C++
Просмотров 15Год назад
string object in C | pointer to string object in C
Hmm, i loved video.
Oh thanks
thank you!
Maybe toggle your resolution settings for this video
unable to read your screen
maybe try changing the resolution settings on the video .
Appreciate it
helped me bro, thx
Glad to hear it
I see Windows, I leave.
Brilliant video. I've wasted ages looking for an explanation elsewhere in other people's videos and here you are, you've nailed it in less than three minutes. Thank you, sir!
How can i create a directory which is linking directory 2 of A and directory 3 of B
Keep making videos.
I will try my best
Thanks you so much
Thread mode or user mode by default will be in non privilege access level right?
ruclips.net/video/dHWGEDqApFE/видео.html
Thank you so so sooo much!
Glad it helped!
in gdb if you use show commands n where n is the number of commands that would help to see the sequence of commands that was run in the session.
realized that if int = 2 bytes we will have 2 to power of 16 = 65536 but since its signed 65536 /2 = 32768 and for positive values that would be from 0 to 32767. this seems to account for the i = 32767.
Note - Derek Banas Video on assembly coding aided me in making this video.
I would like to state that TechWorld with Nana (ruclips.net/video/3c-iBn73dDE/видео.html) explanation was the reference for this video.She has a detailed Video on Docker .
what's your email address, please?
Good evening!
At time 2:43 to 2:44 I meant that x = -1 and not 1 .I was talking of 2x = -2 hence I should have said x =-1.