you should try the online tutorials [Only registered and activated users can see links. Click Here To Register...]Quote:
For sure. I'll check the college library this weekend, they should have some books on it. Thanks :)
Oh wow, a website by JS, for JS. That's shocking. I'll check it out.Quote:
you should try the online tutorials [Only registered and activated users can see links. Click Here To Register...]
Visual C++ is C++ with Visual Studio. When coding with Visual Studio, you a few features not implemented, and few features that aren't standard. This C++ is called Visual C++. The C# implementation in Visual Studio is also called Visual C#. C++/C#/etc are standard languages and each compiler implement its own. For C++/CLI, you must say Visual C++/CLI or Microsoft C++ if you're thinking of the old language (before VS 2003, I think).Quote:
First of all there is no thing called "Visual C++" unless you're talking about CLI...
I prefer C++ as it's the most powerful language ever...
right now i'm working on my own bot in C++ and Assembly
Oh my god, XNA is amazing. <3Quote:
I love the XNA framework! I keep procrastinating getting back into it, but I'm considering using it for a 2d game project with a friend of mine whenever he's on break from college. It's such a wonderful and useful framework :)
|
|
Hahaha! That's bloody awesome man. Makes me wanna get to making games already, but it's 1am and I'm not the most sober atm :p I'm gonna install the framework on this laptop (swapped with the wifey, she needed mine for college.) and hopefully if all goes well it should support it and I can mess with it a little bit tomorrow. Good luck with the Pong game, you should make it so that someone can connect and play you via multiplayer ;) I'll take you on hahahaQuote:
Oh my god, XNA is amazing. <3
[Only registered and activated users can see links. Click Here To Register...]
That's a video of me showing off a little pong game I made in like 4 hours lol. =P It's actually slightly fun. =P
Since some laptops are limited, I'd suggest when you make projects, goto the properties and choose the "Reach" profile, this will limit what you can do but you won't get any errors resulting from the your laptop's inability to execute the code.Quote:
Hahaha! That's bloody awesome man. Makes me wanna get to making games already, but it's 1am and I'm not the most sober atm :p I'm gonna install the framework on this laptop (swapped with the wifey, she needed mine for college.) and hopefully if all goes well it should support it and I can mess with it a little bit tomorrow. Good luck with the Pong game, you should make it so that someone can connect and play you via multiplayer ;) I'll take you on hahaha
Alright, bed time now. Night man :p
Hey, thanks. :) Wasn't aware of that option, and it does help for some graphical limitations the laptop has because of the integrated graphics card.Quote:
Since some laptops are limited, I'd suggest when you make projects, goto the properties and choose the "Reach" profile, this will limit what you can do but you won't get any errors resulting from the your laptop's inability to execute the code.
Quote:
The question is invalid. You choose a language according to the task at hand.