Best Setup for Visual Studio

VS编程设置技巧

Best Setup For Visual studio

  • Filter is not folder That’s virtual folder!
  • We use real folder
  • src folder—->store my src code
  • VS button Show All Folder

Debug folder?

  • Change that setting!
  • all configuration all platforms
  • Output directory —> $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)
  • Intermediates Directory —>$(SolutionDir)bin\intermediates\$(Platform)\$(Configuration)\$(ProjectName)
  • go to edit you can see any macro refer to! (The same)

Pointer in C++

A pointer is just a integer which hold address!

Reference in C++

a reference could be a other name of a variable

标签: 技巧

评论

评论系统尚未配置。

*** End of File

评论

评论系统尚未配置。