Best Setup for Visual Studio


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


文章作者: zhanlutuzi
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 zhanlutuzi !
  目录