随笔分类 -  compile trick

摘要:http://stackoverflow.com/questions/21984971/how-to-compile-a-c-program-using-eigen-without-specifying-the-i-flag 阅读全文
posted @ 2015-10-15 20:53 sumile123
摘要:c++:std::ofstreamstd::ifstreamc:fprintf();c#StreamWriterStreamReader 阅读全文
posted @ 2015-09-17 21:10 sumile123
摘要:c : system("pause"); 注意include头文件c#: Console.WriteLine("press:"); Console.ReadKey(); 阅读全文
posted @ 2015-09-17 19:50 sumile123
摘要:1. in c++ environment 1 using namespace System; 2 using namespace System::IO; 3 int main() 4 { 5 try 6 { 7 // Create an instance of Stream... 阅读全文
posted @ 2015-08-12 21:40 sumile123
摘要:http://blogs.msdn.com/b/seealso/archive/2011/01/25/using-the-command-window-in-visual-studio-2010.aspx 阅读全文
posted @ 2015-08-07 08:09 sumile123