bject Inspector is a component suite that contains inspectors
allowing you to change anything in your application at Runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at Runtime
TComponentInspector
customizable full-functional Runtime object inspector control
TComponentComboBox
control for easy selecting component
TCommonInspector
abstract inspector control for inspect anything in your application
TDBInspector
ready-to-use database inspector control
TIniInspector
ready-to-use ini-file inspector control
TApplicationInspector
ready-to-use inspector control for changing Application properties
at Runtime
TSystemColorsInspector
ready-to-use inspector control for changing Windows colors
Examples
small and clean projects illustrating features of inspectors and
TPropertyInterface components
Source codes
full source code of all components and useful internal classes
Text editor implemented in Java using SWT for UI. It is intended to be a minimalist programmer s editor.
It requires a Java Runtime and SWT, but should be OS independent.
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C functions, but there are a few unique to the UnderC system which give you Runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc.
* Expands the text in expr using the UnderC preprocessor, putting the result
into buff.
void uc_macro_subst(const char* expr, char* buff, int buffsize)
* Executes a UC #-command, like #l or #help.
uc_cmd() expects the name of the command, _without_ the hash,
e.g. uc_cmd("l fred.cpp") or uc_cmd("help").
void uc_cmd(const char* cmd)
* Evaluates any C++ expression or statement will return non-zero if
unsuccessful.
jobo, famous crawler open source which is implemented by java.
used in many big websites.
You will need a Java Runtime Environment 1.3 or later (on many
System Java 1.2 is installed, it will NOT work !).
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3.Calc width of menuitem at Runtime(MEASUREITEM) *
// 4.Draw disabled status
If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its Runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source