头文件使用<cstdlib>也许会比<stdlib.h>体现出C++不同于C语言之处
2015-06-10
比起来,python导入模块(相当于C++里导入iostream)就连同命名空间一同导入了,就像这样:
from isostream import*
cout << "hello" << endl;
怪不得看learning python的时候作者不停地提醒python在命名空间方面的不同。
from isostream import*
cout << "hello" << endl;
怪不得看learning python的时候作者不停地提醒python在命名空间方面的不同。
2015-06-09