Posts by Mateus Tavares • 11 points
2 posts
-
0
votes2
answers33
viewsA: Compare Char matrix and vector
Apparently your code already does what is requested, I ran this code and it worked perfectly. #include <stdio.h> int main() { char ma[5][10] =…
canswered Mateus Tavares 11 -
1
votes0
answers55
viewsQ: Social login using API in Laravel with Socialite to be consumed in an application in Flutter
I am developing an API using Laravel 5.8 to be consumed in a flutter application. So, I’m using Laravel Socialite to log in with Facebook and Google. However, I’m still new to these frameworks and I…