I'm trying to familiarize myself with C++ so I can learn ROS as a stepping stone but I can't figure out the setup, I configured the path on my PC to GCC and installed it but after writing a very basic script and trying to run it I encounter errors, no clue as to why.
I suppose my main issue is that I'm only used to Python workflow and debugging. Any ideas how to fix this compiling error?:
undefined reference to `std::cout'