Answers for "gcc from cmd for c++"

C++
0

install gcc on command prompt

C:cygwin64>setup-x86_64.exe -q -P wget -P gcc-g++ -P make -P diffutils -P libmpfr-devel -P libgmp-devel -P libmpc-devel
Posted by: Guest on May-21-2021
0

gcc run c++

gcc test.cpp -lstdc++
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language