当前位置:网站首页>Write the first C application -- Hello, C
Write the first C application -- Hello, C
2022-06-22 04:10:00 【DXB2021】
New projects
Use Visual Studio 2022 Development environment C# Program .


Click on “ Create a new project ”

Pull down the menu , choice “C#”, And then choose “ Console Application (.NET Framework)” , then , Click on “ next step ”.

Project name , Position and so on . Finally, click “ establish ”.

Add program statement
adopt Visual Studio 2022 Create a very simple Project Program , Enter the corresponding contents in the command line , To get to know C# And Visual C# The specific operation process .

Run the program
After the code is entered , There are three ways to run .
1、 On the menu bar, select “ debugging ”-“ Start execution ( Don't debugging )” command .

2、 Use shortcut keys in the compilation environment Ctrl+F5 Go straight to execution .
3、 Click... In the toolbar
Button .
Output results :

Running results :
边栏推荐
- LeetCode --- 1221. Split a string in balanced strings problem solving Report
- Handling of noready fault in kubernetes cluster
- Yum command
- php判断当前时间有没有超过几点
- Flutter performance optimization
- Shell Sort
- Join waits for synchronization results from multiple threads
- 音频帧大小的计算
- Fonctionnement de base du tableau de séquence
- CAPL learning path - Ethernet function
猜你喜欢
随机推荐
Tried several report tools, and finally found a report based on Net 6
Basic concept of graph
哈夫曼树
Window common shortcut keys
IDEA蓝屏的解决方案
Is it safe to open an account in Guoyuan futures?
Es next new features
How to quickly locate bugs and write test cases?
CentOS uses composer install to report an error - phpunitphppunit 8
Laravel realizes file (picture) uploading
Use of shutter stream
CAPL learning path - Ethernet function
Online text batch inversion by line tool
How to write a detailed and professional software function test report
Insert sort
详细专业的软件功能测试报告应该怎样书写
Join waits for synchronization results from multiple threads
Go 学习笔记
FaceShifter.ipynb
DFS of graph









