Programming-Tutorials

所属分类:文章/文档
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-11-05 11:30:43
上 传 者sh-1993
说明:  编程教程
(Programming Tutorials)

文件列表:
C plus plus/ (0, 2023-11-05)
C plus plus/Lesson 10: Inheritance and Polymorphi.md (1079, 2023-11-05)
C plus plus/Lesson 1: Getting Started with C++.md (1703, 2023-11-05)
C plus plus/Lesson 2: Variables and Data Types.md (2125, 2023-11-05)
C plus plus/Lesson 3: Conditional Statements.md (571, 2023-11-05)
C plus plus/Lesson 4: Looping Structures.md (1334, 2023-11-05)
C plus plus/Lesson 5: Functions and Modularizatio.md (693, 2023-11-05)
C plus plus/Lesson 6: Arrays.md (859, 2023-11-05)
C plus plus/Lesson 7: Pointers and Memory Managem.md (704, 2023-11-05)
C plus plus/Lesson 8: Introduction to OOP.md (908, 2023-11-05)
C plus plus/Lesson 9: Constructors and Destructor.md (797, 2023-11-05)
C plus plus/Project/ (0, 2023-11-05)
C plus plus/Project/Simple Inventory Management System.md (4376, 2023-11-05)
C/ (0, 2023-11-05)
C/Lesson 10: Preprocessor Directives and Macros.md (2445, 2023-11-05)
C/Lesson 11: Advanced Concepts (Optional).md (2249, 2023-11-05)
C/Lesson 1: Getting Started with C.md (3125, 2023-11-05)
C/Lesson 2: Variables and Data Types.md (3408, 2023-11-05)
C/Lesson 3: Control Flow and Decision Making.md (2680, 2023-11-05)
C/Lesson 4: Loops and Iteration.md (2238, 2023-11-05)
C/Lesson 5: Functions and Modularizatio.md (2537, 2023-11-05)
C/Lesson 6: Arrays and Strings.md (2499, 2023-11-05)
C/Lesson 7: Pointers and Memory Management.md (2446, 2023-11-05)
C/Lesson 8: Structures and Enumerations.md (1831, 2023-11-05)
C/Lesson 9: File Input and Output.md (2400, 2023-11-05)
C/Project/ (0, 2023-11-05)
C/Project/Simple Inventory Management System.md (3641, 2023-11-05)
JavaScript/ (0, 2023-11-05)
JavaScript/Project/ (0, 2023-11-05)
JavaScript/Project/index.html (508, 2023-11-05)
JavaScript/Project/script.js (1444, 2023-11-05)
JavaScript/Project/styles.css (1201, 2023-11-05)
bootstrap/ (0, 2023-11-05)
... ...

Programming Tutorials repository that covers C, C++, HTML, CSS, JavaScript, and PHP. ```markdown # Programming Tutorials Welcome to the Programming Tutorials repository! This collection of tutorials is designed to help you learn the basics of various programming languages and technologies. Whether you're a beginner or looking to refresh your skills, these tutorials provide step-by-step explanations and hands-on examples. ## Table of Contents - [Languages Covered](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#languages-covered) - [Getting Started](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#getting-started) - [Tutorials](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#tutorials) - [Additional Resources](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#additional-resources) - [Contributing](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#contributing) - [License](https://github.com/faisal-gits/Programming-Tutorials/blob/master/#license) ## Languages Covered This repository contains tutorials for the following programming languages and technologies: - C - C++ - HTML - CSS - JavaScript - PHP Each language tutorial covers essential concepts and provides practical examples to help you build a solid foundation. ## Getting Started To get started with the tutorials, follow these steps: 1. Clone this repository to your local machine using the following command: ``` git clone https://github.com/faisal-gits/Programming-Tutorials.git ``` 2. Navigate to the directory of the specific language you want to learn. 3. Browse the tutorials in that directory and follow the README instructions. ## Tutorials ### C Programming - [Introduction to C](https://github.com/faisal-gits/Programming-Tutorials/blob/master/c/README.md) - [Variables and Data Types](https://github.com/faisal-gits/Programming-Tutorials/blob/master/c/variables-and-data-types/README.md) - [Control Flow and Decision Making](https://github.com/faisal-gits/Programming-Tutorials/blob/master/c/control-flow/README.md) - ... ### C++ Programming - [Getting Started with C++](https://github.com/faisal-gits/Programming-Tutorials/blob/master/cpp/README.md) - [Object-Oriented Programming](https://github.com/faisal-gits/Programming-Tutorials/blob/master/cpp/oop/README.md) - [STL and Containers](https://github.com/faisal-gits/Programming-Tutorials/blob/master/cpp/stl/README.md) - ... ### HTML - [Introduction to HTML](https://github.com/faisal-gits/Programming-Tutorials/blob/master/html/README.md) - [HTML Elements and Structure](https://github.com/faisal-gits/Programming-Tutorials/blob/master/html/elements-and-structure/README.md) - [Forms and Input Elements](https://github.com/faisal-gits/Programming-Tutorials/blob/master/html/forms-and-input/README.md) - ... ### CSS - [Introduction to CSS](https://github.com/faisal-gits/Programming-Tutorials/blob/master/css/README.md) - [Selectors and Styling](https://github.com/faisal-gits/Programming-Tutorials/blob/master/css/selectors-and-styling/README.md) - [Layout and Flexbox](https://github.com/faisal-gits/Programming-Tutorials/blob/master/css/layout-and-flexbox/README.md) - ... ### JavaScript - [Getting Started with JavaScript](https://github.com/faisal-gits/Programming-Tutorials/blob/master/js/README.md) - [Variables and Data Types](https://github.com/faisal-gits/Programming-Tutorials/blob/master/js/variables-and-data-types/README.md) - [Conditional Statements and Loops](https://github.com/faisal-gits/Programming-Tutorials/blob/master/js/conditional-statements-and-loops/README.md) - ... ### PHP - [Introduction to PHP](https://github.com/faisal-gits/Programming-Tutorials/blob/master/php/README.md) - [Variables and Data Types](https://github.com/faisal-gits/Programming-Tutorials/blob/master/php/variables-and-data-types/README.md) - [Functions and Control Structures](https://github.com/faisal-gits/Programming-Tutorials/blob/master/php/functions-and-control-structures/README.md) - ... ## Additional Resources - [Online Compiler](https://github.com/faisal-gits/Programming-Tutorials/blob/master/https://www.onlinegdb.com/online_c++_compiler) - [MDN Web Docs](https://github.com/faisal-gits/Programming-Tutorials/blob/master/https://developer.mozilla.org/) ## Contributing Contributions to this repository are welcome! If you find any errors, typos, or have suggestions for improvement, please feel free to submit a pull request. ## License This repository is licensed under the [MIT License](https://github.com/faisal-gits/Programming-Tutorials/blob/master/LICENSE). ``` Feel free to customize this template with your own content, links, and explanations to match the structure of your Programming Tutorials repository.

近期下载者

相关文件


收藏者