Pascal> Ok, c'est confirmé, le cours de C++ aura lieu tout à
Pascal> l'heure à 18h00. Linux-Azur : http://www.linux-azur.org
Pascal> Désinscriptions: http://www.linux-azur.org/liste.php3
Un test pour verifier votre compileur c++ avant la classe :)
g++ foo.cpp
Linux-Azur : http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****
#include <iostream.h>
bool enVacance() {
return true;
}
main () {
if (enVacance()) {
cout << "En vacance, peux pas venir\n";
}
}
A+
Ivan
--
/-----------------------------------------------------------------------------*
| "At Group L, Stoffel oversees six first-rate | Ivan Kanis |
| programmers, a managerial challenge roughly | [EMAIL PROTECTED] |
| comparable to herding cats." | www.juliva.com |
| (The Wasington Post, June 9, 1985) | |
*-----------------------------------------------------------------------------/