Posts by Lucas Martins • 3 points
2 posts
-
0
votes2
answers109
viewsQ: Do not redirect form - nodejs
I have a form where I send requests POST pro nodejs save in the database but when I send the information it is redirected to the route and I receive the res…
-
0
votes1
answer803
viewsQ: Sorted list C++ struct
I need to do a job with this struct and that contains insertion, search and exclusion by year and printing. Only that I am doubtful in the following code. I need right after insertion to be ordered.…