#learning
Read more stories on Hashnode
Articles with this tag
Constexpr · I read and watched videos about constexpr. Constexpr is a fascinating concept. It is a specifier used to evaluate a value or a variable...
Learning · I watched the rest of the Clang and LLVM keynote and learned some great things. Clang is a great tool for cross compiling and I am looking...
Learning · I completed the CTest tutorial video. I learned how to set tests, fix issues, build, and run them. One more video left to complete the...
I started watching the tutorial for CMake tests. I didn't finish it as it was too long. I learned how to set up a directory for testing using...
Learning · CMake Learning part 2. I watched the second part of the tutorial and I learned the following: Library Creation with CMake Library Building...
Learning · I decided to take a break from Info Hunter and start learning an essential tool for C and C++ developers. Cmake. Cmake is a program that helps...