C++/C++ 이론

C++ 이론을 배울수 있는 곳 정리

kimc 2021. 7. 4. 00:15


 

개요

  1.  C++을 배우는 책, 강의, 블로그, 링크 등을 공유합니다.
  2.  개인적으로 프리렉님의 C++ 언어 본색으로 공부를 하였고 그뒤 C++ 프라이머와 cplusplus.com, stackoverflow 등을 애용합니다.

(링크 및 간략한 설명을 하였으나 만약 원작자가 링크를 거는것을 원치 않을 경우 연락주시기 바랍니다.)


서적

  1. https://www.amazon.com/Primer-5th-Stanley-B-Lippman/dp/0321714113
 

C++ Primer (5th Edition)

C++ Primer (5th Edition)

www.amazon.com

 

2. C++ 언어 본색

책과 함께 유튜브 강의 제공되서 너무 좋았음

https://www.youtube.com/watch?v=Y7IWlWlIo2g&list=PL7mmuO705dG32y7Lei1FsQrdwEbbrU9VU 

 

 

 


영문 튜토리얼(글)

  1. https://www.tutorialspoint.com/cplusplus/index.htm
 

C++ Tutorial - Tutorialspoint

C++ Tutorial C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This C++ tutorial adopts a simple and pract

www.tutorialspoint.com

 

2.https://www.w3schools.com/CPP/default.asp

 

C++ Tutorial

C++ Tutorial Examples in Each Chapter Our "Try it Yourself" editor makes it easy to learn C++. You can edit C++ code and view the result in your browser. Example #include using namespace std; int main() {   cout << "Hello World!";   return 0;

www.w3schools.com

간단하게 주말 한주 잡고 공부하기 좋습니다.

 

 

3.https://www.learncpp.com/

 

The C++ Tutorial | Learn C++

The C++ Tutorial LearnCpp.com is a free website devoted to teaching you how to program in C++. Whether you’ve had any prior programming experience or not, the tutorials on this site will walk you through all the steps to write, compile, and debug your C+

www.learncpp.com

 

4.https://www.cplusplus.com/doc/tutorial/

 

C++ Language - C++ Tutorials

 

www.cplusplus.com

저는 필요한 정보의 경우 주로 Cplusplus.com이나 Stackoverflow를 애용하는데 위의 사이트의 경우 정말 좋은 정보들이 간결하게 설명되 있습니다.

 

 

 


한글 튜토리얼(글)

 

 

1.https://modoocode.com/

 

모두의 코드

C 언어 문법을 아시는 분들이라면, 씹어먹는 C++ 강좌를 통해 C++ 기초 부터 최근의 C++ 17 까지 모든 내용을 배우실 수 있습니다. C 언어와 C++ 의 기본적인 문법이 비슷하기 때문에, C 언어를 어느 정

modoocode.com

씹어먹는 C++의 경우 기초부터 최근의 C++ 17까지 다양하게 배울 수 있으며

씹어먹는 C 언어를 통해 기초를 익히고 C++로 넘어간 다음 모두의 알고리즘을 보면 정말 좋습니다.

 

2.https://boycoding.tistory.com/category

 

'소년코딩 전체 이야기 목록' 카테고리의 글 목록

소년코딩, 자바스크립트, C++, 물리, 게임 코딩 이야기

boycoding.tistory.com

소년 코딩의 경우 C++, 수학, 유니티 자바스크립트 등 다양하게 있고

블로그 이지만서도 정말 상세하면서도 쉽고 이해가 잘되게 C++이 정리되 있습니다.

 

3. http://soen.kr

 

SoEn:소프트웨어 공학 연구소

 

soen.kr

C++ 강의도 좋고 실무적으로 Win32 Api라던가 라이브러리 배울때 좋은 곳 입니다.

 


강의 듣을수 있는곳

 

패스트 캠퍼스

C++ 실력 완성 올인원 패키지 Online(한글)(유료)

(링크가 바뀌는 경우가 있어서 구글 검색)

https://fastcampus.co.kr/

 

패스트캠퍼스 [직장인 실무교육]

마케팅, 데이터사이언스, 프로그래밍, 엑셀실무 온라인강의, 기업교육, 취업연계 스쿨 서비스 제공

fastcampus.co.kr

 

프로그래머즈(한글)(유료)

https://programmers.co.kr/learn

 

프로그래밍 강의

기초부터 차근차근, 직접 코드를 작성해 보세요.

programmers.co.kr

 

 

유튜브

C++ Tutorial for Beginners - Full Course(영문)(무료)

https://www.youtube.com/watch?v=vLnPwxZdW4Y

 

두들 낙서의 C++ 강좌(한글)

https://www.youtube.com/watch?v=nbkpd0JLoJM&list=PLlJhQXcLQBJqywc5dweQ75GBRubzPxhAk 

 

 

 

Udemy

Beginning C++ Programming - From Beginner to Beyond(영문)(유료)

https://www.udemy.com/course/beginning-c-plus-plus-programming/

 

Beginning C++ Programming - From Beginner to Beyond

Obtain Modern C++ Object-Oriented Programming (OOP) and STL skills needed for game, system, and application development.

www.udemy.com

 


영문 STL 설명(글)

 

https://www.tutorialspoint.com/cpp_standard_library/index.htm

 

The C++ Standard Library Tutorial

The C++ Standard Library Tutorial C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. The C++ Standard Libra

www.tutorialspoint.com

 

https://docs.w3cub.com/cpp/

 

C++ Documentation - W3cubDocs

C++ Programming Language The interface of C++ standard library is defined by the following collection of headers. Concepts library (since C++20) Fundamental library concepts Coroutines library (since C++20) Coroutine support library Utilities library Gener

docs.w3cub.com

 

 

 

 


 

만약 C++을 배울수 있는 곳이 위에 소개된 곳 외에 더 있다면 하단에 댓글로 공유 부탁드립니다.

 

감사합니다

 

좋은 하루 되세요

 

 

 

728x90