I want to use console.log
in my application to print output in console window, but the compiler reports this error
Description Resource Path Location Type
'console' was not declared in this scope CalcolatorQML.cpp /CalcolatorQML/src line 27 C/C++ Problem
Now how can I solve it?
Thanks