Problem with resizing arraysHi, you have [tt]DBrecords[/tt] declared as a member variable (line 34). In line 69 you declare a...
c++ map implementationIf you use g++ you may want to look at the headers [tt]ext/hash_map[/tt] (or [tt]tr1/unordered_map[/...
conversion of a single wchar_t with toupperThanks everybody. Indeed, it's a problem of std::wcout (I know, I should have checked this;)). The c...
conversion of a single wchar_t with toupperHi, I am trying to convert a single wchar_t to uppercase. In theory it should work as shown below...
This user does not accept Private Messages