본문 바로가기
배움의공간(學)/C++

★☆ C++ Link

by ㅋㅕㅋㅕㅇㅣ 2019. 10. 2.

# C++

   - wikidocs.net/22468

 

위키독스

온라인 책을 제작 공유하는 플랫폼 서비스

wikidocs.net

   - Google C++ Style Guide

 

Google C++ Style Guide

Google C++ Style Guide Background C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn ca

google.github.io

   - TCP School

 

코딩교육 티씨피스쿨

4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등

tcpschool.com

   - Deep c  

 

deepcslidesoct2012-111010033910-phpapp01.pdf (PDFy mirror) : Free Download, Borrow, and Streaming : Internet Archive

This public document was automatically mirrored from PDFy.Original filename: deepcslidesoct2012-111010033910-phpapp01.pdf URL:...

archive.org

   - 모두의 코드

 

모두의 코드

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

modoocode.com

   - String 관련

 

C++ String Library - find_last_of - Tutorialspoint

C++ String Library - find_last_of Description It searches the string for the last character that matches any of the characters specified in its arguments. Declaration Following is the declaration for std::string::find_last_of. size_t find_last_of (const st

www.tutorialspoint.com

   - map   

 

map::at - C++ Reference

12345678910111213141516171819202122 // map::at #include #include #include int main () { std::map mymap = { { "alpha", 0 }, { "beta", 0 }, { "gamma", 0 } }; mymap.at("alpha") = 10; mymap.at("beta") = 20; mymap.at("gamma") = 30; for (auto& x: mymap) { std::c

www.cplusplus.com

  - C++ 핵심 가이드라인 한글화 프로젝트 

 

CppKorea/CppCoreGuidelines

C++ 핵심 가이드라인 한글화 프로젝트 (C++ Core Guidelines). Contribute to CppKorea/CppCoreGuidelines development by creating an account on GitHub.

github.com

  - 그 밖에.. 

    - gotw.ca

    - https://cutemoomin.tistory.com

 

스마트 포인터 ( unique_ptr, shared_ptr, weak_ptr )

스마트 포인터(smart pointer) 스마트 포인터(smart pointer)란 포인터처럼 동작하는 클래스 템플릿으로, 사용이 끝난 메모리를 자동으로 해제해 준다. 1. unique_ptr 하나의 스마트 포인터만이 ��

cutemoomin.tistory.com

 

'배움의공간(學) > C++' 카테고리의 다른 글

복사 대입 연산자 (copy assignment operator)  (0) 2020.05.13
Deep C (and C++)  (0) 2020.01.31
최고의 C++ 강의 5개  (0) 2019.08.08
JNI 사용하기 - Visual Studio Code  (0) 2019.06.14
AES 구현하기 - OpenSSL  (0) 2019.06.13

댓글