Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psavarmattas/c-projects
Here are programs that every budding programmer who is learning to code in C should start with. These programs are a compilation of many different types of programs and levels of programming you should try. You can use the table in Order Of Programs file to find the order in which it is best to program in.
https://github.com/psavarmattas/c-projects
basic basic-learning basic-programming beginner beginner-code beginner-friendly beginner-project c cpp
Last synced: 28 days ago
JSON representation
Here are programs that every budding programmer who is learning to code in C should start with. These programs are a compilation of many different types of programs and levels of programming you should try. You can use the table in Order Of Programs file to find the order in which it is best to program in.
- Host: GitHub
- URL: https://github.com/psavarmattas/c-projects
- Owner: psavarmattas
- License: apache-2.0
- Created: 2021-04-25T09:59:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T23:53:06.000Z (over 3 years ago)
- Last Synced: 2024-11-07T18:17:48.285Z (3 months ago)
- Topics: basic, basic-learning, basic-programming, beginner, beginner-code, beginner-friendly, beginner-project, c, cpp
- Language: C
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C Programs For Everybody To Try!
_`Last Updated: June 11' 2021`_
## Introduction:
Here are programs that every budding programmer who is learning to code in C should start with.
These programs are a compilation of many different types of programs and levels of programming you should try.
You can use the table in Order Of Programs file to find the order in which it is best to program in.## Pre-Requisites:
1. A coding IDE or just use the CMD/Terminal on your Windows Pc/Mac respectively (I used VS Code for this).
2. Check that C/C++ Extension is properly installed in your system/VS Code and the Path to C/C++ is integratively set in your system.
3. Start by trying to create the program by yourself if you encounter any problems refer to the code in the program file,
if the problem still persist then create a issue or use Google/Stack Overlflow for help.4. Done! You have successfully created the program in C by your own.
Note: All the exe files are provided to make sure the program code runs when I create them (Tested on Windows 10).
## [License](https://github.com/psavarmattas/C-Projects/blob/master/LICENSE):
Copyright (c) 2021 PSMForums. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.