Post
by Programmer » Fri May 21, 2004 3:22 am
MQ Macros are not C++, it is its own language. The best source to learning it is going to come from reading the many macros people have posted, and pay attention to the comments within them. Eventually, doing this, you'll be able to understand the flow of code and why it does what it does.
C++ is a programming language. Visual C++ is an integrated development environment that can turn C++ code and its associated libraries into something your computer can execute. MQ is written in C++, specifically designed to compile within the Visual C++ environment, and the script interface it exposes natively to end users is its own language.