Posts by Felipe Cardozo • 43 points
5 posts
-
1
votes2
answers102
viewsQ: Error reloading a page with Angular
I have an application with Angular that if I click the button with: <a [routerLink]="['/clientes']"> it works normally, but if I reload the page, it gives this error: An unhandled Exception…
angularasked Felipe Cardozo 43 -
1
votes3
answers76
viewsA: How to judge all typed numbers? Only the latter is being judged and displayed
The variable "num" must be a vector, try changing after the first SCANF to: int num[quantidade]; And restructure the code to do so.
canswered Felipe Cardozo 43 -
0
votes1
answer41
viewsQ: Sqlserver in repositories
I have to send an application project through a Github repository, I managed to make the application work perfectly front-End, Back-End and LOCAL database, my doubt is: Can I export Sqlserver to a…
-
1
votes2
answers1339
viewsQ: Remove first element from a simple chained list
I would like to do a function to remove the first element from a chained list, the way I did it is only removing the first node and removing the second element. struct lista { int info; struct…
-
1
votes2
answers1062
viewsQ: Node + Pokeapi "Error: connect ECONNREFUSED 127.0.0.1:443"
I’m new to the world of Nodejs, I’d like to know why I can’t test the most basic document algorithm https://github.com/PokeAPI/pokedex-promise-v2 my code is like this: var Pokedex =…