How can I install Dev C++ in Ubuntu 16.04

I want to use Dev C++ in Ubuntu. Is it available in Ubuntu? If yes, please tell me how I can install it with terminal (by command-line)?

1

1 Answer

Dev-c++ is basically a Windows program, with some work done to port to Unix like environments (cygnwin, Linux, etc). Run it under wine if you like, it's rated by winehq as silver or platinum, depending upon which version you select.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like