敲过专题

C++杂碎敲过的代码

编译环境Eclipse C++ c++是在C语言的基础上增加了面向对象的思想。增加字符串数组以及字符串类型: char strs []= “i am icanactnow !”; string strs =”i am superman !”; 字符串指针 #include <iostream>using namespace std;int main() {char *str = "s1