Slashdot Mirror


User: delnar

delnar's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:typecast...? on Dr. Who Series Star Quits · · Score: 1

    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);
    }