-
Recent Posts
Recent Comments
Archives
- May 2024
- October 2023
- September 2022
- November 2021
- May 2021
- April 2021
- January 2021
- February 2020
- May 2019
- August 2018
- July 2018
- April 2018
- December 2017
- November 2017
- October 2017
- June 2017
- May 2017
- April 2017
- February 2017
- December 2016
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
Categories
Meta
Monthly Archives: May 2021
C# @keyword as escape of keyword
it is very common to see that C# code use @keyword such as @this to escape ‘this’ as keyword to use it like a local variable. 1 2 3 4 5 6 7 8 9 class @class { public static … Continue reading
Posted in C#
Comments Off on C# @keyword as escape of keyword
“corecrt.h”: No such file or directory
if %include% is lost, VS could not find header. add sdk C:\Program Files (x86)\Windows Kits\10\Include into %include% path to fix issue.
Posted in vc++
Comments Off on “corecrt.h”: No such file or directory