0

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.

user3589613
  • 101
  • 1
  • 1
  • 5

1 Answers1

2

It is not pretty_function but __PRETTY_FUNCTION__.


Now you've edited your question, your problem seems to be a NetBeans problem.

Community
  • 1
  • 1
Chnossos
  • 9,971
  • 4
  • 28
  • 40