kolokosai wrote:piez would u mind explaining strings in c++ ? i dont really understand as
my english is very bad. there is a lot of types -.-
hope u dont mind.
PIEzLOVERS wrote:Ask Nerrazzuri
nerrazzuri would u mind explaining? appreciate it a lot if can. thanks.
What you want to know about string?
Basically strings have a lot of types. CString, UnicodeString, std string, etc.
String is basically an array of char, which store each unit into 1 byte of address, and at the end, it will add up a byte of "\0" to indicate that the string has come to an end.
it will be read as, 'w', 'h', 'a', 't', '/0'. thats it. Strings are much complicated than what I've explained to you actually, those were just basics while you have more stuff to read up. string class are much different than others so i suggest practical training such as code some program will help learning in a better way.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
it will be read as, 'w', 'h', 'a', 't', '/0'. thats it. Strings are much complicated than what I've explained to you actually, those were just basics while you have more stuff to read up. string class are much different than others so i suggest practical training such as code some program will help learning in a better way.
okays. so i will just continue wif the tutorials.
if i have any question i will send u a pm. hope u dont mind
btw thank you nerrazzuri for willing to explain.
bbhing98 wrote:piez, give me ur MSN.
currently i'm finding a bot source and try to update the pointers..
can u teach me how to find pointers and offsets?
thanks.
i remember isean have tutorial how to find pointer and offset?