I need to print the following string:
std::string("-I\"/path/to/dir\" ");
Basically, I need to accomplish this since I am generating C++ code using C++ code.
I want to use an ofstream to write the above string, so something like
ofstream fout;
fout << the_string ...READ MORE
Aug 11, 2022
in C++
by
Nicholas
• 7,760 points
•
569 views