I posted another post to be thread, but deleted it because I thought you wouldnt want to read it
But I still want to talk about it.
I think C++ clr with Windows forms is very good for interface building, and very easy also. I made my utility soft for my new file system in a couple of minutes/hours, but it's still not finished
The only other software where I saw easy object oriented gui programming was Hypercard. You create a button, you doubleclick a button, you get to its code, yo write code, and voilà .
Visual C++ express is good software.
- jerryleecooper
- Member
- Posts: 233
- Joined: Mon Aug 06, 2007 6:32 pm
- Location: Canada
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: Visual C++ express is good software.
Contrary to popular belief at Microsoft, minutes != hours.jerryleecooper wrote:minutes/hours
My OS is Perception.
-
- Member
- Posts: 37
- Joined: Sun Aug 05, 2007 4:23 pm
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
Re: Visual C++ express is good software.
As someone have already said it, try C#. C++/CLI adds extra complexity to already complex language, too many new keywords and operators... I didn't even want to bother looking details, but maybe I will have to, because of my current work.jerryleecooper wrote: I think C++ clr with Windows forms is very good for interface building, and very easy also.