naw i come from visual basic LOL wasted 2 years on that.. and i have a hacking experience in assembly I could hack any online game as long as its not packed by Themida.
I've learnt C from youtube videos of
http://www.youtube.com/user/unswelearning
university of something.
Yah he doesn't teach Classes but whatever.
No i dont know that much.. I had a idea of making Npc class and Player class polymorphed (however they call it) from Mob class cuz they both will share similar things like X,Y,Positions, Name, Level, Stats and such but im not that good.. naw.. this is all basic for me..
I learned all those loops if statements before I even started C++ because i knew visual basic.
Just in visual basic when I wrote servers I wrote them using player's npc's as Structure's and well now im using classes well.. trying to
I'm just a big dreamer lol i like to make a good skeleton before I get anything working..
But im a total beginner when it comes to Object Oriented programming.
I have no idea when I have to use keywords such as virtual or protected lol?
I get the concept of public/private easily.. though since well its straight out.
But I really no idea why private was even invented is there any chance you could mess up? and give people access to a private string such as a password or something and its not really private anyways I could attempt open up any memory reader and see the password lol..
Anyways I didn't solve this by a longshot..
I seem to ran into a memory could not be "written" error it compiles
no errors no warnings
but when I run it bam! a win32 messagebox.
But yah whatever.. I'll keep trying