Because you can't specify values in declarations this way.Originally Posted by bitChanger
This would be a declaration:Qt Code:
A function1( int, int ); A function2( int a, int b ); A function3( int a = 1, int b = 2 );To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks