gcc - Installed cygwin but not able to run C programs -


i trying write c code , execute through cygwin command line interface using below command throws me error. selected gcc package when have installed cygwin utility. please kindly share thoughts regarding same. thank you.

$ gcc helloworld.cpp -o helloworld -sh: gcc: command not found


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -