Home > Programming > [C++] Useful headers

[C++] Useful headers

How to define in main function?

  • #include <stdio.h>
  • stdio.h : 기본적인 함수들.
  • string.h : string 관련한 함수들
  • limits.h : data type의 size와 관련한 상수들
  • float.h :
  • ctype.h : character와 관련한 테스트 및 변화 함수들.
Categories: Programming Tags:
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment