Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1405  / 2 Years ago, wed, june 29, 2022, 12:03:04

I was hoping you can help me solve a problem I have. Since I updated to 12.04 version of Ubuntu I cant call libraries in C++ netbeans projects.



I get this message in netbeans when I include library in C++ program:



There are unresolved include inside <iostream>


I have tried to uninstall netbeans so I can reinstall it but when I run uninstall.sh I get critical error message:


More From » c++

 Answers
6

Try uninstalling the g++ library or whatever c++ library you are using.



For g++,



remove it completely like



sudo apt-get --purge remove g++



Then do a sudo apt-get update to update all source



reinstall the library



sudo apt-get install g++



Clean Up user directory : (Source)



Open netbeans, open netbeans About dialog. Have a look what is the path to your
userdir.



delete it (backup if you'd like) and start neat beans again.


[#37221] Thursday, June 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
berlorful

Total Points: 346
Total Questions: 90
Total Answers: 99

Location: Monaco
Member since Tue, Nov 30, 2021
2 Years ago
;