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

Inflearn Community Q&A

박성우's profile image
박성우

asked

[MMORPG Game Development Series with C++ and Unreal] Part 1: Introduction to C++ Programming

Object-oriented finishing

혹시 ::라는 뜻이

Written on

·

304

0

제가 강의를 제대로 안들었는지 모르겠지만 Marine::s_attack이라는 것이 마린 클래스 안에있는 s_attack을 사용한다라고 이해 하는 것이 맞을까요? ::라는 문법이 갑자기 기억이 나지를 않아서..

C++

Answer 1

1

rookiss님의 프로필 이미지
rookiss
Instructor

범위 지정 연산자입니다.
문법은 구글에 검색해보시면 많은 정보들이 있습니다.
ex) C++ ::

https://kihyun3297.tistory.com/140

박성우's profile image
박성우

asked

Ask a question