Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Creating simple makefile in linux
Name: karthikeyan.peter Date: February 16, 2007 at 02:57:06 Pacific OS: Linux CPU/Ram: 256 Product: HP system
Comment:
Dear friends I am working on C++ developement using SIP protocol and the operating system is fedora core linux. I have a SIP SDK for developing applications. There are lots of .h and .cpp files it in it. I will use those files for my application to develop quickly. I have a sample application file. That is .cpp file main is present in it and various header files are included in it. i want to create a make file for the complilation and linking of all the files in various directories. please help me.
Summary: I am working on a project for a software design class. The project must have a makefile and must compile on a linux OS. I wrote the project on windows with MS visual studio and now have to copy this t...
Summary: I'm a beginner and I would like to know how to create a program that use (and save) a database. Can you please give me a simple example in C language for store name, address and phone numbers ? Thank...
Summary: I want a "C" source code file to run audio file in Linux. Once compiled the C File, whenvever its function is called in an application the soundfile has to play. The sound files can be replaced its pa...