News:

Masm32 SDK description, downloads and other helpful links

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.
http://www.masm32.com    :biggrin:  :skrewy:

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


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: