第一条:试C++为一个语言联邦

C++由四个大方向组成

  1. C语言:C++继承了c语言的很大一部分特性
  2. 面向对象特性:类
  3. 模版Template
  4. STL

c语言

还```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

Use the printf() function.

你可能感兴趣的:(Effective,C++系列)