翻訳と辞書
Words near each other
・ c (ansi)
・ c beautifier
・ c language integrated production system
・ c preprocessor
・ c programmer's disease
・ c sharp
・ c shell
・ c with classes
・ c#
・ c*
・ c++
・ c++linda
・ c++sim
・ c+-
・ c+@
・ c-10
・ c-bc
・ c-interp
・ c-linda
・ c-odescript


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

C++ : FOLDOC
C++
One of the most used object-oriented languages, a superset of C developed primarily by Bjarne Stroustrup at AT&T Bell Laboratories in 1986.
In C++ a class is a user-defined type, syntactically a struct with {member functions}. {Constructors} and {destructors} are member functions called to create or destroy instances. A friend is a nonmember function that is allowed to access the private portion of a class. C++ allows implicit type conversion, function inlining, overloading of operators and function names, and {default function arguments}. It has streams for I/O and references.
C++ 2.0 (May 1989) introduced multiple inheritance, {type-safe linkage}, pointers to members, and {abstract classes}.
C++ 2.1 was introduced in ["Annotated C++ Reference Manual", B. Stroustrup et al, A-W 1990].
{MS-DOS (ftp://grape.ecs.clarkson.edu/pub/msdos/djgpp/djgpp.zip)}, {Unix ANSI C++ (ftp://gnu.


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.