1. 新建乙個專案:
2. 選擇模板:visual c# --> 控制台應用程式,還可以為自己的專案重新命名、設定儲存位置。
3. 模板出來啦!
14. 加上輸出"hello world!"的語句,並加上一句話使控制台在桌面上停留。using
system;
2using
system.collections.generic;
3using
system.linq;
4using
system.text;
5using
system.threading.tasks;67
namespace
helloworld814
}15 }
15. 點選執行using
system;
2using
system.collections.generic;
3using
system.linq;
4using
system.text;
5using
system.threading.tasks;67
namespace
helloworld816
}17 }
6. 成功執行!
簡單的拓展一:加入幾個語句調節控制台輸出。
1現在的效果:using
system;
2using
system.collections.generic;
3using
system.linq;
4using
system.text;
5using
system.threading.tasks;67
namespace
helloworld820
}21 }
一些VS2013的使用技巧
可以在不新建tab的情況下快速檢視 編輯乙個函式的 用法 在游標移至某個函式下,按下alt f12。然後在peek視窗裡可以繼續按alt f12。然後按ctrl alt 或者ctrl alt 就可以前後跳轉。按esc關閉peek窗體。這下就不需要來回跳轉了 alt g可以跳轉至函式定義的地方,alt...
C 基礎第一天 VS2013基本設定
1 net能幹什麼 桌面應用程式 winform internet應用程式 asp.net 京東 msdn 招聘銀行 手機開發 wp8 unity3d遊戲開發或者虛擬實境 2 net兩種互動模式 b s 客戶端 伺服器 c s 瀏覽器 伺服器 3 程式設計環境 vs2013 啟動方法 1 雙擊 2 ...
QT開發(一)Vs2013整合 QT5 3 1
很久不寫隨筆了,真是越來越懶。最近公司要做一款產品,想使用qt不用wpf lol,讓苦逼的.net的我來搞,話不多說上硬貨。2.qt vs外掛程式 3.全安裝好以後在vs裡面設定qt的環境資訊。這裡可以看到我裝了兩個版本的qt 乙個32 乙個64 對應編譯到32 64兩個平台。4.在vs中新建專案,...