Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

run a c++ file in terminal

c:hello>cl /EHsc hello.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25017 for x86
Copyright (C) Microsoft Corporation.  All rights reserved.

hello.cpp
Microsoft (R) Incremental Linker Version 14.10.25017.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:hello.exe
hello.obj
Source by learn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #run #file #terminal
ADD COMMENT
Topic
Name
9+8 =