Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Network Drives Pin
Bram van Kampen20-Nov-09 9:30
Bram van Kampen20-Nov-09 9:30 
QuestionHandle to child windows in Start Menu? Pin
yeswekey20-Nov-09 7:00
yeswekey20-Nov-09 7:00 
AnswerRe: Handle to child windows in Start Menu? Pin
«_Superman_»20-Nov-09 7:19
professional«_Superman_»20-Nov-09 7:19 
GeneralRe: Handle to child windows in Start Menu? Pin
o m n i20-Nov-09 10:11
o m n i20-Nov-09 10:11 
GeneralRe: Handle to child windows in Start Menu? Pin
David Crow20-Nov-09 10:13
David Crow20-Nov-09 10:13 
GeneralRe: Handle to child windows in Start Menu? Pin
o m n i20-Nov-09 10:15
o m n i20-Nov-09 10:15 
GeneralRe: Handle to child windows in Start Menu? Pin
yeswekey21-Nov-09 19:22
yeswekey21-Nov-09 19:22 
Questionoperator over loading problem? Pin
york52820-Nov-09 6:22
york52820-Nov-09 6:22 
lately when I use STL map as a parameter in a function I have a problem?
such as:

void func(const map<struct>& mapUsed)
{
    map<struct>::iterator iterMap = mapUsed.begin()
    while(iterMap != mapUsed.end())
    {
        //do something
    }
}


The vs2008 report an error and when I use const_iterator to instead random iterator
It's ok

And I wanna know If STL use "const" overloading such as operator == ...
If not ?
How dose STL do?

Thanks a lot! D'Oh! | :doh:
AnswerRe: operator over loading problem? Pin
josda100020-Nov-09 8:17
josda100020-Nov-09 8:17 
GeneralRe: operator over loading problem? Pin
york52820-Nov-09 22:43
york52820-Nov-09 22:43 
GeneralRe: operator over loading problem? Pin
Lim Bio Liong22-Nov-09 22:25
Lim Bio Liong22-Nov-09 22:25 
GeneralRe: operator over loading problem? Pin
york52823-Nov-09 18:14
york52823-Nov-09 18:14 
GeneralRe: operator over loading problem? Pin
Lim Bio Liong23-Nov-09 23:10
Lim Bio Liong23-Nov-09 23:10 
Questionpow function appears to fail randomly. Pin
Member 208820-Nov-09 6:21
Member 208820-Nov-09 6:21 
AnswerRe: pow function appears to fail randomly. Pin
Richard MacCutchan20-Nov-09 6:43
mveRichard MacCutchan20-Nov-09 6:43 
GeneralRe: pow function appears to fail randomly. Pin
Member 208820-Nov-09 7:03
Member 208820-Nov-09 7:03 
GeneralRe: pow function appears to fail randomly. Pin
Richard MacCutchan20-Nov-09 7:14
mveRichard MacCutchan20-Nov-09 7:14 
GeneralRe: pow function appears to fail randomly. Pin
Member 208820-Nov-09 7:46
Member 208820-Nov-09 7:46 
GeneralRe: pow function appears to fail randomly. Pin
josda100020-Nov-09 8:09
josda100020-Nov-09 8:09 
GeneralRe: pow function appears to fail randomly. Pin
Member 208820-Nov-09 11:55
Member 208820-Nov-09 11:55 
GeneralRe: pow function appears to fail randomly. Pin
Richard MacCutchan20-Nov-09 23:07
mveRichard MacCutchan20-Nov-09 23:07 
AnswerRe: pow function appears to fail randomly. Pin
dxlee20-Nov-09 6:50
dxlee20-Nov-09 6:50 
QuestionRe: pow function appears to fail randomly. Pin
David Crow20-Nov-09 8:21
David Crow20-Nov-09 8:21 
AnswerRe: pow function appears to fail randomly. Pin
T210220-Nov-09 12:45
T210220-Nov-09 12:45 
QuestionCode snippet for reading from a .xlsx file in VC++ Pin
V K 220-Nov-09 2:15
V K 220-Nov-09 2:15 

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.