
最近因為覺得岳父大人的電腦也用了7~8年之久,系統是非SP1之Win7(被Hao123綁架首頁),老大人說每次開機他老人家都拿著報紙看個幾分鐘就可以用了,但是有個問題讓他老大人覺得不能接受,就是用他的IE10(沒錯真的是IE10)開雅虎奇摩的股市看看分析時就是出現亂碼(絕的是老人家說因為習慣大概知道亂碼代表的含意)....但是他又不想換瀏覽器(因為投資的券商在PC上還是用IE在做處理買賣),於是乎,小的評估了下,嗯....是該換台新的了,老人家雖說不缺時間,但換電腦比總是在那邊等待跟看亂碼的好。
廢話不多說,先上菜單:
albert1225 發表在 痞客邦 留言(0) 人氣(127)
http://www.study-area.org/coobila/tutorial_387.html
albert1225 發表在 痞客邦 留言(0) 人氣(2,339)
= = = = = = = = = = = = = = = = = = =
for Dev C++
= = = = = = = = = = = = = = = = = = =
/*Hello World*/
#include
using namespace std;
int main() {
cout << "Hello! World!\n";
cout << "哈囉! C++!\n";
system(" PAUSE" );
return 0;
}
= = = = = = = = = = = = = = = = = = =
for MS VC++
= = = = = = = = = = = = = = = = = = =
/*Hello World*/
#include
using namespace std;
int main() {
cout << "Hello! World!\n";
cout << "哈囉! C++!\n";
return 0;
}
albert1225 發表在 痞客邦 留言(0) 人氣(21)
http://caterpillar.onlyfun.net/Gossip/CppGossip/CppGossip.html
http://www.cs.pu.edu.tw/~tsay/course/objprog/slides/devcpp.html
http://www.study-area.org/coobila/category_C++_u6559_u5B78.html
albert1225 發表在 痞客邦 留言(0) 人氣(89)