- 博客(2)
- 收藏
- 关注
原创 c++ primer plus 第六版 书本中源码
第二章 程序清单2.1 myfirst.cpp//myfirst.cpp -- displays a message#includeint main(){ using namespace std; cout << "Come up and C++ me some time."; cout << endl; cout << "You won't regret it!" << end
2016-11-01 15:51:31
4779
原创 Lazarus 1.6win64 + 3.0 FPC 编码问题
{$codepage utf8}var MyString: string; // utf-8 encodedbegin MyString := MyTEdit.Text; SomeRTLRoutine(UTF8ToAnsi(MyString));end;
2016-05-02 05:32:53
1338
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