top of page
C++.jpg

C++ 언어 공부하기

 

황인채

 

내가 C++ 컴퓨터 프로그래밍 언어를 공부하고 있다는 것을 알고 있는 사람이 있을지도 모른다. 그 공부를 하기 위하여 나는 영어로 강의하는 동영상을 들었다. 처음부터 영어로 하는 강의를 들을 생각을 했던 것은 아니다. 그런데 한글로 하는 무료 강좌를 찾을 수 없어서 영어로 하는 강의를 선택한 것이었다.

그 강좌는 9시간으로 이루어진 강좌인데 나는 지난번에 다섯 시간 강의까지 듣고 상당한 기간 동안 공부를 중지하였다. 그리고 이번에 다섯 시간 50분까지 다시 들었다.

이 공부는 듣기만 하는 것이 아니다. 비쥬얼스튜디오라는 프로그램을 사용하여 강사가 하는 대로 따라해야 한다. 그리고 컴파일도 해보아야 한다. 그래서 매우 많은 시간을 들여야 한다. 그리고 거기에서 사용하는 코드에 대하여 논리적으로 이해해야 하기 때문에 매우 어려운 공부이다.

그런데 어렵고 힘든 것만이 아니고 재미도 있었다. 그리고 커다란 정신집중 때문에, 나는 그것을 공부하며 찌는 듯한 여름 더위를 이겨내데 도움을 받기도 하였다.

큰 문제는 내가 그 영어 강의를 잘 따라갈 수 있을 만큼 영어듣기를 잘하지 못한다는 점이었다. 그래서 코드들을 보며 들어서 이해하지 못한 것을 이해하려 애를 썼다. 그런데 이번에는 강의를 두 번째로 듣는 것이었기 때문에 첫 번째에 들을 때보다는 좀 더 잘 이해할 수 있었다.

이제 다시 얼마동안은 다른 일들 때문에 이 공부를 중지하여야 한다. 이삼 개월 후쯤이며 나는 또다시 이 공부에 도전할 것이다.

Studying C++ language

 

Incha Whang

 

There may be someone who knows I am studying C++ computer programming language. In order to study, I listened to a video lecture in English. I did not think I would listen to lectures in English from the beginning. But I couldn't find a free course in Korean, so I chose to teach in English.

The course is a nine-hour course, and I listened to the lecture to five hours last time and stopped studying for a considerable period of time. And this time, I heard it again until five hours and fifty minutes.

This study is not just listening. I should use a program called Visual Studio and have to follow as my instructor does. And I have to compile. So you have to spend a lot of time. And it is a very difficult study because we have to understand the code used there logically.

But it was not only difficult and hard, but also fun. And because of my great mental focus, I have been helped to overcome the hot summer heat by studying it.

The big problem was that I was not good enough to follow the English class well. So I looked at the codes and tried to understand what I did not understand. This time, however, it was the second time I was listening to the lecture, so I could understand it better than I had listened to the first time.

Now, for a while, I have to stop studying because of other things. About two or three months later, I will challenge this study again.

bottom of page