2008/09/24

Brainf*ck

I wrote the Brainf*ck interpreter in C++ to teach programming.

How too simple the Brainf*ck spec, I amazed. The interpreter's source consists of less than 200 lines.

2008/09/04

Boost 1.36 installed

bjam --toolset=msvc-7_1 link=static,shared release debug stage

This method is same as the installation of Boost 1.35.
No matter, now.

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...