DeadlyFoez said:No possibility for hack purposes...... well almost no possibility unless with a very small chance that a runtine error or the like can be make and the use of peek and poke, but the chances are pretty much none at all, especially using basic.
But I am a HUGE fan of programming in basic. I don't know C, C++, Java, HTML, or ASM, but I know and understand basic so well that I will have endless fun using it.
You gotta love basic. It used to be "THE" first language to learn. It was mine. But if you love basic, I'd highly recommend learning other languages (not mastering, just learning.) You learn so much about the software world since every language handles itself uniquely. Sure on the surface it may look like every language is just loops, conditions, and variables but there's so much more out there. Once you've learned something other than Basic, you learn just how limited of a language it really is. (Still love it, but it IS limited.) ^^ (I'm a bit of a nerd when it comes to programming languages.)
C - You learn that everything is memory. You'll look at your structures and classes a new way once you've memcpy'd a chunk over a blank structure instance and it works lol.
C++ & Java - OOP 101 & Managed Memory
C# - Garbage Collector 101
ASM - Learning that one myself, so I couldn't say.











