Тёмный
rajcodes
rajcodes
rajcodes
Подписаться

Interests : Programming ,Embedded systems , Mathematics,Physics,Electrical Engineering and Yoga.




CMake variables | c++ | cpp
8:42
4 месяца назад
bash and dot sourcing
3:04
4 месяца назад
CMake for C++ - Beginner Level 1
13:24
5 месяцев назад
CMake for C++  - Beginner Level 0
8:39
5 месяцев назад
C++ STL  push and pop to stack LIFO
7:50
6 месяцев назад
const_iterator in C++ 20
8:34
9 месяцев назад
std::find from stl in C++
4:48
9 месяцев назад
Iterator and use of auto in C++ 20
7:50
9 месяцев назад
Using size in multi dimensional arrays in C++
5:05
9 месяцев назад
Control 8 Leds using Arduino - Turn on | off .
12:16
9 месяцев назад
Array on heap in cpp | c++
10:44
Год назад
Arrays are pointers in C
8:46
Год назад
NULL pointer in C
2:59
Год назад
Pointers to same variable  in c
4:54
Год назад
Комментарии
@meriembendahmane2598
@meriembendahmane2598 3 месяца назад
thank you!
@kuijaye
@kuijaye 9 месяцев назад
Nice!
@kuijaye
@kuijaye 9 месяцев назад
Be kinder to your enter key :)
@rajcodes100
@rajcodes100 9 месяцев назад
Maybe toggle your resolution settings for this video
@d-block-co2ct
@d-block-co2ct 9 месяцев назад
unable to read your screen
@rajcodes100
@rajcodes100 9 месяцев назад
maybe try changing the resolution settings on the video .
@thewizard5716
@thewizard5716 10 месяцев назад
Appreciate it
@avpr1c
@avpr1c 11 месяцев назад
helped me bro, thx
@rajcodes100
@rajcodes100 11 месяцев назад
Glad to hear it
@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 Год назад
How can i create a directory which is linking directory 2 of A and directory 3 of B
@KaleshwarVhKaleshwarVh
@KaleshwarVhKaleshwarVh Год назад
Keep making videos.
@rajcodes100
@rajcodes100 Год назад
I will try my best
@drafton4897
@drafton4897 2 года назад
saviour
@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 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-dHWGEDqApFE.html
@ashanti4215
@ashanti4215 2 года назад
Thank you so so sooo much!
@rajcodes100
@rajcodes100 2 года назад
Glad it helped!
@rajcodes100
@rajcodes100 2 года назад
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 2 года назад
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 2 года назад
Note - Derek Banas Video on assembly coding aided me in making this video.
@rajcodes100
@rajcodes100 2 года назад
I would like to state that TechWorld with Nana (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-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 3 года назад
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.