Link to home
Start Free TrialLog in
Avatar of jfeltus
jfeltus

asked on

linux c++ programming

I've created a program in c++ that converts celsius to farenheit and vice versa. This program has two conversion functions and each function is it's own separate file. How do I compile each file seperately using the CC commands and create an object file? Also how can I create a file to compile all files?
Avatar of yuzh
yuzh

Have a look at the following tutorial:
http://users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html

Here's the totorials for *nix programming:
http://users.actcom.co.il/~choo/lupg/tutorials/
ASKER CERTIFIED SOLUTION
Avatar of avizit
avizit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial