I want to create a class that has access to a std::map<char,char>. I only want to create this map once, not every time I create the new instance of the class.
g++ obj/bignum.o obj/main.o -o main_test
obj/main.o: In function `gms::Big::tens_compliment()':
/home/gms/Desktop/cplusplus_work/todays_work/bignum.h:25: undefined reference to `gms::Big::tens_comp'
obj/main.o: In function `gms::Big::get_comp(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/home/gms/Desktop/cplusplus_work/todays_work/bignum.h:31: undefined reference to `gms::Big::tens_comp'
collect2: ld returned 1 exit status
make: *** [main_test] Error 1