Many times while coding we always want to test how a small snippet of our code would actually perform or we would just want to check or confirm a logic of our program. In this blog I will show you how you can write a C++ code snippet in to check your code logic in just two minutes without writing a CmakeLists.txt.

Read More