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

Inflearn Community Q&A

qoendudcu1835's profile image
qoendudcu1835

asked

C Programming - From Introduction to Game Development

Project (First Half)

궁금한게 있습니다!!

Written on

·

186

0

int main(void)

여기에 정의 하는해 구현하는 것 과

함수 

void int main (.....)

여기에 구현하는 것이 

어떤 차이가 있는지 궁금합니다.

추가로

cursor = arrayFish; 는

미션맨 = &철수;

미션맨 = &영희;

미션맨 = &민수;

와 같이  arrayFish의 주소값을 갖는 것인가요

c

Answer

This question is waiting for answers
Be the first to answer!
qoendudcu1835's profile image
qoendudcu1835

asked

Ask a question