i have a project in which i need to run a c++ program from the command line in unix along with an input file and an output file. such as :
histogram1 < scores.txt > histogramOutput.txt
i want to use this line in unix, thus running a c++ file called histogram1 that will read in numbers from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.