Posts by Ricardo Cassiano • 13 points
2 posts
-
1
votes1
answer110
viewsQ: How do I direct the link to the anchor and close the modal at the same time?
I have some links in a modal made in React that go to anchors of the page that the modal was opened. I am using href for the anchor and the onClick event to close the modal. Example: <a…
-
0
votes1
answer54
viewsQ: Dimension of a vector passed by reference language C
I would like to know how I discover the amount of positions that have a vector that has been passed by reference to the function, using the language C. Example (Function prototype): int Soma (int…