Using the C Math Library    

Building Stand-Alone C Applications 

After you write your C code, you must compile and link it to create your C application. The section:

Packaging Stand-Alone Applications

To distribute a stand-alone application, you must include the application's executable as well as the shared libraries with which the application was linked. The necessary shared libraries vary by platform and are listed within the individual UNIX and Windows sections that follow.


 Example - Writing a Simple Program Overview