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

C / C++ / MFC

 
AnswerRe: How to change the color of Title bar ? Pin
Hamid_RT30-May-07 19:15
Hamid_RT30-May-07 19:15 
QuestionHow Can I Read Data From Sound Card With Line ? Pin
alms_200530-May-07 16:31
alms_200530-May-07 16:31 
AnswerRe: How Can I Read Data From Sound Card With Line ? Pin
Christian Graus30-May-07 17:05
protectorChristian Graus30-May-07 17:05 
GeneralRe: How Can I Read Data From Sound Card With Line ? Pin
bob1697230-May-07 18:18
bob1697230-May-07 18:18 
GeneralRe: How Can I Read Data From Sound Card With Line ? Pin
Mark Salsbery31-May-07 7:23
Mark Salsbery31-May-07 7:23 
AnswerRe: How Can I Read Data From Sound Card With Line ? Pin
Amar Sutar30-May-07 19:59
Amar Sutar30-May-07 19:59 
QuestionC++ Assigning new value to a "map" Pin
C_Zealot30-May-07 16:24
C_Zealot30-May-07 16:24 
AnswerRe: C++ Assigning new value to a "map" Pin
Christian Graus30-May-07 17:04
protectorChristian Graus30-May-07 17:04 
Well, for starters, the vector needs it's own template arguements. Actually, for starters, you should check "Ignore HTML tags in this message (good for code snippets)", I had to view source to understand the question.

I always add to a map using table["string"] = 5; But, I'd imagine the purpose of a map to a vector is that you'd do this:

table["myKey"].push_back(myinstanceofwhatevertypethevectorholds);


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

JokeRe: C++ Assigning new value to a "map" Pin
Cedric Moonen30-May-07 20:33
Cedric Moonen30-May-07 20:33 
QuestionRun Once Only Pin
Bram van Kampen30-May-07 14:09
Bram van Kampen30-May-07 14:09 
AnswerRe: Run Once Only Pin
Mark Salsbery30-May-07 14:36
Mark Salsbery30-May-07 14:36 
GeneralRe: Run Once Only Pin
Bram van Kampen30-May-07 14:49
Bram van Kampen30-May-07 14:49 
GeneralRe: Run Once Only Pin
Mark Salsbery30-May-07 14:52
Mark Salsbery30-May-07 14:52 
QuestionVC++ 6.0 Dialog Form with Picture Box Pin
rjrodrig30-May-07 13:51
rjrodrig30-May-07 13:51 
AnswerRe: VC++ 6.0 Dialog Form with Picture Box Pin
Hans Dietrich30-May-07 15:09
mentorHans Dietrich30-May-07 15:09 
Questiondirectsound,how to compress and decompress sound data Pin
kcynic30-May-07 13:17
kcynic30-May-07 13:17 
AnswerRe: directsound,how to compress and decompress sound data Pin
Mark Salsbery30-May-07 15:06
Mark Salsbery30-May-07 15:06 
GeneralRe: directsound,how to compress and decompress sound data Pin
kcynic30-May-07 22:31
kcynic30-May-07 22:31 
GeneralRe: directsound,how to compress and decompress sound data Pin
Mark Salsbery31-May-07 5:27
Mark Salsbery31-May-07 5:27 
QuestionMonochrome Bitmap Issue Pin
CoffeeAddict1930-May-07 12:23
CoffeeAddict1930-May-07 12:23 
AnswerRe: Monochrome Bitmap Issue Pin
Bram van Kampen30-May-07 14:28
Bram van Kampen30-May-07 14:28 
AnswerRe: Monochrome Bitmap Issue Pin
Mark Salsbery30-May-07 15:16
Mark Salsbery30-May-07 15:16 
GeneralRe: Monochrome Bitmap Issue Pin
CoffeeAddict1930-May-07 17:08
CoffeeAddict1930-May-07 17:08 
GeneralRe: Monochrome Bitmap Issue Pin
Mark Salsbery31-May-07 5:36
Mark Salsbery31-May-07 5:36 
GeneralRe: Monochrome Bitmap Issue Pin
CoffeeAddict1931-May-07 8:19
CoffeeAddict1931-May-07 8:19 

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.