1

I just started coding C++ in NetBeans. I have a working code.(compiled fine , run fine) The problem is the code will show some errors(unable to resolve identifiers).

enter image description here

why this is happening. ? The code works fine. How can i fix this issue?

prime
  • 12,918
  • 12
  • 87
  • 123

1 Answers1

0

Try to clean the project and then rebuild it.

David Lesner
  • 11
  • 2
  • 6