Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

How to use getBytes() in VC++

$
0
0

In Java ,

         **byte[] saltedPassword = (password + getSalt()).getBytes();**

output :

 SaltedPassword :[B@3eca90

in Java, saltedPassword get encoded value in the same way i want to implement in VC++

How to do Encoding in VC++, anyone give me example

Please anyone help for me.

Thanks in Advance..



Viewing all articles
Browse latest Browse all 15302

Trending Articles