I'm a newbie

I just started studying CUDA programming.
Actually it’s first time that I try to programming GPU.
I have excuted the examples in the SDK(matrixmul, etc).
And now I want to programming new CUDA program by myself.
But I don’t know even the way that setting environment.

Example programs have “emuDebug” and “emuRelease” modes in their properties,
but when I created new project in the Visual Studio.Net 2003, the project didn’t have those modes.

Is there any tutorial for beginner like me?
Please tell me how can I study and programming CUDA.

Thank you in advance! :)

The release notes in the SDK/doc directory give instructions for creating a new CUDA project by copying the “template” project.

Mark