Wednesday, 11 September 2013

How to run the following C Code on linux

How to run the following C Code on linux

I primarily work in Visual studio. In my project I have the following files
application.c - this is where I take input from user, show output, etc...
Decoder.h and Decoder.cpp - these files contain the Decoder class which
decodes signals.
I have interface files DecInterface.cpp and DecInterface.c, so that I
could use these C++ classes in my application.c
How do I compile and then run application.c on linux? what are the commands?

No comments:

Post a Comment