enum overloading
-
Hi, Is it passible to overload a enum datatyp? regards, hasan Mohamed Hasan is usally called as Hasan. He is very much interested in C++ programming . He slowly picking up .NET programming. He done his Bachler degree in Arumugam Pillai Seethai Ammal college Thiruppathur. and Master degree in MK university College. Contact him at: hasansheik@hotmail.com hasansheik@yahoo.co.in hasansheik@lycos.com
-
Hi, Is it passible to overload a enum datatyp? regards, hasan Mohamed Hasan is usally called as Hasan. He is very much interested in C++ programming . He slowly picking up .NET programming. He done his Bachler degree in Arumugam Pillai Seethai Ammal college Thiruppathur. and Master degree in MK university College. Contact him at: hasansheik@hotmail.com hasansheik@yahoo.co.in hasansheik@lycos.com
Are you sure you know what overloading means? No its not possible and I dont even know what exactly you mean :confused:
-
Hi, Is it passible to overload a enum datatyp? regards, hasan Mohamed Hasan is usally called as Hasan. He is very much interested in C++ programming . He slowly picking up .NET programming. He done his Bachler degree in Arumugam Pillai Seethai Ammal college Thiruppathur. and Master degree in MK university College. Contact him at: hasansheik@hotmail.com hasansheik@yahoo.co.in hasansheik@lycos.com
Overloading enums? Overloading applies to functions, defining functions with the same name but with different signatures. Maybe you meant extending enums by deriving from them? Nope, that's not possible. Regards Senthil _____________________________ My Blog | My Articles | WinMacro