Showing posts with label Code::Blocks IDE C programming beginner tutorials video series gasto gazto gasto5 gazto5 compilation build. Show all posts
Showing posts with label Code::Blocks IDE C programming beginner tutorials video series gasto gazto gasto5 gazto5 compilation build. Show all posts

Friday, April 29, 2011

14 · Functions implementations

In this occasion we prototype, define and call the print_always_7() and sum() functions.

We review some basic function concepts like return and parameter types, prototype checking and calling a function that returns a value so that it is assigned to a local variable.

Monday, February 14, 2011

Code::Blocks setup

In this occasion, we set MinGW as the default compiler for the IDE, and a compilation attempt is performed.