Wednesday, July 29, 2009

[Cpp-Programming] Shapes++, a RAD tool for C++ programming.

Hello, I have created a RAD tool for writing Windows applications in C+
+. The name of the program is Shapes++. It is a completely free
program (no "pro" version), and can be downloaded from www.dos-man.webs.com.

This program generates C++ code for you based on a window that you
design. It even generates subclassing code for controls and tabfocus.
Designing a "simple" window with maybe around 10 controls on it
generates nearly 300 lines of code.

The output code is compatible with MSVC 6. Also working with no
problems using a version of Dev-C. Not all windows versions can run
this. Windows xp hates this program. I have no idea why that is.

I'm interested if anyone knows of any similar programs, either for
linux or windows. I would like to check them out. It seems to me that
there is a lack of simple RAD tools out there to make GUI programming
in C a little easier.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C++ Programming" group.
To post to this group, send email to Cpp-Programming@googlegroups.com
To unsubscribe from this group, send email to Cpp-Programming+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Cpp-Programming?hl=en
-~----------~----~----~----~------~----~------~--~---

0 Comments:

Post a Comment

<< Home