Quote Originally Posted by Eson View Post
Sigh... I just don't seem to have any talent in parallel/stream programing. Ive looked at Cuda, CTM, OpenCL and C-based hardware description languages such as Verilog, Mitrion C and Impulse C. Many claim they use ANSI C. But i just don't have any clue in any of their 'easiest' examples.

Why aren't there never any 'Hello World' examples? Is it because i don't know C++ that i never understand anything?
I do know a lot of C and Java.
Well... here's a hello world program for CUDA. Only issue is it's got to be 100+ lines long... not exactly what I would call intuitive.

I can get around basically in C++, but I don't think I understand more than a few lines of that. Wish I did though, I always thought it would be fun to know how to use CUDA.