Calling function using input[code]if(Num==1) function1(); else if(Num==2) fucntion2(); . . . . [/code]
storing object into arraymust be of same type or object... emp employee[5]; emp manager; employee[0] = manager;
storing object into array emp employee[5]; employee[0].setEmpName("GHOST"); ...............
storing object into arrayuse vector.. [b]vector<emp> employees;[/b]
SFML Woes...correct me if im wrong... i think codeblocks installation also copies that dll to system32 folder..