I'm literally just trying to write 1 single 'hello world' program in VSCode (in C++), and i've had a ton of obstacles, one being this error:
cd "c:\Users\Zachary\OneDrive\Documents\filename\" && g++ main.cpp -o main && "c:\Users\Zachary\OneDrive\Documents\filename\"main c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status
does win32 mean system32, windows 32 bit, or should I care?? Should I use a different IDE?