User profile: piratekingluffy

User info
User name:piratekingluffy
History
Joined:
Number of posts:27
Latest posts:

Why doesn't this build
thanks salem, that fixed it

Why doesn't this build
Ok I tried to fix it but it still does not build I get 'Menu::addMenu': function does not take 2 arg...

Why doesn't this build
menu.h #ifndef MENU #define MENU const int MAXCOUNT = 20; struct menuItem { void (*func) (); char...

Why doesn't this build
menu.cpp #include <iostream> #include <cstdlib> using namespace std; #include "menu.h" #include <...

Why doesn't this build
main.cpp #include <iostream> #include <cstdlib> using namespace std; #include "menu.h" void func...