Page 4 of 4

Re: Enough....

Posted: Tue Feb 01, 2011 10:11 pm
by kolokosai
Nerrazzuri wrote:
kolokosai wrote:
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.
can u show an example in c++ ?
actually i was referring to http://www.cplusplus.com/reference/string/string/

anyway thank you very much for explaining.

Re: Enough....

Posted: Wed Feb 02, 2011 3:23 am
by Nerrazzuri
kolokosai wrote: can u show an example in c++ ?
actually i was referring to http://www.cplusplus.com/reference/string/string/

anyway thank you very much for explaining.
std::string str = "what";

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.

Re: Enough....

Posted: Wed Feb 02, 2011 6:34 am
by kolokosai
Nerrazzuri wrote:
kolokosai wrote: can u show an example in c++ ?
actually i was referring to http://www.cplusplus.com/reference/string/string/

anyway thank you very much for explaining.
std::string str = "what";

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.

Re: Enough....

Posted: Wed Feb 02, 2011 10:10 am
by bbhing98
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.

Re: Enough....

Posted: Wed Feb 02, 2011 10:52 am
by kolokosai
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?

Re: Enough....

Posted: Wed Feb 02, 2011 12:02 pm
by bbhing98
isean's one need to use CE.. isn that opening CE will crash maple?i dont have bypass btw..

Re: Enough....

Posted: Wed Feb 02, 2011 2:13 pm
by xiangloong
Use dynamic updater made by Feng.At Sean quit releases.