User Tools

Site Tools


in204:seance1

This is an old revision of the document!


Séance 1 - Introduction aux objets

Supports de cours

Eléments syntaxiques

Déclaration des structures et des objets en C++

En C, une structure est défini comme suit :

struct _Point { int x; int y } point;

Ceci défini une

in204/seance1.1568131561.txt.gz · Last modified: 2019/09/10 16:06 by bmonsuez