My friend passed me a Intel RealSense cam and ask me to explore its power and ability. Initially I am thinking of using for 3D
Category: C++
Using C with Arduino UNO, 16×2 LCD and 4×3 keypad to make a leap year calculator
A video to demo the project followed by some explanation and the source code. The LCD will prompt the user to input the Year followed
Using an array as a function parameter in C++
Passing an array as a parameter in C++ function (fn) will result the passed array to become a pointer to the index 0 element (
C/C++ programming links
Steps for VS code to run C/C++ program (https://code.visualstudio.com/docs/cpp/config-mingw) When C is ok with VS code and C++ is not, problem with ‘std’ (https://stackoverflow.com/questions/10906275/undefined-reference-to-stdios-baseinitinit)
Switch 2 variables without using a 3rd variable in C++
Quite confusing right? 😃