Posts by Alexandre Lima • 1 point
2 posts
-
0
votes1
answer36
viewsQ: Vector creation in c++
What did the new int[2] in int* vetor = new int[2];
c++asked Alexandre Lima 1 -
-1
votes1
answer197
viewsQ: Program Received Signal SIGSEGV, Segmentation fault
When I call this function happens this error "Program Received Signal SIGSEGV, Segmentation fault." void cria_agenda(Agenda *agenda_prof, int Id_prof, char *nome, int ano){…