Open in app
Home
Notifications
Lists
Stories

Write
Maurolabella
Maurolabella

Home

Jun 20

Recursion : A Picture is Worth 1.500 Words

Holberton School Task Request: Key notes about recursion in the context of memory management — A simple example. Programs, naturally, executes on address space. It is a linear address space that goes from zero to some maximum address, depending on what the address size is and the specificity of our operating system (OS).

3 min read

Recursion : A Picture is Worth 1.500 Words
Recursion : A Picture is Worth 1.500 Words

May 25

Python3: Mutable, Immutable… everything is object!

Introduction Python comes with a collection of basic types like strings, lists, tuples, dictionaries, and objects as a more general and even more abstract element of the overall language solution. All of these types are built-in and do not require importing any library and then they may be straightforwardly instantiated when…

Holberton School

4 min read

Python3: Mutable, Immutable… everything is object!
Python3: Mutable, Immutable… everything is object!

May 9

The differences between static and dynamic libraries in C.

As part of my studies on low-level programming at Holberton School, let me share my understanding about static and shared libraries, and more importantly, how to create them ourselves. If you are a programmer you use software libraries all the time, and though you may have not thought about it…

C Programming Language

4 min read

The differences between static and dynamic libraries in C.
The differences between static and dynamic libraries in C.

Feb 26

C Static Libraries

Why use libraries Or otherwise, why add our custom function to the already existing library files or even create our own libraries in C. There are various reasons. In addition to the systematization of code, growth management issues, and promoting agile code responses through legible source code directory, combining out…

Static Library

2 min read

C Static Libraries
C Static Libraries

Feb 3

What happens when we execute an gcc command ?

C is a mid-level language, and it needs a compiler to convert it into an executable code. How do we compile and run C programs ? We create the program with a text editor and compile it using a program specifically designed to the task. …

C Compiler

2 min read

What happens when we execute an gcc command ?
What happens when we execute an gcc command ?
Maurolabella

Maurolabella

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable