[Jushin Game Academy Burger Teacher] Game C++ for complete beginners
"I want to become a game developer!" For all beginners who aim to become game developers, Jushin Game Academy has prepared a C++ lecture for pure beginners! This is a lecture that explains the grammar in an easy way so that even complete beginners can understand it easily, rather than going into depth. Students who want to study in depth, please wait for the advanced C++ lecture that will be opened later!
- Unresolved
강사님, 강의 질문은 아닌데요ㅠ
쥬신아카데미 새로 올라온 C#강의 얼리버드로 구매하려다가 깜빡했는데ㅠ 얼리버드 하루만 연장해주실수 없으실까요? ㅠㅠ 부탁드립니당ㅠ�
cc++spacemilk
・
2 months ago
0
59
1
- Resolved
공부방법
클래스 전까진 신나게(?) 진행하다가, 동적할당, 구조체(포인터 변수사용),클래스..진입하면서,복습이 본 공부보다 더 오래, 심지어 오락가락하는 중입니다. 전 강의가 20강이라 짧긴 하고,입문용이긴 한데,.. 갖고있는 c++책의 예제를 보니, 연습용으
cc++fxclimber0695
・
0
397
2
- Unresolved
클래스의 개념과 구조체와의 비교 < 강의에서여
public: void Initialize(int iAtt) { /* 같은 클래스 내부에 선언된 함수에서는 private 멤버여도 접근가능 */ //this->iAtt = iAtt;
cc++evilbition9422
・
1
453
3
- Resolved
컴파일러 셋팅 및 코딩의 시작에서
폰트 자료 올려두셨다는 곳이 어디예요...????
cc++evilbition9422
・
0
494
1
- Resolved
c++ 다음 강의 계획이 궁금합니다.
안녕하세요?c++ 다음 커리큘럼은 개강일과 다루는 내용이 궁금합니다!
cc++No Author
・
0
442
1
- Resolved
32:51초 질문입니다.
int* pInt = new int[2] (1, 2); 가 아니라int* pInt = new int[2] {1, 2} 아닌가요?? 괄호 -> 중괄호 영상이랑 똑같이하면
cc++diding0222
・
2
474
2


