cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Type Command Equivelant
Type Command Equivelant
Jul 28, 2018 at 8:53pm UTC
thx
(4)
I was wondering if there is a "TYPE" command equivalent in C++ as there
is in command line.
COMMAND LINE CODE:
@echo off
echo TYPE Command >> example.txt
type .\example.txt
pause>nul
Last edited on
Jul 28, 2018 at 8:53pm UTC
Jul 28, 2018 at 9:14pm UTC
keskiverto
(10399)
That looks close to:
http://www.gotw.ca/gotw/048.htm
Topic archived. No new replies allowed.