pocket pc game

  • Thread starter Thread starter Jessica Yeoh
  • Start date Start date
J

Jessica Yeoh

Hello,
I'm a beginner,and i would like to develop a game for pocket pc devices.What
language is suitable to develop such an application?Does anyone have the
tutorial or source code on game for beginner?

Thank You
 
Hi..
u think C# is a suitable programming language to used to develop pocket pc
game?how about vb.net and C++?can you tell me more about that?

thanks
 
C# and VB.NET are functionally identical with the only 'real' difference is
that C# allows the use of Unsafe code. you can use evC++ which will
probably perform best, but you won't be able to use the Compact Framework,
and you'll be foregoing a lot of benefits of the managed runtime. Our link
over at Devbuzz discusses this in depth
http://forums.devbuzz.com/tm.asp?m=23928&p=1&tmode=1&smode=1

HTH,

Bill
 
Back
Top