[시리즈] c언어와 c++의 차이점 시리즈 · c와 c++의 차이점 - gc · c와 c++의 차이점 - & · c와 c++의 차이점 - constexpr · c와 c++의 차이점 - static · c와 c++의 차이점 - asm · c와 c++의 차이점 - 클래스 · c와 c++의 차이점 - auto · c와 c++의 차이점 - inline · c와 c++의 차이점 - typedef · c와 c++의 차이점 - virtual · c와 c++의 차이점 - static_cast c에서는 등록된 include를 쓸때는 #include <header.h>를 쓰고 상대주소 방식으로는 #include "header.h"를 쓴다.c++에서는 .h를 생략할 수 있지 예시로는 #include <iostream>이있지어떻게 이게 가능하느냐?!해당 헤더파일을 그냥 .h 확장자를 지웠을 뿐이다. 별거없지
개그 잘 보고있다