The MASM Forum

Miscellaneous => The Orphanage => Topic started by: Magnum on August 27, 2020, 11:57:47 AM

Title: C help
Post by: Magnum on August 27, 2020, 11:57:47 AM
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?







Title: Re: C help
Post by: hutch-- on August 27, 2020, 12:56:13 PM
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.
Title: Re: C help
Post by: jack on August 27, 2020, 07:06:01 PM
you could use geany https://www.geany.org/ , geany is a multi language IDE I use it for FreeBasic and the occasional C snippet
Title: Re: C help
Post by: Vortex on August 27, 2020, 07:53:25 PM
https://www.tutorialspoint.com/What-is-the-best-IDE-of-Cplusplus-on-Linux

https://www.tecmint.com/best-linux-ide-editors-source-code-editors/
Title: Re: C help
Post by: Magnum on August 27, 2020, 10:56:08 PM
Thanks gentlemen.

Title: Re: C help
Post by: cman on October 02, 2020, 07:43:14 AM
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: