Created
April 26, 2020 19:22
-
-
Save domiyanyue/a233023ce778470fb138f9fbb215fae7 to your computer and use it in GitHub Desktop.
no_header_example_compile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no_header_file# g++ -c main.cpp -o main.o | |
no_header_file# g++ -c util.cpp -o util.o | |
no_header_file# g++ main.o util.o -o a.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment