Tag: C#

  • C++ Built-in types

    built-in types
    Arithmetic type
    기본타입
    Void
    Rear Number
    float
    double
    long double
    Integger Number
    long int
    unsinged long int
    int
    unsinged int
    short int
    unsinged short int
    char
    signed char
    unsinged char
    wchar_t
    bool