hello,
sorry for bad english, but i am a German ;-)
Here my question, how can i create froms in dev c++? Is there any Form Desinger like in Borland?
THX!
Andre
Dev-C++ is not a builder. It will not make any code for you. It is an IDE (Integrated Development Environment).
What is integrated? The compiler and debugger is integrated.
You will become better (more marketable) programmer if you learn how to program in the native API. (e.g. Win32 API for Windows).
BlakJak :]
try devex http://wingtk.sourceforge.net/
Log in to post a comment.
hello,
sorry for bad english, but i am a German ;-)
Here my question, how can i create froms in dev c++? Is there any Form Desinger like in Borland?
THX!
Andre
Dev-C++ is not a builder. It will not make any code for you. It is an IDE (Integrated Development Environment).
What is integrated? The compiler and debugger is integrated.
You will become better (more marketable) programmer if you learn how to program in the native API. (e.g. Win32 API for Windows).
BlakJak :]
try devex
http://wingtk.sourceforge.net/