Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: TomazVDSN on July 22, 2012, 11:04:19 am

Title: Visual Development
Post by: TomazVDSN on July 22, 2012, 11:04:19 am
Hi, I am new here.

I use to program in VBA (MS Office 2003), but now I am reading about C++ which seems to be a powerful language.
Code::Blocks seems to be one of the best to program C++.

My question is:
Is it possible to drag and drop components as buttons, listboxes, and others and then put some code, just as I use to do in VBA?



Title: Re: Visual Development
Post by: oBFusCATed on July 22, 2012, 12:08:51 pm
Yes, search for wxsmith in the wiki.
Title: Re: Visual Development
Post by: MortenMacFly on July 22, 2012, 02:03:52 pm
Just a quick addition:

Remember: VBA and C++ are two completely different worlds. So don't expect a 1:1 matching of your experiences in VBA to C++. You'll basically have to re-learn a lot things from scratch. Except for what i.e. a for-loop is, maybe... ;-)
Title: Re: Visual Development
Post by: kimp on July 24, 2012, 07:21:24 am
Hi!
I think that using RAD GUI builders is not a best way for beginners, because you can create form's class, but don't understand how it works. For better learning is writing GUI code "by hand". But it is possible to using RAD GUI for analising samples.