tags:

views:

131

answers:

2

Hey!

I am trying to get back to C programming in windows.

I normally use codeblocks for the code and for the gui I used Resource Editor from radasm, but it seems it's no longer available.

Anyone know of a simple program that will let me create dialogs, edit existing resource files and such easily?

Thanks

+1  A: 

Qt Creator is capable of doing all those things, if you choose to use Qt for your project.

Geo
+1  A: 

Borland C++

Dev -C++

Eclipse CDT

LCC-Win

V IDE

WideStudio

Ultimate++

wx-Devcpp

wxWidgets

joe
I just wanted a GUI Editor not an IDE. Dev-C++ does not offer a GUI editor.Like I said in the question. I just wanted something simple as Resource Editor from radasm
AntonioCS