要凭BASIC基础去学习C/C++是一个不实际的想法!二者差异较大,C++比C的难度更大,建议先学C.
1.
#include
#include
using namespace std;
int main(int argc, char* argv[])
{
string a,b;
a="ABCDEF";
b=a.substr(0,3);
cout
要凭BASIC基础去学习C/C++是一个不实际的想法!二者差异较大,C++比C的难度更大,建议先学C.
1.
#include
#include
using namespace std;
int main(int argc, char* argv[])
{
string a,b;
a="ABCDEF";
b=a.substr(0,3);
cout