PDA

View Full Version : How to check "cout" result in maya?


qqbearqq
01-26-2011, 02:48 AM
Hello everyone!

I`m learning maya api now.

#include <maya/MSimple.h>
#include <maya/MIOStream.h>
DeclareSimpleCommand( helloWorld, "Autodesk", "8.0");
MStatus helloWorld::doIt( const MArgList& )
{
cout << “Hello World\n”;
return MS::kSuccess;
}

cout << “Hello World\n”;

Why I can`t see result in maya?

So I need your help!
Thanks!

CGTalk Moderation
01-26-2011, 02:48 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.