Thread: Threaded models under VC++?

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    2

    Threaded models under VC++?

    Anybody can point me to any implementation or examples of threading models (direct threading, tails calls, trampolines, string threading, call threaded code, labels as values?, etc) applied with MS Visual C++ 6? (any libraries or useful links).

    http://en.wikipedia.org/wiki/Threaded_code
    http://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
    http://citeseer.ist.psu.edu/470069.html

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    I believe labes-as-values is an extention to C for GCC, so I don't think it's guarenteed to work with MSVC++ 6. You would need to check the documentation for that compiler to see how it supports it, if it does.

    As far as trampolines and hooks go, unless you know what you're doing and have a documentated case for doing it, you are likely to shoot yourself in the foot many times over. Learn the basics of whatever it is you need to learn, and make sure what you want to do merits writing so much code to mutilate other code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  2. Need help with drawing Multiple models?
    By salman86 in forum Game Programming
    Replies: 9
    Last Post: 08-07-2005, 12:59 PM
  3. Why VC?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-15-2002, 05:24 AM