Posts by Rodrigo Leite • 113 points
3 posts
-
5
votes1
answer476
viewsQ: Why use pointers as function parameters?
I already have a certain knowledge about pointer, but I wanted to understand why in most cases people use pointers as parameters in functions. Currently I have been studying algorithms through the…
-
3
votes1
answer113
viewsQ: Javascript + Canvas
Hello, We are studying canvas with HTML5 so I came up with the following problem, when I import the external Javascript file inside the tag "head" it does not recognize. Only when I put dentor on my…
javascriptasked Rodrigo Leite 113 -
3
votes2
answers1282
viewsQ: How to run my App on multiple platforms
Good afternoon, Someone has App experience to run on multiple platforms. I’m developing an App, however, I’m making it for Android, as I do for it runs also on Ios, Windowsphone and etc... The same…