Advertisement

"A function with the same name and parameters already exist" do not work in class

Started by May 13, 2012 11:12 AM
2 comments, last by FDsagizi 12 years, 3 months ago
Hello smile.png
This code compilation ok


class A
{

void Func(){}

void Func(){}

}
Thanks, I'll look into this too.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
It took a while but I've finally added this check in revision 1408. :)

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Russian proverb "Better late than never" wink.png

This topic is closed to new replies.

Advertisement