Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiple Views in a SDI project Pin
Anonymous25-Mar-03 22:15
Anonymous25-Mar-03 22:15 
QuestionHow To Detect Proxy Settings and Manipulate them Pin
Vikrant Kapoor25-Mar-03 21:49
Vikrant Kapoor25-Mar-03 21:49 
AnswerRe: How To Detect Proxy Settings and Manipulate them Pin
Joaquín M López Muñoz25-Mar-03 22:13
Joaquín M López Muñoz25-Mar-03 22:13 
GeneralRe: How To Detect Proxy Settings and Manipulate them Pin
John-theKing26-Mar-03 2:06
John-theKing26-Mar-03 2:06 
GeneralRe: How To Detect Proxy Settings and Manipulate them Pin
Joaquín M López Muñoz26-Mar-03 2:28
Joaquín M López Muñoz26-Mar-03 2:28 
GeneralRe: How To Detect Proxy Settings and Manipulate them Pin
John-theKing26-Mar-03 20:00
John-theKing26-Mar-03 20:00 
GeneralRe: How To Detect Proxy Settings and Manipulate them Pin
Joaquín M López Muñoz26-Mar-03 20:10
Joaquín M López Muñoz26-Mar-03 20:10 
GeneralRe: How To Detect Proxy Settings and Manipulate them Pin
John-theKing26-Mar-03 20:15
John-theKing26-Mar-03 20:15 
Sorry, actually the code above is working, but if i use std::hash_set instead of std::set, it does not work. I am writing code below:

using namespace std;

int main(int argc, char* argv[])
{
string name = "india";
hash_set<string> val;

val.insert(name);

return 0;
}
The error i am getting is:

c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xhash(38): error C2440: 'type cast' : cannot convert from 'const std::string' to 'size_t'


Yes i am including all the required headers.
Questionhow to add entry to personnel address book programatically Pin
Alfred25-Mar-03 21:38
Alfred25-Mar-03 21:38 
GeneralProblem drawing transparent bitmap using DrawTransparentBitmap exisitng ONLY in Win98 16bit color Pin
lob25-Mar-03 21:12
lob25-Mar-03 21:12 
GeneralRe: Problem drawing transparent bitmap using DrawTransparentBitmap exisitng ONLY in Win98 16bit color Pin
lob27-Mar-03 0:54
lob27-Mar-03 0:54 
GeneralRe: Problem drawing transparent bitmap using DrawTransparentBitmap exisitng ONLY in Win98 16bit color Pin
John R. Shaw28-Mar-03 18:13
John R. Shaw28-Mar-03 18:13 
GeneralRe: Problem drawing transparent bitmap using DrawTransparentBitmap exisitng ONLY in Win98 16bit color Pin
lob28-Mar-03 22:48
lob28-Mar-03 22:48 
QuestionDistributed Compiling? Pin
AAntix25-Mar-03 21:09
AAntix25-Mar-03 21:09 
AnswerRe: Distributed Compiling? Pin
Abbas_Riazi25-Mar-03 21:36
professionalAbbas_Riazi25-Mar-03 21:36 
QuestionHow To Turn Off The PC ? Pin
Vikrant Kapoor25-Mar-03 21:09
Vikrant Kapoor25-Mar-03 21:09 
AnswerRe: How To Turn Off The PC ? Pin
Hesham Amin25-Mar-03 21:32
Hesham Amin25-Mar-03 21:32 
GeneralCopying the Device COntext Pin
RaajaOfSelf25-Mar-03 20:58
RaajaOfSelf25-Mar-03 20:58 
QuestionHow To Get a FrameWindow From the Document Class in MDI Pin
Vikrant Kapoor25-Mar-03 20:55
Vikrant Kapoor25-Mar-03 20:55 
AnswerRe: How To Get a FrameWindow From the Document Class in MDI Pin
567890123426-Mar-03 0:58
567890123426-Mar-03 0:58 
GeneralWant to generate system alarm Pin
summo25-Mar-03 20:37
summo25-Mar-03 20:37 
Generaldoc Icon... Pin
Manikandan25-Mar-03 20:16
Manikandan25-Mar-03 20:16 
GeneralRe: doc Icon... Pin
Dave Bryant26-Mar-03 8:57
Dave Bryant26-Mar-03 8:57 
GeneralProblem in email sending(SMTP) Pin
summo25-Mar-03 19:44
summo25-Mar-03 19:44 
GeneralProperty pages not initialized Pin
DREVET Olivier25-Mar-03 19:38
DREVET Olivier25-Mar-03 19:38 

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.