-
C++] Constant references are not always your friends코딩Coding/C++__C언어 2022. 2. 16. 15:48728x90
https://belaycpp.com/2022/02/15/constant-references-are-not-always-your-friends/
Constant references are not always your friends
Author: Chloé LourseyreEditor: Peter Fordham Early on, when we teach modern C++, we teach that every non-small1 data should be passed, by default, as constant reference: void my_function(…
belaycpp.com
반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
C언어]scanf_s(프린트 출력 할때 형식 지정자 %d %e 등등)[형식 지정자 format-type specifiers] (0) 2022.02.18 [C++20] 컴파일 - (g++ main.cpp -g -std=c++20 (0) 2022.02.18 C언어] scanf 와 scanf_s의 차이 (0) 2022.02.17 C와 C++ 차이점 (0) 2022.02.17 C언어 Float형식 (0) 2022.02.14 C++] cpp와 h를 나누는 이유? (0) 2022.02.14 1시간 짜리 C언어 무료 강의 영어임. ㅠㅠ (0) 2022.02.14 What does %s and %d mean in prinft in the C language? (0) 2022.02.14