인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

kjhcocomi's profile image
kjhcocomi

asked

[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming

[RENEWAL] Data Finalization

var 관련 질문입니다.

Written on

·

218

0

var 타입이 c++의 auto와 같다고 생각하면 될까요?

만약 다르다면 무엇이 다른지 궁금합니다.

C#

Answer 1

2

rookiss님의 프로필 이미지
rookiss
Instructor

네 비슷한 개념입니다.
굳이 따지자면 C++ auto는 기능이 그보다 더 광범위하다?
(함수의 리턴 타입도 auto로 한다거나..) 정도가 있다 볼 수 있겠네요.

kjhcocomi's profile image
kjhcocomi

asked

Ask a question