I’m new to c++ and i want to compile my testprogram .
i have now 3 files “main.cpp” “parse.cpp” “parse.h”
how can i compile it with one command?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compile them both at the same time and place result in a.out
Compile them both at the same time and place results in prog2
Compile each separately and then link them into a.out
Compile each separately and then link them into prog2