|
Article categories
|
|
|
|
RAD C++ - Developing Windows Applications in matter of minutes
|
|
Latest News (March 09, 2007):
1.RAD C++ 1.2.3 Download
2.FORUM launched, click here to visit
3.Online Documentation
WHAT IS RAD C++?
RAD C++ is a GUI Library written for Microsoft Windows. It is purely based on Microsoft Window API, no external libraries and/or part of libraries have been added to it. So using RAD C++ purely native applications can be produced. Extensive use of Macros, generic properties, and power of C++ classes make this library very easy to use, just like coding in Visual Basic, Borland C++ Builder or similar framework.
CURRENT VERSION : 1.2.3
MAJOR FEATURES:
1. It does not require any external DLL to complete the applciation
2. Most importantly typesafety and generic properties (e.g. textbox1.text = "My text";)
3. Requires minimum time to write fully functional Mcirosoft Windows program
4. Finally produced executable is minimum memory consuming and as faster as possible
5. Class for almost every common control is available
6. No special configuration required
7. Many new utility classes in 1.2, such as splitbar, color button and many more
8. Minimum compile time, and little code to perform big and complex tasks.
9. Highly increased level of ease, that is what we have concentrated on while developing library.
A minimum RAD C++ program:
CODE:
#include <radc++.h>
Form Form1("I am RAD C++ Application");
rad_main()
rad_end()
| 2 Download(s)
Latest 11 Articles
Making a Combo Box
Category : RAD C++ Lib > Combo Box
Posted at 05:10:29 on February 07, 2007
Today you'll learn how to make a simple Combo box and learn how to add text to it.
Here's all the c...
|
Editing the color of the text
Category : not
Posted at 07:58:38 on February 03, 2007
Hello! I'm going to show you, yes you, how to color your text in a console application using the WIN...
|
|
|
|