- Learn WebAssembly
- Mike Rourke
- 113字
- 2021-08-13 15:39:01
Installing C/C++ for VS Code
The C/C++ extension for VS Code includes several features for writing and debugging C and C++ code, such as auto completion, symbol searching, class/method navigation, line-by-line code stepping, and many others. To install the extension, search for C/C++ in the Extensions and install the extension titled C/C++ (it's created by Microsoft) or navigate to the extension's official page at https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools and press the green Install button.
Once installed, you can view configuration details for the extension by selecting the extension from the Extensions list in VS Code and selecting the Contributions tab. This tab contains the various settings, commands, and debugger details:
Contributions tab for the C/C++ extension
推薦閱讀
- Android Wearable Programming
- Git Version Control Cookbook
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Oracle Database 12c Security Cookbook
- Effective Python Penetration Testing
- 零基礎(chǔ)入門學(xué)習(xí)Python
- 大話Java:程序設(shè)計(jì)從入門到精通
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- 編程可以很簡單
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設(shè)計(jì)從入門到精通
- C/C++代碼調(diào)試的藝術(shù)(第2版)
- R語言實(shí)戰(zhàn)(第2版)
- Java EE實(shí)用教程
- 計(jì)算機(jī)程序的構(gòu)造和解釋(JavaScript版)
- Learning Node.js for Mobile Application Development