Basics of C and C++ compilation
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gerardo Marx a78d822064 Adding .gitignore for output files 3 years ago
.gitignore Adding .gitignore for output files 3 years ago
Readme.md initial commit 3 years ago
hello-world.c initial commit 3 years ago
hello-world.cpp initial commit 3 years ago

Readme.md

Lecture 4: An overview of C and C++

A long this lecture let us test two basic Hello World scripts on C and C++, respectively. The idea is to remember the compilation chain process to obtain an executable application.

C-code