I am currently trying to compile and run a file in the terminal using Visual Studio Code as my editor (on a mac). So far I am able to compile the file using "g++ -c bigint.cpp" but not to run it. This may be a stupid question as I am a noob to working with multiple/.hpp files as well as to Visual Studio Code on a mac but I am totally lost.
Below I attached the error message I am getting as well as my code linking in the header file. The .hpp and .cpp file are in the same folder. Is this just a Visual Studio Code issue and if so how do I fix it/should I switch to a new editor? I'm totally stuck on this and just want to get it figured out so I can move on to coding.