Forgot your password?
typodupeerror

Comment Re:typecast...? (Score 1) 513

More like

#include "scifi_geek.h"

typedef struct DRWHO
{
int maxLives;
int currentRegenration;
int numOfHearts; // as per the 8th doctor books
int *currentCompanions; // a list of companions
} dr_who;

extern void *eccleston;
void main()
{
dr_who *ninth_doctor = (dr_who *)eccleston;
OneSeason(ninth_doctor);
}

Slashdot Top Deals

A man is known by the company he organizes. -- Ambrose Bierce

Working...