以前大学的时候学过程设
有兴趣想自学
这几天有去金石堂(两间)及诚品(三间)想去翻阅版上推荐书
洪维恩 C++教学手册-第三版 http://www.books.com.tw/products/0010478314
侯捷 C++Primer 4/e中文版 http://www.books.com.tw/products/0010392869
结果都没找到,店员都说没货了-_-|||
大学学到的是
#include <stdio.h>
#include <stdlib.h>
...
printf("hello world!");
...
有学到循环、跑乱数跟制作几个简单的小游戏(猜数字...)
但是之后在网络上看到的是
#include <iostream>
using namespce std;
...
cout << hello world! << endl;
...
请问这两种分别是C、C++吗@_@?
另外还有什么其他的推荐书吗
想设计游戏的话哪一种比较推荐
感谢