2015年3月11日 星期三

Windows Live Writer with push blogs

首篇文章,利用微軟blog編輯器上傳。

以下為利用WLW使用 Code Snippet外掛呈現經典程式碼

   1: #include <iostream>
   2:  
   3: using namespace std;
   4:  
   5: int main(void)
   6: {
   7:     cout<<" Hello World!! "<<endl;
   8:     
   9:     return 0;
  10: }

沒有留言:

張貼留言