driver.cpp (192B)
1 #include <iostream> 2 #include "todo_ui.h" 3 4 /* Create a new object using the TodoUI class 5 and then call the object to display the menu */ 6 int main() { 7 TodoUI obj; 8 obj.menu(); 9 return 0; 10 } 11
languagesA collection of programs made with different programming languages. | |
git clone git://evanalba.com/languages | |
Log | Files | Refs |