Open in app

Sign In

Write

Sign In

Gonzalo Andres Tarazona Montenegro
Gonzalo Andres Tarazona Montenegro

2 Followers

Home

About

Dec 15, 2020

The differences between static and dynamic libraries

One of the tools that compilers supply us with are libraries. A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and…

5 min read

The differences between static and dynamic libraries
The differences between static and dynamic libraries

5 min read


Oct 13, 2020

C Static Libraries

One of the tools that compilers supply us with are libraries. A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and…

6 min read

C Static Libraries
C Static Libraries

6 min read


Sep 18, 2020

What happens when you type gcc main.c

First, gcc is the GNU Compiler Collection which is a compiler system. It is used in many different languages including C, C++, Java, Objective C and many others, C is the most popular programming language worldwide. It’s a language that was originally developed by Dennis M. Ritchie and was originally…

4 min read

What happens when you type gcc main.c
What happens when you type gcc main.c

4 min read


Sep 16, 2020

Hard and Symbolic links on Linux

A link in UNIX is a pointer to a file. Like pointers in any programming languages, links in UNIX are pointers pointing to a file or a directory. Creating links is a kind of shortcuts to access a file. …

3 min read

Hard and Symbolic links on Linux
Hard and Symbolic links on Linux

3 min read


Sep 16, 2020

What happens when you type ‘ls *.c’ and hit Enter in your shell?

The Linux Shell is a software or computer program that, through a graphical interface such as a text window, provides the user with the possibility of communicating and interacting with the computer through texts, seeing all the words or commands on the screen. …

4 min read

What happens when you type ‘ls *.c’ and hit Enter in your shell?
What happens when you type ‘ls *.c’ and hit Enter in your shell?

4 min read

Gonzalo Andres Tarazona Montenegro

Gonzalo Andres Tarazona Montenegro

2 Followers

Developing in Holberton School

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech