タグ

ブックマーク / cplusplus.com (2)

  • C++ Reference Project

    C Library The elements of the C language library are also included as a subset of the C++ Standard library. These cover many aspects, from general utility functions and macros to input/output functions and dynamic memory management functions: <cassert> (assert.h)C Diagnostics Library (header)<cctype> (ctype.h)Character handling functions (header)<cerrno> (errno.h)C Errors (header)<cfenv> (fenv.h)F

    kotaro-ono
    kotaro-ono 2012/03/15
    STLのリファレンス。ザックリ読むべし。
  • C++ Language

    C++ Language Introduction Compilers Basics of C++ Structure of a program Variables and types Constants Operators Basic Input/Output Program structure Statements and flow control Functions Overloads and templates Name visibility Compound data types Arrays Character sequences Pointers Dynamic memory Data structures Other data types Classes Classes (I) Classes (II) Special members Friendship and inhe

    kotaro-ono
    kotaro-ono 2012/02/10
    チュートリアル。これでサックリ学ぶべし
  • 1