C++ and Beyond

大師們要開講了~

Scott Meyers, Herb Sutter, Andrei Alexandrescu, Seattle area, summer 2010!!!

This summer, Scott, Herb, and Andrei will host an intensive three-day technical event focusing on … Attendance will be limited to provide face time and direct interaction of attendees with speakers.

C++ and Beyond: 2010

C++ and Beyond will take place near Seattle, but you get to decide when it will take place. Please let us know what you think.

看了一下可以選的時段有:

  1. June 21-23, 2010
  2. August 16-18, 2010

題目可以選:

  1. Concurrency and parallelism - scalability and throughput
  2. Concurrency and parallelism - avoiding races and deadlocks
  3. Concurrency and parallelism - application responsiveness
  4. New programming languages (e.g., D, Go)
  5. High performance, maximizing execution speed
  6. C++0x lambdas
  7. What's new in C++0x (and starting to be available in compilers)

哇,好想去看看~

如果有興趣的話,可以去投票

Windows + Visual Studio + VSCode + CMake 的疑難雜症

Environment Windows 10 Visual Studio 2019 CMake 3.27.7 VSCode VSCode CMake Tools 1. CMAKE_BUILD_TYPE 是空的 參考一下 這篇 的處理。 大致上因為 Visual...