Open in app

Sign In

Write

Sign In

Alexander Forero
Alexander Forero

Home

About

Jul 5, 2021

Recursion

So, what is recursion? A recursive function is a function that calls itself until a “base condition” is true, and execution stops. While false, we will keep placing execution contexts on top of the stack. This may happen until we have a “stack overflow”. A stack overflow is when we…

4 min read

Recursion
Recursion

4 min read


Apr 15, 2021

Simple_shell ls — l *c

Before let’s take a deeper look into the shell. What is a shell? A shell is simply, the command line. The shell is a program that takes a keyboard command like ls -land passes it to the OS (operating system) to carry out. The user should understand that the file…

5 min read

Simple_shell ls — l *c
Simple_shell ls — l *c

5 min read


Mar 6, 2021

C static libraries

what is a library: A library is a collection of code routines (functions, classes, variables, and so on) that can be called upon when building our program, so instead of writing it ourselves, we can go and get it from something that has already been written and optimized. That is where…

3 min read

3 min read


Feb 4, 2021

All the steps of compilation

GCC definition GCC is an integrated compiler of the GNU project for C, C ++, Objective C and Fortran; it is capable of receiving a source program in any of these languages ​​and generating a binary executable program in the language of the machine where it is to run. Options are preceded…

Code

2 min read

All the steps of compilation
All the steps of compilation
Code

2 min read

Alexander Forero

Alexander Forero

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech