User profile: firedraco

User info
User name:firedraco
Name:アンドリュー - 源弥(げんや)・真誠(まこと)
Location:USA
Bio:Currently playing:
Castlevania: Harmony of Despair (PS3), Disgaea 4: A Promise Unforgotten (PS3), Shin Megami Tensei: Strange Journey (DS)

Game Systems: PSX, PS2, PS2 (Japanese), Xbox 360 [RROD], PS3, Wii, PSP, DS Lite

PSN: RughSontos
360: Karikashi
History
Joined:
Number of posts:5671
Latest posts:

Two questions that have nothing to do with programming
1) Infinitely many. In particular, a countably infinite number, I think. 2) 0. (Almost never)

Pointers Concept Clarification
The first statement you posted is incorrect. You must have a const char*, not simply a char*. As fo...

How do I return arrays in amp restricted functions?
I looked on MSDN and it doesn't look like new is forbidden...but if it is, you can't do what you are...

Text based v.g. save issue?
That's up to you to determine.

dynamic array allocation
Lots of C++ compilers use a C backend so they will let you do this. There might be some command line...