Posts by Lamparejo • 9 points
1 post
-
0
votes1
answer24
viewsQ: Trash value in a C array
I am making a program whose function is to import the values of a file . dat and put them inside a vector. For this, I made the following code: void Import_vec(int tamanho,const char caminho[],float…