|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - newby question
does D support (or will support)?:
- introspection:
ie:
- dynamical loading of class
- dynamicall call of property / method (found method by name)
- runtime compilation (my program, from user instruction, create a new class
code, compile it and use it all while running !)
- attribute on field/method/other:
like:
[AppearanceAttribute(Atype)]
int anItProperty;
this is great for automatic processing of plugin, property panel, etc ...
Jun 02 2004
and ... with introspection comes automatic serialization. any support for that ? Jun 02 2004
Not in 1.0. Maybe 2.0. -Walter "Lloyd Dupont" <lloyd-D galador.net> wrote in message news:c9lqnt$iuo$1 digitaldaemon.com...and ... with introspection comes automatic serialization. any support for that ? Jun 07 2004
OkiDoki, watch out for version 2.0 :-) "Walter" <newshound digitalmars.com> wrote in message news:ca2lfb$17r5$3 digitaldaemon.com...Not in 1.0. Maybe 2.0. -Walter "Lloyd Dupont" <lloyd-D galador.net> wrote in message news:c9lqnt$iuo$1 digitaldaemon.com...and ... with introspection comes automatic serialization. any support for that ? Jun 07 2004
Dear all, I'm a beginner to C and C++. Yesterday i search over internet and found = D = is easiest to learn than the predeccessors and very comfortable for me. = = But several question makes me a little doubt, please help. 1. D can only run on Windows Console, i can not run it in pure DOS = Console. This is is something very important since C and C++ can do that= . = How can i run it on embedded system if it should require windows ? 2. The executable file size is so big, test using "Hello World" program.= = Is that because D runs in win32 console mode ? Even i use exe compressor= , = the size doesn't cut for the half of the original size instead. Thank you. Keep up good working ;) Regards, Budi Sep 14 2004
Hi, How can i deal with serial port ? Thanks Budi Sep 16 2004
BUDI ARIEF GUSANDI schrieb:How can i deal with serial port ? Nov 01 2004
|