iccaros Posted July 30, 2005 Report Share Posted July 30, 2005 sorry I have been out of the loop. I just compleated my move from Wash DC. to Seattle, WA. Well I still have to find a house and stuff but mostly done. my problem.. I have goten spoiled by dev_c++ but no longer have that as a option at this time. so I have a for example a header file, a functions deffinition .cpp file and an example program. how do I compile this with gcc (command line please.)example I have a file called Mylines.h, Mylines.cpp and example.cppin dev_c++ you just make them a project, maybe kdevelop does the same thing.. Thanks.. Quote Link to post Share on other sites
jcl Posted July 31, 2005 Report Share Posted July 31, 2005 $ gcc example.cpp Mylines.cpp Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.