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

Inflearn Community Q&A

정준혁's profile image
정준혁

asked

[MMORPG Game Development Series with C++ and Unreal] Part 3: Data Structures and Algorithms

Map generation using Kruskal's algorithm

c++에서 처음 보는 문법

Written on

·

311

0

안녕하세요, c++ 문법 관련해서 질문드리고 싶어서 질문 드립니다! 8분9초 부분에서 rand() 함수를 사용할 때, ::는 무엇을 의미하는 지 알 수 있을까요??

어색함기술면접

Answer 1

0

rookiss님의 프로필 이미지
rookiss
Instructor

https://salkuma.wordpress.com/2014/02/05/%EC%9C%BC%EB%A1%9C-%EC%8B%9C%EC%9E%91%ED%95%98%EB%8A%94-namespace/

global namespace입니다.
내가 직접 만든게 아니고, C++ 표준에서 제공하는 것을 힌트 주기 위해 붙이곤 합니다.

정준혁's profile image
정준혁

asked

Ask a question