Posts by Gabriel Poletti • 29 points
3 posts
-
0
votes1
answer117
viewsQ: How to get the next attribute of an object array?
Good night, guys, so I’m locked in a code here. I have an array of objects, and I will receive an input name, which is found in one of the "display" objects of the array below, for example "Márcio…
-
-1
votes2
answers225
viewsQ: How to initialize a string vector within a struct?
I need to start a list with names of people at the beginning of my program and I am trying to initialize the names in a string within my struct, that way: char* nomes[100] = {"gabriel" , "vanessa"};…
-
0
votes1
answer221
viewsQ: Questions about the use of C functions
I need to do an exercise that will basically ask the user to type two strings. Before that, an integer value X is entered representing the position from which the first string will be saved to the…