Dumb question (C++/API)
Just cracked open the SDK manual. I'm honestly not a very well-versed programmer, so I was wondering if someone could clear this up. On one of the first pages:
"You could use C++ but we don’t support it at the API level."
What precisely does this mean? Are certain C++ methods unusable, or...?
Best,
-Zach
What this is saying is that everything we provide to access Max functions are in regular C. You can use C++ and it will be fine, but our functions are not in C++.
Hope this helps,
Tim