Hong Jung-mo's C++ Programming: Learning by Doing
If C++ could be learned easily, would there be any reason not to learn it? This course provides kind and detailed explanations to help beginners who dream of a career as a successful programmer but currently feel anxious day by day. If you want to move beyond being a beginner and step onto the path toward becoming an intermediate or even advanced programmer, this will be your best stepping stone. I am rooting for your dreams!

- Unresolved
교재 있나요?
안녕하세요. 교육에 대한 교재가 따로 있나요?
c++flyme
・
a month ago
1
83
2
- Unresolved
11:11 부근에 Something::temp와 Something::getValue의 앞에 &를 붙이는 이유가 뭔가요? (함수 이름은 포인터(주소)가 아닌가요?)
앞에서 '함수이름'은 포인터와 같다라고 배웠습니다. 그래서 실제로 7.9 함수 포인터 강의에서도 int (*ptr_func)() = func; //func는 함수 이름으로 함수포인터를 선언 및 초기화하고 호출 시
c++함수포인터함수이름jo4397
・
2 months ago
1
61
3
- Unresolved
using namespace std; 선언 후에 std::를 하는 이유가 궁금합니다
main함수 안에 using namespace std;를 했는데 아래 코드에 std::를 또 작성하신 이유가 궁금합니다.
c++nkb03067859
・
2 months ago
1
59
2
- Unresolved
cstr직접구현
<img src="https://cdn.inflearn.com/public/files/posts/bbe185e3-e779-4690-a95b-af4f3be33e96/52e09390-22c2-44a6-9065-7126faf30ae4.png" media-type="img"
c++eudngi61555282
・
3 months ago
0
83
3
- Unresolved
BubbleSort
<img src="https://cdn.inflearn.com/public/files/posts/db27ec4e-d804-45d3-8488-4f90ca42716d/290a234a-3f94-41eb-b7e0-ef403b85b3f6.png" media-type="img"
c++eudngi61555282
・
3 months ago
1
57
2
- Unresolved
숙제 마지막 부분
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련
c++eudngi61555282
・
3 months ago
1
64
2
- Unresolved
강의와 똑같이 진행했는데 링킹 에러가 발생합니다.
main.cpp#include #include "Storage.h" using namespace std; int ma
c++kimdh023523
・
4 months ago
1
75
2
- Unresolved
수업할때 레퍼런스로 사용하는 도서는 어떤 도서인가요??
수업도중에 책을 넘기는 소리가 나는데 혹시 보고 계신 책은 어떤책인지 알수있을까요???
c++dhkim874695
・
4 months ago
1
119
2
- Unresolved
공변반환형 관련 문의 드립니다.
안녕하세요? 이번 강의의 마지막 부분에서, 공변반환형 이라는 내용으로 수업을 해주셨는데 내용이 이해가 어렵다보니 생성형 AI의 힘을 빌려서
c++kimdh023523
・
4 months ago
1
76
2
- Resolved
170강 유니크 포인터에대해 질문있습니다
17분 경 유니크 포인터 안의 리소스 포인터를 함수매개변수로 받아주는데 포인터로 받는것도 결국은 복사되는 것 아닌가요? 유니크 포인터가 아닌 포인터로 받아서 카피 시멘틱스가 작동해도 상관이 없는 건가요? 헷갈려서 질문드
c++yoonjuhen1328
・
5 months ago
1
69
1
- Unresolved
섹션 5 퀴즈의 답이 이상합니다
C++섹션 퀴즈 5문제중using
c++strayer
・
5 months ago
1
73
2
- Unresolved
이중포인터와 배열이 이해가 안됩니다.
수업도중 int **rows = new int*[row]{r1,r2,r3}; 라고 해주셨는데 new int*[row]{r1,r2,r3}; 에 포인터가 적혀있는 이유를 모르겠습니다
c++wh57164656
・
6 months ago
1
121
2
- Unresolved
5분 17~5분 34초 객체 잘림 질문
안녕하세요. 저도 객체 잘림에 대한 의문이 들어 durams 님의 질문을 보고 나서 나름대로 정리를 해보고 있는데 (durams 님이 질문에
c++bbuchu1231311
・
6 months ago
1
66
1
- Unresolved
Resource.h 코드 알려주세요
169.15.4170.15.5 등에서 cpp 파일은 있어서 따라 코드를 치면서 컴파일러 해보는데요.</p
c++j0230398830
・
6 months ago
1
59
1
- Unresolved
char name[] 배열의 길이와 관련해 일부 궁금점이 생겨서 질문합니다
<img src="https://cdn.inflearn.com/public/files/posts/7370ab65-4580-4c2a-accf-76e80510d0a0/ce7eeacd-82ec-40c3-8211-4905d0b5cc95.webp" media-type="img"
c++wh57164656
・
6 months ago
1
81
2
- Unresolved
화면좌측 숫자 보이기
강사님 프로그램을 보면 좌측에 숫자가 나오는데, 어떻게 해야 보이게 할 수 있나요??
c++j0230398830
・
7 months ago
1
97
1
- Unresolved
화면 좌측 숫자 보이기
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련
c++j0230398830
・
7 months ago
0
58
1
- Unresolved
처음 c++ 수강하려는데요. 비주얼스튜디오 2022 다운로드해서 설치하면 되는건가요??
안녕하세요.왕초입니다.비주얼스튜디오를 설치하려는데요.찾아보니 비주얼스튜디오 2022 무료로 다운로드 할 수있네요. 수업은 2022 버젼이
c++j0230398830
・
8 months ago
1
120
3
- Unresolved
46강 string 버퍼 질문입니다
<img src="https://cdn.inflearn.com/public/files/posts/0f42e281-bc7c-4bb1-8402-441bd5f9003d/127f5675-092b-4a4e-a6fe-d06541e087ba.webp" media-type="img"
c++yoonjuhen1328
・
8 months ago
1
74
2
- Resolved
프로그래머스 수열과 구간 쿼리 2 문제 질문입니다.
<img src="https://cdn.inflearn.com/public/files/posts/05e6e76e-faed-4bee-80f7-b3ac6d73e5f0/6a3e02f9-5787-4516-8b85-c4a706f4805e.webp" media-type="img"
c++yoonjuhen1328
・
9 months ago
1
109
2

