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