#include using namespace std; #include "myshow.h" /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void show(); int main(int argc, char** argv) { show(); return 0; }