Sun 25 Oct 2015 06:45:53 PM UTC, comment #1:
one more example
cc =
{
[1,1] = lsss.txt
[1,2] = Makefile
[1,3] = /home/doug/Desktop/src/mpfr_commons.cc
[1,4] = /home/doug/Desktop/src/mpfr_function_d.cc
[1,5] = /home/doug/Desktop/src/mpfr_function_d.oct
[1,6] = /home/doug/Desktop/src/mpfr_matrix_mul_d.oct
[1,7] = /home/doug/Desktop/src/mpfr_linspace_d.oct
}
dd =
{
[1,1] = /home/doug/Desktop/src/mpfr_matrix_mul_d.oct
}
|
Sun 25 Oct 2015 05:27:34 PM UTC, original submission:
Glob only returns the longest filename.
In the following example all the file names that I am using are actual files in that folder.
you can see that b is the longest 2 file names of a
and d is the longest file name of c
and f is the result of the wildcard "*" plus the 2 next shorter file names.
I hope this will help the c++ debugers find the problem.
|