• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

xbox 360 visual basic

BadRobot

Senior member
I hear 360 uses visual basic if you are buy their 99 dollar a year devlopers kit, do i have to have a 360 to program games for it?
 
Your right, it uses c#. So wtf is up with c#. I was looking at it and is it exactly like java or just almost exactly like it?
 
It's a C++ / Java hybrid, designed as the java for C++ developers to move to for managed-memory programming.

Aside from java not being C++-like enough, MS needed a language for .Net that they controlled instead of Sun, so they could add .Net and other MS tech extensions as needed eg LINQ).

It's a big success, so learning it is not a bad idea. Though as I mentioned in your conole forum thread it isn't the language used for most commercial game development, that's still C/C++ unmanaged code.
 
It's very similar to Java in a lot of ways and pretty quick to pick up.

You can download XNA and develop games for Windows and XBox 360. The paid membership allows you to sell the games on XBox Live and gives you access to more files (like game starter kits), but I think you can make free games for Windows.
 
Back
Top