rajcodes
rajcodes
  • Видео 142
  • Просмотров 21 033

Видео

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
constructor chaining in C++
Просмотров 30Месяц назад
constructor chaining in C
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
Python and Kurtosis
Просмотров 212 месяца назад
Python and Kurtosis
Memory Management in C - how to avoid dangling pointers
Просмотров 392 месяца назад
Memory Management in C - how to avoid dangling pointers
CMAKE variables manipulation | c++
Просмотров 319 месяцев назад
CMAKE variables manipulation | c
CMake variables | c++ | cpp
Просмотров 839 месяцев назад
CMake variables | c | cpp
bash and dot sourcing
Просмотров 259 месяцев назад
bash and dot sourcing
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++ STL push and pop to stack LIFO
Просмотров 2410 месяцев назад
C STL push and pop to stack LIFO
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
const_iterator in C++ 20
Просмотров 129Год назад
const_iterator in C 20
std::find from stl in C++
Просмотров 12Год назад
std::find from stl in C
Iterator and use of auto in C++ 20
Просмотров 37Год назад
Iterator and use of auto in C 20
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
x macros and preprocessed output in C
Просмотров 38Год назад
x macros and preprocessed output in C
Array on heap in cpp | c++
Просмотров 24Год назад
Array on heap in cpp | c
Reference to Pointer in cpp | c++
Просмотров 12Год назад
Reference to Pointer in cpp | c
Float type in c - variation in values
Просмотров 16Год назад
Float type in c - variation in values

Комментарии

  • @rajneeshmishra6969
    @rajneeshmishra6969 2 месяца назад

    Hmm, i loved video.

  • @meriembendahmane2598
    @meriembendahmane2598 8 месяцев назад

    thank you!

  • @rajcodes100
    @rajcodes100 Год назад

    Maybe toggle your resolution settings for this video

  • @d-block-co2ct
    @d-block-co2ct Год назад

    unable to read your screen

    • @rajcodes100
      @rajcodes100 Год назад

      maybe try changing the resolution settings on the video .

  • @thewizard5716
    @thewizard5716 Год назад

    Appreciate it

  • @avpr1c
    @avpr1c Год назад

    helped me bro, thx

  • @callisoncaffrey
    @callisoncaffrey Год назад

    I see Windows, I leave.

  • @sewind6613
    @sewind6613 Год назад

    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!

  • @sanchitsingh6900
    @sanchitsingh6900 2 года назад

    How can i create a directory which is linking directory 2 of A and directory 3 of B

  • @KaleshwarVhKaleshwarVh
    @KaleshwarVhKaleshwarVh 2 года назад

    Keep making videos.

  • @muhikhsanmandirri9218
    @muhikhsanmandirri9218 2 года назад

    Thanks you so much

  • @chayakumarsedutainment4799
    @chayakumarsedutainment4799 2 года назад

    Thread mode or user mode by default will be in non privilege access level right?

    • @dfged9654
      @dfged9654 2 года назад

      ruclips.net/video/dHWGEDqApFE/видео.html

  • @ashanti4215
    @ashanti4215 2 года назад

    Thank you so so sooo much!

  • @rajcodes100
    @rajcodes100 3 года назад

    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.

  • @rajcodes100
    @rajcodes100 3 года назад

    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.

  • @rajcodes100
    @rajcodes100 3 года назад

    Note - Derek Banas Video on assembly coding aided me in making this video.

  • @rajcodes100
    @rajcodes100 3 года назад

    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 .

  • @steveonaghise5
    @steveonaghise5 3 года назад

    what's your email address, please?

  • @WeeblerZ18
    @WeeblerZ18 3 года назад

    Good evening!

  • @rajcodes100
    @rajcodes100 4 года назад

    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.