asked
[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming
[RENEWAL] Data Finalization
Written on
·
218
0
var 타입이 c++의 auto와 같다고 생각하면 될까요?
만약 다르다면 무엇이 다른지 궁금합니다.
Answer 1
2
네 비슷한 개념입니다.굳이 따지자면 C++ auto는 기능이 그보다 더 광범위하다?(함수의 리턴 타입도 auto로 한다거나..) 정도가 있다 볼 수 있겠네요.