Hey guys, I have started exploring some programming concepts on my own,and in particular some that are special to the windows API. I am trying to use the function shown below as part of my class constructor. My plan is to create a "payload" which will be used later in my AVL tree class.
Code://constructor payload::payload(string clear){}The problem is, I am having trouble finding good materiel that explains exactly what a array<unsigned char>^ really is, and as you can see, I want my constructor to take a string as an argument, but once again the function takes an array<unsigned char>^.Code://mentioned function array<unsigned char>^ ComputeHash( array<unsigned char>^ buffer )
I need someone to help explain what a array<unsigned char>^ exactly is , and how I can work between them with char[] and strings.
Thanks a ton guys!
PS: Here is the reference im looking at ComputeHash Method (Byte[])



LinkBack URL
About LinkBacks



