Ok---I was wondering...Is there any way to make C++ execute a UNIX command?
Like, I generate LaTeX files in my code, file.tex. Then I need to compile the .tex files with ``pdflatex file.tex'' which generates a pdf file, and makes life oh so beautiful.
Is there a way I can get C++ to tell UNIX to do this without me having to type it in every single time?
Like, I generate LaTeX files in my code, file.tex. Then I need to compile the .tex files with ``pdflatex file.tex'' which generates a pdf file, and makes life oh so beautiful.
Is there a way I can get C++ to tell UNIX to do this without me having to type it in every single time?
Comment