Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How is it you retrieve a string from a std::map? Pin
redeemer16-Jun-02 10:08
redeemer16-Jun-02 10:08 
GeneralRe: How is it you retrieve a string from a std::map? Pin
Joaquín M López Muñoz16-Jun-02 11:41
Joaquín M López Muñoz16-Jun-02 11:41 
GeneralRe: How is it you retrieve a string from a std::map? Pin
James R. Twine17-Jun-02 9:11
James R. Twine17-Jun-02 9:11 
GeneralRe: How is it you retrieve a string from a std::map? Pin
Christian Graus16-Jun-02 12:41
protectorChristian Graus16-Jun-02 12:41 
QuestionWhere to get REAL HTTP/1.1-compatible proxy? Pin
Artem Moroz16-Jun-02 6:14
Artem Moroz16-Jun-02 6:14 
GeneralRe: CSocket / TCP/IP handling of send/receive error... Pin
Joaquín M López Muñoz16-Jun-02 11:52
Joaquín M López Muñoz16-Jun-02 11:52 
GeneralRe: CSocket / TCP/IP handling of send/receive error... Pin
17-Jun-02 6:26
suss17-Jun-02 6:26 
GeneralUNICODE Pin
Ancient Dragon16-Jun-02 5:01
Ancient Dragon16-Jun-02 5:01 
I'm writing a UNICODE class that uses both the unsigned short as an integer value and wchar_t as a character. But since they are both the same data type, how can I tell the difference between them? For example:

int MyClass::operator>>(unsigned short value)
int MyClass::operator>>(wchar_t character)

The compiler complains that they are duplicate definitions of the same function. I thought of adding another parameter to one of them, but can't do that either because operators take only one parameter.

Any ideas?

GeneralRe: UNICODE Pin
Rama Krishna Vavilala16-Jun-02 8:37
Rama Krishna Vavilala16-Jun-02 8:37 
GeneralRe: UNICODE [with an addition] Pin
Joaquín M López Muñoz16-Jun-02 12:06
Joaquín M López Muñoz16-Jun-02 12:06 
GeneralReturning IStream Pin
Hans Ruck16-Jun-02 4:56
Hans Ruck16-Jun-02 4:56 
GeneralRe: Returning IStream Pin
Rama Krishna Vavilala16-Jun-02 8:38
Rama Krishna Vavilala16-Jun-02 8:38 
GeneralRe: Returning IStream Pin
Le centriste17-Jun-02 8:24
Le centriste17-Jun-02 8:24 
GeneralProgram stops when showing using DIalogBox function. Pin
redeemer16-Jun-02 3:55
redeemer16-Jun-02 3:55 
GeneralRe: Program stops when showing using DIalogBox function. Pin
Joaquín M López Muñoz16-Jun-02 4:06
Joaquín M López Muñoz16-Jun-02 4:06 
GeneralRe: Program stops when showing using DIalogBox function. Pin
redeemer16-Jun-02 4:29
redeemer16-Jun-02 4:29 
GeneralRe: Program stops when showing using DIalogBox function. Pin
Joaquín M López Muñoz16-Jun-02 4:31
Joaquín M López Muñoz16-Jun-02 4:31 
GeneralRe: Program stops when showing using DIalogBox function. Pin
redeemer16-Jun-02 4:44
redeemer16-Jun-02 4:44 
GeneralRe: Program stops when showing using DIalogBox function. Pin
Rama Krishna Vavilala16-Jun-02 8:40
Rama Krishna Vavilala16-Jun-02 8:40 
Generalthanks Pin
redeemer16-Jun-02 10:39
redeemer16-Jun-02 10:39 
GeneralADO Pin
16-Jun-02 3:11
suss16-Jun-02 3:11 
GeneralRe: ADO Pin
Mazdak16-Jun-02 5:53
Mazdak16-Jun-02 5:53 
GeneralCalling Shutdown Method with wmi And C++ Pin
16-Jun-02 2:53
suss16-Jun-02 2:53 
GeneralRe: Calling Shutdown Method with wmi And C++ Pin
Mike Nordell16-Jun-02 4:48
Mike Nordell16-Jun-02 4:48 
Generalsocket timeout Pin
Eran16-Jun-02 2:42
Eran16-Jun-02 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.