CMake is a build configuration tool. In other words, CMake generates Makefiles. This post gives an example on how to configure CMake (the actual content of CMakeLists.txt) to build and run C++ code in Windows as well as in Linux. Here it goes: The example above links only the headers and not the binaries. How … Continue reading Use CMake to build and run cross-platform (WIN32 and LINUX) code.…
PREPARATION. PREPARATION. PREPARATION. Preparation is the key to be successful in any interview and land that job or internship that you always wanted. When you decide you need a job, the first thing you do is evaluate your preparation level. Self-assessment can be tricky. Sometimes we are over confident, and sometimes we are under confident. … Continue reading How to assess your level of…
This is my blog where I will document recent interview questions, tips and tricks. Also my plan is to post some how-tos if I get sometime. See you at the next post!