c:\testprj> dotnet new console
Create a dotnet project called myprj
c:\testprj> dotnet new console --name myprj
Tags: DotNet Create New Console
c:\testprj> dotnet new console
c:\testprj> dotnet new console --name myprj
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...
No comments:
Post a Comment