RAD C++ . Coding made easY

RAD C++ GUI Library with > programming articles, source codes, samples downloads, and more...
HOME  | All Articles  | All Downloads  | Submit Article  | Contact  | License Issues  | RAD C++ Forum

Article categories
RAD C++ Lib
   |__Dialogs/Forms [SDI/MDI]
   |__Button/Color Button
   |__Label
   |__Text Box/Rich Text
   |__Radio Button
   |__Group Box
   |__Check Box
   |__List Box
   |__Combo Box
   |__List View
   |__Table View
   |__ScrollBar
   |__Tree View
   |__Progress Bar/Guage
   |__Track Bar/Slider
   |__Calendar
   |__DateTime Control
   |__ToolBars/CoolBars
   |__Menus/PopUp Menus
   |__Tab Control
   |__Video Control
   |__Splitter/SplitBar/Divider
   |__Tip Of Day Control
   |__Application access
   |__System access
   |__Mouse programming
   |__Files/Folders/Export/Strings
   |__Images/Image Control
   |__Console
   |__Compiler/External Libraries
   |__Completed Projects

C / C++
   |__Basics/Misc
   |__Functions
   |__Arrays
   |__Structures
   |__Classes
   |__Operators
   |__Inheritence
   |__STL
   |__Free Projects

OpenGL & SDL
   |__Basics
   |__Drawing
   |__Images
   |__3D

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)


RAD C++ 1.2.2 Download - with installation instructions [ RAD C++ Lib ]
Submitted at 04:18:29 on March 09, 2007
NOTE : This download is specific to mingw-gcc compiler, and the provided DevPack is specifically des...

RAD C++ 1.2 Download - with installation instructions [ RAD C++ Lib ]
Submitted at 02:25:15 on January 28, 2007
NOTE : This download is specific to mingw-gcc compiler, and the provided DevPack is specifically des...


Latest 11 Articles


Basic Scripting System - Full code
Category : RAD C++ Lib
Posted at 12:57:58 on June 24, 2007
Here's the rest of the code for my basic scripting. Feel free to build on it and use it in your proj...

Basic Scripting System
Category : C / C++  >  Basics/Misc
Posted at 09:53:13 on February 13, 2007
In this 2-part article I'll show you how to create a simple system that reads commands from a text f...

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...

Making a Calendar in Rad C++
Category : RAD C++ Lib  >  Calendar
Posted at 08:35:11 on February 05, 2007
In this article, I'll show you how to make a little calender in Rad C++. Start off by opening up yo...

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...

Easily enable UNICODE support in win32/windows applications
Category : not
Posted at 05:09:42 on February 03, 2007
It is very easy to understand and enable UNICODE support in your win32 applictions. What is unico...

Getting basic Time in C++
Category : C / C++  >  Basics/Misc
Posted at 11:06:47 on February 03, 2007
In this article, I'll show you how how to get the current time and some other things in C++. To unde...

Using string/char* indexes in array, as myArray["age"]=10; 
Category : C / C++  >  Arrays
Posted at 10:18:37 on February 02, 2007
Using string/char* indexes in regular C array, e.g. myArray["age"]=10; We usually use numaric i...

Structure of RAD C++ Programs 
Category : RAD C++ Lib
Posted at 11:34:27 on January 29, 2007
READ THIS DOCUMENT COMPLETELY ONCE AND THEN DEVELOPE EASILY RAD C++ does not implement any specia...

What is RAD C++? How to Use it?
Category : RAD C++ Lib
Posted at 10:55:42 on January 29, 2007
WHAT IS IT? RAD C++ is a GUI Library written for Microsoft Windows. It is purely based on Microso...

4 Lines RAD C++ Program (minimum example) 
Category : RAD C++ Lib  >  Dialogs/Forms [SDI/MDI]
Posted at 06:04:01 on January 29, 2007
Here is the minimum code that a RAD C++ GUI program usually has. #include <radc++.h> Form form...



Copyrights ® flaXweb Network - www.imageox.com | www.swish-db.com | www.gimptalk.com | www.xitalk.com | www.gimp-tutorials.com | www.aliroman.com