https://github.com/mahmovdsayed/software-development
https://github.com/mahmovdsayed/software-development
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmovdsayed/software-development
- Owner: Mahmovdsayed
- Created: 2024-06-04T15:05:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T15:22:10.000Z (about 2 years ago)
- Last Synced: 2025-01-29T11:17:12.890Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Development Track Recommender
This C++ program helps users determine which software development track they should pursue and what programming languages they should learn based on their area of interest.
## Features
- Prompts the user to enter their area of interest in software development (Web, Mobile, Game, Data Science, or AI/ML)
- Provides a recommended software development track based on the user's input
- Suggests a list of programming languages the user should learn for their chosen track
## Usage
1. Compile the program using a C++ compiler (e.g., `g++` or `clang++`):
2. Run the compiled program:
3. Follow the prompts in the console to enter your area of interest.
4. The program will then display the recommended software development track and the programming languages you should learn.
## Example
What are you interested in developing? (Web, Mobile, Game, Data Science, or AI/ML): Game
Recommended software development track: Game Development
Programming languages to learn: C++, C#, Java, Python
## Contributing
If you have any suggestions or find any issues, feel free to create a new issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).