User: Scarletpimp

  • Public profile

User profile: Scarletpimp

User info
User name:Scarletpimp
Name:Scarlet Pimpernal
Location:UK
History
Joined:
Number of posts:28
Latest posts:

openssl base64 decode function is not working for specfic string
yes i will pad it with "=" before decoding, Thanks a lot for clarifying this.

openssl base64 decode function is not working for specfic string
I don't have control over the encoded data, i get it from other party. Looks like its a valid encode...

openssl base64 decode function is not working for specfic string
I have the below openssl code to decode json content, it works fine if the encoded data is "eyJ0ZXN0...

Can a class member object of parent class have reference of parent class
If there is class say Class A class A { B* bObj; } class B { A* aObj } Is thi...

How to dynamically allocate and free memory for the below structure
How do i properly allocate and free memory for structure test in c++ struct test1 { int a; lo...

This user does not accept Private Messages