coding-notes

所属分类:前端开发
开发工具:C++
文件大小:17038KB
下载次数:0
上传日期:2022-06-30 21:41:13
上 传 者sh-1993
说明:  我正在为许多不同的语言和框架编写全面的编码教程!
(I m compiling comprehensive coding tutorials for many different languages and frameworks!)

文件列表:
C++ (0, 2022-07-01)
C++\01 C++ - Introduction.md (23973, 2022-07-01)
C++\02 C++ - Functions and File IO.md (11789, 2022-07-01)
C++\03 C++ - Object-Oriented Syntax.md (24741, 2022-07-01)
C++\04 C++ - Pointers and Memory.md (30109, 2022-07-01)
C++\05 C++ - Data Structures (Containers).md (29670, 2022-07-01)
C++\06 C++ - Templates.md (23532, 2022-07-01)
C++\07 C++ - Threading and Concurrency.md (32070, 2022-07-01)
C++\08 C++ - Linkages and Preprocessor Directives.md (29652, 2022-07-01)
C++\09 C++ - Tips and Tricks.md (6991, 2022-07-01)
C++\Bonus Notes (0, 2022-07-01)
C++\Bonus Notes\BONUS C++ - Headers.md (10964, 2022-07-01)
C++\assets (0, 2022-07-01)
C++\assets\1562761542554.png (26467, 2022-07-01)
C++\assets\1562814980420.png (63014, 2022-07-01)
C++\assets\1562934941151.png (24400, 2022-07-01)
C++\assets\1562935061068.png (113541, 2022-07-01)
C++\assets\192px-Binary_tree.svg.png (6240, 2022-07-01)
C++\assets\1_FH2BzH1l5D7C18Fd7U0JVQ.png (11003, 2022-07-01)
C++\assets\C_Iterator.jpg (26291, 2022-07-01)
C++\assets\GCC_CompilationProcess.png (20178, 2022-07-01)
C++\assets\Linkedlist.png (4705, 2022-07-01)
C++\assets\QullW.png (22305, 2022-07-01)
C++\assets\Selection_101.png (35881, 2022-07-01)
C++\assets\SharedMutable.png (32801, 2022-07-01)
C++\assets\ZWg39.png (71552, 2022-07-01)
C++\assets\array.png (67140, 2022-07-01)
C++\assets\compilation.gif (8880, 2022-07-01)
C++\assets\concurrency_vs_parallelism-1562918749730.png (12176, 2022-07-01)
C++\assets\concurrency_vs_parallelism.png (12176, 2022-07-01)
C++\assets\copy.jpg (12478, 2022-07-01)
C++\assets\deadlock.png (13112, 2022-07-01)
C++\assets\giphy-1562828095877.gif (2354668, 2022-07-01)
C++\assets\giphy.gif (967852, 2022-07-01)
C++\assets\main-qimg-0b429780923c55f6a803405694c5b7af.webp (15208, 2022-07-01)
C++\assets\memory-management-in-cpp-2.png (78643, 2022-07-01)
... ...

