I just found on my Ubuntu, there are two different C++ compilers: /usr/bin/g++
and /usr/bin/c++
. I am not familiar with the latter, but man c++
just jumps to the manpage of gcc. I wonder what is their difference as C++ compilers?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...