
 
|
#include<stdio.h>
#include"menu.h"
char *Coding[] = {
"Example of good programming style",
"Illustrated guide to Desk-Checking",
"The Caelius game project"
}
char *Link_table[] = {
"Learn to program C/C++",
"How to Become a Computer Game Developer",
"PC Game Programmer's Encyclopedia", /* asm, gfx, sound, I/O, memory etc. */
"Amit's game programming information", /* game-related AI stuff */
"Usenet FAQs",
"Computer Jokes",
"Hacker jargon file"
}
|