1. if ( object != NULL )과 같은 코드는 if ( !object )로 표기한다.
2. char *name은 코드는 char* name으로 *을 타입에 붙인다.
Monday, August 20, 2012
Subscribe to:
Post Comments (Atom)
Task in UnrealEngine
https://www.youtube.com/watch?v=1lBadANnJaw
-
Unity released very good FPS example for people and I decided to analysis how they make this. Personally I wanted to show you how I analys...
-
When we use DrawDebugSphere function for debugging, it is working well but when you are trying to use it in anim node's function it will...
-
If you press a key 'L' in the jupyter notebook then you can see the line number in the editor.
const 한정자의 위치도 미묘해요..
ReplyDeleteconst 위치는 정말 애매하죠. 위의 예는 글자를 더 적게 친다거나 typedef를
Delete사용할 때 좋다거나 하는 장점이 있는데 const의 위치는 개인 취향을 너무 많이
타는거 같습니다. ㅎㅎ 전 책에서 많이 사용하는 기준으로 const 위치를 둡니다.