CLASS (2) 썸네일형 리스트형 레슨 12: Introduction to Classes Lesson 12: Introduction to Classes C++ is a bunch of small additions to C, with a few major additions. One major addition is the object-oriented approach (the other addition is support for *Generic programming, which we'll cover later). As the name object-oriented programming suggests, this approach deals with objects. Of course, these are not real-life objects themselves. Instead, these objects.. 레슨 9: C Strings Lesson 9: C Strings In C++ there are two types of strings, C-style strings, and *C++-style strings. This lesson will discuss C-style strings. C-style strings are really arrays, but there are some different functions that are used for strings, like adding to strings, finding the length of strings, and also of checking to see if strings match. The definition of a string would be anything that cont.. 이전 1 다음