I know that you can add the c++ linker with -lstdc++ and I do this, yet I am still getting an error. fatal error: iostream: No such file or directory. Hence, gcc doesn't seem to know where to look for the headers.
What is the best way to proceed here, given that g++ is not an option?
Thanks for the help!
g++is not an option?