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