Tantum wrote: |
---|
I do not want a command line compiler!!! I want something that looks nice like Visual Studio!!! |
You have some options for IDEs -- Code::Blocks is one; Eclipse, Jetbrains, Netbeans, are potential alternatives.
If you are familiar with Microsoft's Visual Studio, their editor (but not the full IDE) is available under Linux.
I can't offer a decent recommendation for a Linux IDE -- I've tried many and disliked all of them, coming from Emacs.
On the other hand, I can offer a recommendation for a Linux distribution. If you are a beginner to Unix-like systems, choose either Linux Mint or Ubuntu.
These distributions purposefully minimize the technical knowledge required to get a working system running, and they have things configured in a more-or-less Windows-friendly way -- CUA controls, for example, are configured by default.
One note --
libcurses
support and
unistd.h
aren't Linux features, but POSIX features (although libcurses is just a library, so POSIX support isn't necessarily required). The POSIX standard is supported in some capacity by essentially every system that's not Microsoft Windows. You might be able to get by with an Apple system if you choose to drink the kool-aid, but any Unix variant is probably sufficient to get your code to run.