2010/08/19

"Programmers' Grimoire" Vol.1

I bought the technical magazine, "Programmers' Grimoire" Vol.1 "Construct the World, C++" , which is written in Japanese and can be downloaded as PDF.

The Vol.1 features C++. I will list its articles here.

  1. For First Issue of the "Programmers' Grimoire"
  2. Interview to Bjarne Stroustrup
  3. Introduction of boost::serialization (First part)
  4. Variadic Template - I'd been waiting for it -
  5. Thinking aboult type-system using Chrono library
  6. "Oven-Range" cooking
  7. Hello,C++ World!
  8. Crawling in the Stream
  9. The height of Meta-programming, Ahh!
  10. Introduction of HTTP-communication using Boost.Asio
  11. C++'s History
  12. Experience Note on BoostCon2010

2010/08/07

Windows 7 ...

I bought a new Panasonic mobile PC that preinstalled Windows 7 Professional.

Although Vista did not support VS7.1, the Win7 has XP mode. I tried to install VS7.1 into the XP mode, but warning on known compatibility problem was shown as expected. Although I want to use the VC7.1 as I like VS7.1, the VS7.1 is not supported on XP mode of Win7. It is regrettable.
Reluctantly, I installed VS10 into the Windows 7.

Because I use not Vista but XP with classic theme for a long time, I get irritated in Win7's UI...

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. ...