المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How you will define the structure model of Sigmund Freud "Id, ego, and super-ego" in C ? :)



C++ Programming
05-12-2010, 03:40 AM
i go with this simple structure
typedef struct sturctEGO {
int ID;
int Superego;
int Ego = Superego - ID;
} Me; Am i right ? http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif

the theory http://en.wikipedia.org/wiki/Id,_ego,_and_super-ego