Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Created April 26, 2020 19:22
Show Gist options
  • Save domiyanyue/a233023ce778470fb138f9fbb215fae7 to your computer and use it in GitHub Desktop.
Save domiyanyue/a233023ce778470fb138f9fbb215fae7 to your computer and use it in GitHub Desktop.
no_header_example_compile
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