Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 23031  / 2 Years ago, mon, march 7, 2022, 4:07:40

Need a good c/c++ compiler for Ubuntu. I like coding or programming.



I used Dev-C++ on Windows. Is there any good compilers like Dev-C++?



I tried code::blocks ide but it seems a little buggy for me.


More From » gcc

 Answers
7

For C++, you can install g++:



sudo apt-get install g++


For C, you can install gcc:



sudo apt-get install gcc


If you need an IDE you can install NetBeans:



sudo apt-get install netbeans

[#23707] Monday, March 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
overine

Total Points: 20
Total Questions: 109
Total Answers: 98

Location: Aruba
Member since Fri, Jun 24, 2022
2 Years ago
overine questions
Tue, Jul 12, 22, 00:27, 2 Years ago
Wed, Jan 11, 23, 02:15, 1 Year ago
Tue, Aug 10, 21, 01:39, 3 Years ago
;