pocket pc game

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
 
J

Jessica Yeoh

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
 
W

William Ryan eMVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top