c++ 구조체에서 패딩 && 구조체 멤버 맞춤(struct member alignment)
```c++
transform(), toupper 함수
출처 : https://www.cplusplus.com/
remove(), string::erase 함수
출처 : https://www.cplusplus.com/
cin.getline()과 getline() 비교
출처 : https://www.cplusplus.com/reference/string/string/getline/?kw=getline
c++에서 stream이란
출처 : http://www.tcpschool.com/cpp/cpp_io_streamBuffer 출처 : https://newmkka.tistory.com/78
effective C++ 정리2
#포인터에서 const의 쓰임
포인터 경우의 수 1 - 포인터 오른쪽에 오는 대상이 상수인 경우
```c++ #include
effective C++ 정리1
1. C++에서는 #define이 아니라 const, enum을 먼저 써야한다.
C++ tag에 글쓰기
C++ tag에 글 쓰기 글쓰기