Posts by Kevin Machachane • 39 points
4 posts
-
0
votes2
answers306
viewsQ: Why do builders have to have the same class name?
Is it really necessary for the constructor to have the same name as the class?
-
3
votes1
answer988
viewsQ: Search for List Element
I want to search an element of a list through a name (character vector). I get the name (espm) in the function and start to search. The problem is that the function always tells me that "There is no…
-
0
votes1
answer65
viewsQ: Create dynamic structures from a text file?
I have data stored in a text file. I want to read the text file and store the data in my variables, then insert them in my function inserir_medico that will use the data to create a concatenated…
-
0
votes2
answers57
viewsQ: Create dynamic structures based on a text file
Is it possible to create a dynamic structure based on information stored in a text file(file)? Or this is only possible if the file is binary? For example: if I have a number (5) in a text file, can…