Posts by Túlio • 47 points
3 posts
-
-1
votes1
answer31
viewsQ: How to read and print an entire word in C++
Well, I did this little c++ program for college. Now I don’t know how read on terminal and then print, there in the function prints, a whole word! Until then I was using the library <string>…
-
-1
votes1
answer30
viewsQ: How to create multiple objects from a struct having its user-defined values ( Pointers and Malloc)
Then, in the exercise I need to display at most 10 products with name, quantity and value entered by the user using the terminal and then display everything on the screen. But I only know how to…
-
4
votes2
answers165
viewsQ: Function with two parentheses? function()()
I don’t know how to describe why I couldn’t find information about. kkk At the end of the code when exporting "connect", what does the second parenthesis do? What is called this syntax? import React…