Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KR3M3R

    Newbie Makefile question

    I am trying to write a makefile for a school project. When I type: g++ -o simulator simulator.cpp I get the output: simulator Which is what I want. In my makefile I've typed: # The target simulator : simulator.cpp g++ -o simulator simulator.cpp # To generate the class files simulator.o ...

Part and Inventory Search

Back
Top