# Coding Notes and Tutorials I've compiled a whole bunch of tutorials and references for different **coding languages** and **frameworks!** Most of these can be read through in under an hour, and they're pitched at the beginner to intermediate level. But most importantly, they're **designed to be CTRL-F-able!** ## Support my efforts! [![Yeah! Buy the DRAGON a COFFEE!](https://github.com/methylDragon/coding-notes/blob/master/./_assets/COFFEE%20BUTTON%20%E3%83%BE(%C2%B0%E2%88%87%C2%B0%5E).png)](https://github.com/methylDragon/coding-notes/blob/master/https://www.buymeacoffee.com/methylDragon) [Or leave a tip! ヽ(°°*)](https://github.com/methylDragon/coding-notes/blob/master/https://www.paypal.me/methylDragon) ## So far, I've covered: - [C++](https://github.com/methylDragon/coding-notes/blob/master/#C++) - [CMake](https://github.com/methylDragon/coding-notes/blob/master/#CMake) - [OpenSplice DDS](https://github.com/methylDragon/coding-notes/blob/master/#OpenSplice%20DDS) - [MATLAB](https://github.com/methylDragon/coding-notes/blob/master/#MATLAB) - [MySQL](https://github.com/methylDragon/coding-notes/blob/master/#MySQL) - [PHP](https://github.com/methylDragon/coding-notes/blob/master/#PHP) - [Python 3](https://github.com/methylDragon/coding-notes/blob/master/#Python%203) - [WordPress](https://github.com/methylDragon/coding-notes/blob/master/#WordPress) ## Tutorial Directory ### C++ [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Introduction and Basic Syntax](https://github.com/methylDragon/coding-notes/blob/master/./C++/01%20C++%20-%20Introduction.md) - [Functions and File IO](https://github.com/methylDragon/coding-notes/blob/master/./C++/02%20C++%20-%20Functions%20and%20File%20IO.md) - [Object-Oriented Syntax](https://github.com/methylDragon/coding-notes/blob/master/./C++/03%20C++%20-%20Object-Oriented%20Syntax.md) - [Pointers and Memory](https://github.com/methylDragon/coding-notes/blob/master/./C++/04%20C++%20-%20Pointers%20and%20Memory.md) - [Data Structures (Containers)](https://github.com/methylDragon/coding-notes/blob/master/./C++/05%20C++%20-%20Data%20Structures%20(Containers).md) - [Templates](https://github.com/methylDragon/coding-notes/blob/master/./C++/06%20C++%20-%20Templates.md) - [Threading and Concurrency](https://github.com/methylDragon/coding-notes/blob/master/./C++/07%20C++%20-%20Threading%20and%20Concurrency.md) - [Linkages and Preprocessor Directives](https://github.com/methylDragon/coding-notes/blob/master/./C++/08%20C++%20-%20Linkages%20and%20Preprocessor%20Directives.md) - [Tips and Tricks](https://github.com/methylDragon/coding-notes/blob/master/./C++/09%20C++%20-%20Tips%20and%20Tricks.md) - [(Bonus) Headers](https://github.com/methylDragon/coding-notes/blob/master/./C++/Bonus%20Notes/BONUS%20C++%20-%20Headers.md) ### CMake [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Basics and Scripting](https://github.com/methylDragon/coding-notes/blob/master/./CMake/01%20CMake%20-%20Basics%20and%20Scripting.md) - [Building with CMake](https://github.com/methylDragon/coding-notes/blob/master/./CMake/02%20CMake%20-%20Building%20with%20CMake.md) - [Advanced Scripting and Modules](https://github.com/methylDragon/coding-notes/blob/master/./CMake/03%20CMake%20-%20Advanced%20Scripting%20and%20Modules.md) ### OpenSplice DDS [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Introduction and Basic Syntax](https://github.com/methylDragon/coding-notes/blob/master/./DDS/OpenSplice%20DDS%20(C++%20API)/01%20DDS%20-%20Introduction.md) ### MATLAB [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Crash Course](https://github.com/methylDragon/coding-notes/blob/master/./MATLAB/MATLAB%20Crash%20Course.md) ### MySQL [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Introduction and Basic Syntax](https://github.com/methylDragon/coding-notes/blob/master/./MySQL/01%20MySQL%20-%20Introduction.md) ### PHP [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Syntax and Database Interactions](https://github.com/methylDragon/coding-notes/blob/master/./PHP/01%20PHP%20-%20Syntax%20and%20DB%20Interactions.md) - [Object-Oriented Syntax](https://github.com/methylDragon/coding-notes/blob/master/./PHP/02%20PHP%20-%20Object-Oriented%20Syntax.md) ### Python 3 [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Introduction and Basic Syntax](https://github.com/methylDragon/coding-notes/blob/master/./Python%203/01%20Python%203%20-%20Introduction.md) - [Functions and File IO](https://github.com/methylDragon/coding-notes/blob/master/./Python%203/02%20Python%203%20-%20Functions%20and%20File%20IO.md) - [Object-Oriented Syntax](https://github.com/methylDragon/coding-notes/blob/master/./Python%203/03%20Python%203%20-%20Object-Oriented%20Syntax.md) - [Advanced Concepts](https://github.com/methylDragon/coding-notes/blob/master/./Python%203/04%20Python%203%20-%20Advanced%20Concepts.md) - [Data Structures](https://github.com/methylDragon/coding-notes/blob/master/./Python%203/05%20Python%203%20-%20Data%20Structures.md) ### WordPress [go to top](https://github.com/methylDragon/coding-notes/blob/master/#top) - [Introduction and Basic Syntax](https://github.com/methylDragon/coding-notes/blob/master/./WordPress/01%20WordPress%20-%20Introduction.md) ## Credits All credits and sources are listed inside the tutorials and references themselves. ``` . . . |\-^-/| . /| } O.=.O { |\ ```

近期下载者

相关文件


收藏者