Posts by gabriel arquelau • 61 points
2 posts
-
2
votes1
answer1724
viewsQ: How to store images in a Javascript object?
I’m developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and marking on the map where this photo was taken,…
-
3
votes2
answers681
viewsQ: "Merge" elements of a single vector
I have a vector with four elements that are numbers represented in hexadecimal form. What I need to do is concatenate these four elements (I believe that this is not the right word, but I have not…