C++笔记
摘要:C、C++区别: C包含char,scanf()和gets()函数,#include <cstring>,<string.h>,#<stdio.h> C++包含string,cin,对应的头文件是#include <string>,#include<iostream> C++里的char和strin
阅读全文
posted @ 2017-03-23 20:43
posted @ 2017-03-23 20:43