Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp
00001 #include "mbed.h" 00002 #include "Brother.h" 00003 #include "Sister.h" 00004 00005 int main() { 00006 Sister Thais; 00007 Brother Lucio; 00008 Brother Thiago(20); 00009 00010 Thais.setAge(23); 00011 00012 printf("Thais is %i",Thais.getAge()); 00013 printf("Lucio is %i",Lucio.getAge()); 00014 printf("Thiago is %i",Thiago.getAge()); 00015 }
Generated on Wed Jul 13 2022 02:54:46 by
1.7.2