Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 165

Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 166

Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 178

Warning: Cannot modify header information - headers already sent by (output started at /mnt/112/sdb/a/6/biotrans/includes/fonctions.php:1) in /mnt/112/sdb/a/6/biotrans/includes/conf.php on line 179
Bio Trans


Retour au menu

Quiche Team

Introduction
        It is just a simple introduction to understand the differences between C language and ASM: 68k.

Lesson 1 - display
        It si the first step of learning of each language. Displaying at the screen the famous "Hello!!!" is the main aim of this lesson.

Lesson 2 - variables
        The variables are the main engine of programming. This lesson explain how they work and a lot of tricks about variables.

Lesson 3 - conditions
        The conditions deal the information. The running of an program depends on choices of the user. That is why the conditions play an interesting role.

Lesson 4 - loops
        The main aim is dealed a huge data. The loops are often used with the arrays which is seen the next lesson.

Lesson 5 - Arrays, pointers and strings
        I gather this three notion because they have the same way of working. Maybe the last notion: string is less important because it is less used in a programm. Tha arrays are often used with the loops so as to deal with data. For the pointers, the basis are only seen for this lesson.

Lesson 6 - Procedures and functions
        The procedures and the functions are not essantial to programm but the longer is your code and the procedures become inevitable to simplify your code. Indeed, a code must be readable so as to programm efficiantly and quickly!




Retour au menu