随笔分类 -  C++

philosophy
C++ Primer Plus_Review
摘要:OOP emphasizes the data, unlike procedural programming, which emphasizes algorithm;Whereas OOP emphasizes the data aspect of programming, generic programming emphasizes the algorithmic aspect. And its focus is different.Creating a reference variable using &(declaring reference); & 阅读全文

posted @ 2012-05-19 15:03 operation_master 阅读(108) 评论(0) 推荐(0)

导航