Visual C++ ed
Cheat sheet ed
warning errors ed
either in code:
#pragma warning(disable : 4996)
or in project settings / C/C++ / Advanced / Disable Specific Warnings
duplicate source file names ed
project settings / C/C++ / Output Files
$(IntDir)\%(RelativeDir)\%(Filename).obj
git ed
(when using a bash, maybe from msys2)
- create ssh keys
- copy known_hosts, id_rsa from msys2 home ~/.ssh into windows user's home .ssh
now, visual studio can clone from git/ssh!
gtk ed
surprisingly simple:
git clone https://github.com/Microsoft/vcpkg cd vcpkg bootstrap-vcpkg.bat vcpkg install gtk:x64-windows vcpkg integrate install
ebenso portaudio, fftw3, libogg, libflac
Categories: Programmieren