References

M

Modules and Packages

This chapter is crucial for writing professional, scalable code by teaching you how to organize...

Multi-Threading and Parallel Processing

Modern applications rely on Multi-Threading to execute heavy or time-consuming operations (like file processing, network...

Memory Management & Pointers

Efficient memory management is vital for high-performance applications. Object Pascal simplifies this by managing most...

Metadata and Head Elements

Metadata is data that describes other data. In HTML, metadata is information about the HTML...

Multi-File Projects (make)

As C programs grow beyond simple examples, it becomes necessary to divide the code into...

Macros

The C Preprocessor is a simple text substitution tool that runs before the actual C...

MySQL

Managing Permissions

This chapter focuses on the practical commands chmod and chown, which allow administrators and users...

Merging

Merging is the operation that integrates the changes from one Git branch into another. This...

Modifying Structure (DDL)

The ALTER TABLE command is used to add, modify, or remove columns and constraints from...

Scroll to Top