2013年9月10日

摘要: 1 //http://solarianprogrammer.com/2011/10/12/cpp-11-regex-tutorial/ 2 #include 3 #include 4 #include 5 6 using namespace std; 7 using namespace std::tr1; 8 int main() 9 {10 string input;11 //regex integer("(\\+|-)?[[:digit:]]+");12 regex integer("(\\+|-)?[\\d]+");13 //regex inte. 阅读全文
posted @ 2013-09-10 21:53 zhiying678 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/system.windows.forms.splitcontainer(VS.85).aspx 1 public partial class Form1 : Form 2 { 3 private System.Windows.Forms.SplitContainer splitContainer2; 4 private System.Windows.Forms.ListView listView2; 5 private Label nlab1... 阅读全文
posted @ 2013-09-10 16:40 zhiying678 阅读(154) 评论(0) 推荐(0) 编辑

导航