Posts by Alexandre Santiago da Silva • 91 points
4 posts
- 
		0 votes2 answers153 viewsQ: Why does it not read the string matrix?I am creating a code that for now needs to read the name of N companies (whose N is given). I’m trying to enter the names but the program just doesn’t read and it’s the first time I try dynamic… 
- 
		1 votes2 answers61 viewsQ: Why "Segmentation fault " when two arrays are interspersed?I’m building a simple c/c++ program that intersperses two arrays but I am encountering an inconvenient error. I believe when calling the function IntercalarArranjos, the program shows an error of… 
- 
		3 votes2 answers344 viewsQ: Segmentation Fault (core dumped ) Array readingI have a problem related to reading a array that produces the error Segmentation Fault (core dumped ) This is only the beginning of code development, but already presents an error after reading the… 
- 
		5 votes2 answers15519 viewsQ: Indefinite reference of functionsI have a problem related to modularization of my project. Do not pay too much attention to the logic of the program, because the biggest problem I face is the fact that the program does not compile.…