随笔分类 -  C++

摘要:bash: g++ a.cpp b.cpp --save-temps -WallDefinition of a classIn C++,separated .h and .cpp files are used to define one class.Class declaration and pr... 阅读全文
posted @ 2014-11-02 10:43 西瓜没有皮 阅读(344) 评论(0) 推荐(1)
摘要:Object Oriented ProgrammingObjects send and receive messages(objects do things!)Objects send messagesMessages are-Composed by the sender-Interpreted b... 阅读全文
posted @ 2014-11-01 22:44 西瓜没有皮 阅读(321) 评论(0) 推荐(0)
摘要:What is an object?object=entityobjects=attributes+servicesData: the properties or status < Operations: the functionsMappingFrom the problem space to t... 阅读全文
posted @ 2014-11-01 21:12 西瓜没有皮 阅读(950) 评论(0) 推荐(0)