Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Programming in C on Windows?
I have Windows 10 and on it I have Ubuntu installed in a VirtualBox. I was wondering if I should install a programming IDE fot C and a Compiler on the Ubuntu or if I should have it on Windows. I will probably install NetBeans IDE because that s what we use at our Uni and I want to get accustomed to it.
1 Answer
- husoskiLv 74 years agoFavorite Answer
I use NetBeans as my first choice for Java, but not for C/C++ in Windows. Both NetBeans and Eclipse have C/C++ plugins available, but I find Code::Blocks cleaner than either of those--for simple projects, anyway. If you have a large, complex project then the project management tools available in NetBeans or (especially) Eclipse might come in handy.
I think you'll find a native code IDE and compiler much more responsive than anything running in a VM. (Oh, that might be terminology issue...I'm from an era where "responsive" meant "responsive" and not "runs on a phone".) That's going to apply to any IDE you choose.
PS: C::B runs on Linux, OSX and Windows, so you can put it where you want. The Windows version has a bundled MinGW compiler as an option for the binary download, making a very easy, 1-step install to get up and running.