hi everyone...
the header file is compiled with a compiler gcc-2.95.3-1
i am using microsoft visual c++ v6.0.
the declaration of header file is:
concordance(const int min = 1);
when i am using this declaration in my cpp file
i am getting :redefiniot error"
it works when i am using this:
concordance(const int min);
can somebody tell me if i can make the program run without error using the original declaration (with "=1"
thanks alot
the header file is compiled with a compiler gcc-2.95.3-1
i am using microsoft visual c++ v6.0.
the declaration of header file is:
concordance(const int min = 1);
when i am using this declaration in my cpp file
i am getting :redefiniot error"
it works when i am using this:
concordance(const int min);
can somebody tell me if i can make the program run without error using the original declaration (with "=1"
thanks alot