Nice Video!!! But i think you should explain possible cases with const also, like below: void fun(const int *a) { cout
@hristoplamenov19424 жыл бұрын
8:58 It doesn't work because when you're passing array to a function, it decays into a pointer and since you have also another function with single pointer argument, then it throws an error because of same function name and argument types.
@sunshineVibes2024 Жыл бұрын
please clarify my doubt: after explaining different return types 7.24sec, you are not changed the data type value. is it a mistake or why it so? different date types means its not overloading, then how can you explain other things with it??
@ankitahlawat48126 жыл бұрын
Nice real time example Nice one man
@CppNuts6 жыл бұрын
thanks dude.. :)
@vinod_kushi6 жыл бұрын
Need your blessings.. superbb explanations..thanks bro..
@CppNuts6 жыл бұрын
Grt comment. Thanks dude.. :)
@cbt1213143 жыл бұрын
brother this channel is so underrated
@CppNuts3 жыл бұрын
Thanks for the comment bro.
@cid0070075 жыл бұрын
Great video.. Please explain volatile variables and java to c++ conversion using JNI concepts also...
@CppNuts5 жыл бұрын
Thanks.. I am not aware of JAVA much, used very less.
@cid0070075 жыл бұрын
@@CppNuts Please make video on volatile, extern, auto, virtual and friend keywords for learning...
@konstantinrebrov6754 жыл бұрын
Do you have a video explaining what is a function type as a parameter? That is some quirky syntax I do not yet understand. I have never seen code like that been written anywhere.
@beingritu94 жыл бұрын
kzbin.info/www/bejne/mIqTe6xqZ5eVfK8
@shrishashanks9 ай бұрын
in vs code i can't able to call once that function
@sureshgoondla1917 Жыл бұрын
#include using namespace std; void overLoading(int x, int y, int z) { cout
@surajpawar18125 жыл бұрын
sir can you explain the 5 th rule more properly?
@CppNuts5 жыл бұрын
That point is related to function pointer topic, so if you are not sure what is function pointer i have video for that please watch that your doubt should get clear.
@beingritu94 жыл бұрын
kzbin.info/www/bejne/mIqTe6xqZ5eVfK8
@vvpChannel31123 жыл бұрын
Why return type does not matter in Func overloading ?
@CppNuts3 жыл бұрын
Because may be it doesn't make much sense, if you are asking something from a function then different input make sense but different out doesn't make sense. if you need different output type then you will ask with different function name.
@vvpChannel31123 жыл бұрын
@@CppNuts I searched this somewhere and found that return type is not included in name mangling. If it is true, then it makes sense... what do you think Sir?
@p.n.73096 жыл бұрын
Hi..thanks for all the informative videos... Can you please make video on Producer-Consumer problem-solution in C++.
@CppNuts6 жыл бұрын
Dude, i have planned that i will complete basic c++ and sorting algorithms first then i will go for multithreading. You will have to wait for some time. :)