11 Jan
2008
11 Jan
'08
10:42 p.m.
In article
[...] Unfortunately, when I try to compile my project, I get the following error:
error: invalid conversion from 'const frequency_file* const' to 'frequency_file*'
Of course, the error message should read: error: invalid conversion from 'const my_binary_file* const' to 'my_binary_file*' Nicola