Posts by Leonardo Henrique • 3 points
2 posts
-
0
votes0
answers34
viewsQ: The option to create an ASP.NET Core web app does not give me the option to create an app with React
Good personal evening I’m having a "problem" in creating a new Web application ASP.NET Core. When I choose the . NET 5.0 option it does not appear that screen that has the option to create an app…
-
0
votes1
answer163
viewsQ: how do I save a dynamically allocated vector and return as a pointer in the function?
#include<stdio.h> #include<stdlib.h> void soma(float *vimp,float *vr ,int qnt, float *med, int a); void maiorvalor(float *vimp, float mval, int qnt ); main(){ float med, vimp, mval,vr;…
casked Leonardo Henrique 3