Bump for 2012
I got down basic C#. Trying to get better at it of course. Just started a C++ book now
Bump for 2012
I got down basic C#. Trying to get better at it of course. Just started a C++ book now
hehehe, C-Pound. C# is pretty cool, just mad that as soon as I understood pointers in C++, i started doing C# with no need for that.
Yeah I can make calculators and do sql storing and shit. My boy wants me to get into modding and idk where to start. Guess I’ll write some scripts for Pokemon :xeye:
Dude, don’t feel too frustrated; learning pointers in C/C++ is more useful than ANYTHING C# can teach you. It gives you a basic understanding of the memory model used in the computer, which can make it easier to understand how data/objects are loaded, stored, and referenced. C# is too “nice” (and really, so is C++; people should be learning C from K&R if you ask me, but that’s just me being curmudgeonly), and abstracts the actual ideas from the programmer. Not understanding how memory works can lead to bad code and a bad time, and WAY too many coders these days have no idea what they’re doing when you give them a pointer. If you ever work on embedded systems, that shit’s incredibly useful.