prog.cpp: In function ‘int main()’:
prog.cpp:40: warning: too many arguments for format
prog.cpp:41: warning: format ‘%[^
’ expects type ‘char*’, but argument 3 has type ‘int*’
prog.cpp:44: error: ‘all_tracks_p’ was not declared in this scope
prog.cpp:18: warning: unused variable ‘number_of_tracks’
prog.cpp:22: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
prog.cpp:28: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
prog.cpp:33: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
prog.cpp:40: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
prog.cpp:41: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result