It's possible to implement direct threading in MS Visual C++ 6? I'm searching for samples using any technique (tails calls, trampolines, labels as values?, etc). I'd also appreciate if anybody points me to a C++ (MSVC or GCC) library for developing a virtual machine interpreter or code samples of Huffman Threaded Code, String threading, Call Threaded Code, Indirect Threading, etc. Regards
zopiro
Posts
-
Support for developing virtual machines in C++? -
Export treeview to xmlWhy XML? Can't you export your treeview as a persisting object to disk, i.e. using an ObjectFiler, BinaryFormatter or native object database? Regards
-
Database Recommendation?Forget about SQL and learning more and more languages. You can use a native object database like db4o (http://www.db4o.com/) which is extremely fast and reliable. Regards
-
Senders and Implementors?Hi all, there's a tool in VisualStudio/C# to see the senders and implementors of a method? (All Smalltalks have this tool from almost 30 years) Regards
-
MSN Options dynamic groupBoxHi, someone knows what kind of component/widget/technique is needed to emulate the MSN (7.5) Options window behavior? I mean, when you click any option in the listBox on the left, the groupBox of the right changes accordingly (with different set of options for each selected item). I want to do a Configuration dialog like that and it seems not so obvious for me to figure out the best or smart way to do that. Thanks in advance Zopiro
-
Morphing widgets: Form to Gradient FormHello. I've been working with a normal form widget, and after reading the article on Gradient Forms http://www.codeproject.com/csharp/GradientForms\_EasyWay.asp I would like to morph the existing form without copying and pasting all the code (properties and events) already done. Is this possible in VisualStudio? How? Thanks in advance Zopiro
-
Design Pattern Discussions??That book have implementations both in C++ and Smalltalk, the last one have no forum here :( Very sad for a programming language that has survived almost 30 years, which original ideas were taken from pretty much other today fashioned languages, let me list some of them: MVC, SUnit, Collaborative tools (Swiki), Dynamic Translation, Refactoring tools, System Metaphore and a lot more. regards
-
Localization API (exists?)Hello all, sorry this is not a specific C++ question, but I'd like to see a C++ approach. I want to make an application that receives input text, and translate (possibly interactively) every word. But I can't find any simple API for doing this, my idea is very innocent maybe, but I just only want to have a couple of files like language1.txt lang1word -> esperanto language2.txt lang2word -> esperanto .... (as you know, esperanto is an artifficial but universal language, the XML of human languages :) After two hours of searching I've only found one free tool with vocabulary files for doing this called Ergane. The problem is those files (language1, language2, ...) are in MS Access format, and there are six tables in each mdb file, I don't want to spend time reversing that ER model since what I want to do seems very easy to me right now. Any ideas or tips? regards eidan
-
compiling php moduleHi. Make a test.php script like this Copy to you local root directory for serving web documents (your webserver documentation and configuration files specify this), start your web server and point your browser to that file http://localhost/test.php hope that helps. eidan
-
Education and Problem SolvingHi, instead of posting non-sense easy source code in X programming language, I prefer to redirecting you to some specialized projects in computer learning http://www.pedagogicalpatterns.org/ http://www.squeakland.com/ Don't let the rare user interface of that site and Squeak in general scare you about the seriousness about the project. Smalltalk is involved in computer learning since its beginnings (1972-1976) and still does today (is not a fashioned environment like most today). eidan
-
tool for searching unused web pages in a site ?Hi Ashu. There are many web log analyzers and web servers statistics packages. e.g.: http://www.kmint21.com/web-log-analizer/ a Web Log Analyzer for Apache has a "Popular pages" issue. For SP and tables access it depends on the RDBMS you're using. I want to believe all major RDBMS vendors include API calls for retrieve such information. eidan
-
How to print the CHM file topics with a batch?Hello Sam. I haven't found myself a way to do that from the CHM viewer directly but what I do is to convert the CHM into other formats, two good converters that I know are: CHM2PDF Pilot ChmMagic v1.3 eidan
-
some advice neededHi Plork. It seems to me what do you need is session support, maybe bassed on web services, I don't know what are you trying to do. Note that with your approach, a "man in the middle" or "impersonation" attack is possible, do a little search for web security using words like XSS (cross site scripting) or hijacking web sessions. In my opinion, that problem is solved a lot, but for educational purposes, anything is feasible of course. best regards eidan