News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

C help

Started by Magnum, August 27, 2020, 11:57:47 AM

Previous topic - Next topic

Magnum

I am trying to find an IDE for compiling C code on a Ubuntu system.

Not having much luck.

I tried Pelles C using wine, but got the message, unable to load resource DLL (RSRCnnnn.dll)

I  used gcc to assemble some simple code.

But other C code had headers that only work with WIndows.

Are there other options?







Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

hutch--

Doesn't GCC provide you with an editor/IDE for compiling code ? I know there are a number of normal text editors available for Linux Mint so you should be able to find an IDE in the package manager in your Linux version.

jack

you could use geany https://www.geany.org/ , geany is a multi language IDE I use it for FreeBasic and the occasional C snippet

Vortex

https://www.tutorialspoint.com/What-is-the-best-IDE-of-Cplusplus-on-Linux

https://www.tecmint.com/best-linux-ide-editors-source-code-editors/

Magnum

Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

cman

I always use Qt Creator: https://www.qt.io/product/development-tools . This is the closest thing I could find on Linux to Visual Studio. I always use it when I can't find a bug with gdb.  :biggrin: