I am using code::blocks that does not support c++11
Those are the errors
C:\Documents and Settings\Techno01\Bureau\myProject\main.cpp|9|error: type 'std::map<T, T2, std::less<_Key>, std::allocator<std::pair<const _Key, _Tp> > >' is not derived from type 'c_map<T, T2>'|
C:\Documents and Settings\Techno01\Bureau\myProject\main.cpp|9|error: expected ';' before 'iter'|
C:\Documents and Settings\Techno01\Bureau\myProject\main.cpp||In member function 'void c_map<T, T2>::showMap()':|
C:\Documents and Settings\Techno01\Bureau\myProject\main.cpp|16|error: 'iter' was not declared in this scope|
||=== Build finished: 3 errors, 0 warnings ===|