/usr/bin/ld: cannot find std-c++: No such file or directory collect2: error: ld returned 1 exit status c++

Viewed 24

I'm trying to write a code and I keep getting this error

/usr/bin/ld: cannot find std-c++: No such file or directory collect2: error: ld returned 1 exit status

does anyone know how to fix this, this is what my code looks like

https://i.stack.imgur.com/7PAsv.png

and this is the error

https://i.stack.imgur.com/uOVfZ.png

I've tried everything I know of, please help me

0 Answers
Related