189 Cheat Sheets tagged with C
Sort: Magic
Filter:
Language(s):
Rating:
DRAFT: C tokens Cheat Sheet•smallest individual components of a program that are
relevant to the operation of a compiler.
•Every punctuation mark and word in a C program is a token.
• A compiler converts a C program into token before moving
on to the next steps of the compilation process.
• In C Programming, tokens are of six types. They are:
1.keywords
2.identifiers
3.constants
4.strings
5.special symbol
6.operators
5 Feb 24
DRAFT: (lib)Sodium C++ Basic Usage Cheat SheetQuick reference for Sodium: A library for encryption, decryption, signatures, and key exchange. Provides high-level cryptographic primitives.
8 Sep 24
DRAFT: Module 3-Arrays and Vectors Cheat SheetThis module introduces arrays and vectors in C++, which are essential data structures for storing and managing collections of data. You will learn how to declare, initialize, access, modify, and manipulate arrays and vectors efficiently.
2 Mar 25
DRAFT: Intro to OOP Cheat SheetObject-Oriented Programming (OOP) is a programming paradigm that organizes code into objects, which combine data (attributes) and functions (methods). OOP promotes modularity, reusability, and scalability, making complex software easier to develop and maintain.
2 Mar 25
Programming Cheat Sheets
Top Tags in Programming
Languages
Databases
Tools
DevOps
Markup
Frameworks
Miscellaneous