I have basic cpp file in NetBeans. When I want to use "__PRETTY_FUNCTION__"
,I get this message " unable to resolve identifier __PRETTY_FUNCTION__
".
How can i resolve that or why i get this error message ? Any ideas ?
Best Regards,Mert.
I have basic cpp file in NetBeans. When I want to use "__PRETTY_FUNCTION__"
,I get this message " unable to resolve identifier __PRETTY_FUNCTION__
".
How can i resolve that or why i get this error message ? Any ideas ?
Best Regards,Mert.
It is not pretty_function
but __PRETTY_FUNCTION__
.
Now you've edited your question, your problem seems to be a NetBeans problem.