Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Demolishun @YADU
Yep, of course. I was passing 8 bytes instead of 16 bytes to the AES function.
How outputting the length of the array fixed that? I will never know. Maybe it set the next few bytes to exactly 0 instead of garbage. Leading theory. -
KeyLerri83yI also want to learn C++ as well. Not sure from where should I start? Can you please guide me a little?
-
@KeyLerri Depends on what you already know. If you don't already, you should get very comfortable with both c and a bytecode c-like language of your choice (c# or java, basically).
c++ demands a good understanding of both -
KeyLerri83y@AlgoRythm Thanks for your reply here. Actually, I am totally new to programming. I don't know anything yet. But I have a great interest in this field. Thank you!
Tried c++ and Qt today
Expected output: "Hello world"
Running normally: (garbage)
Running normally, but outputting the length of the string to qDebug: "Hello world"
W H A T
rant