Programing in C++

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lab.h Source File

lab.h

00001 #include "cse360.h"
00002 
00003 class Lab : cse360 {
00004     public:
00005     int date();
00006     
00007     private:
00008     int assignment();
00009 };
00010