Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error Using std::vector Pin
BhawnaA19-Nov-07 18:15
BhawnaA19-Nov-07 18:15 
GeneralRe: Error Using std::vector Pin
Cedric Moonen19-Nov-07 20:44
Cedric Moonen19-Nov-07 20:44 
GeneralRe: Error Using std::vector Pin
BhawnaA19-Nov-07 21:08
BhawnaA19-Nov-07 21:08 
Questionstd::map and the heap Pin
-Dy19-Nov-07 5:12
-Dy19-Nov-07 5:12 
AnswerRe: std::map and the heap Pin
CPallini19-Nov-07 5:31
mveCPallini19-Nov-07 5:31 
GeneralRe: std::map and the heap Pin
-Dy19-Nov-07 5:51
-Dy19-Nov-07 5:51 
GeneralYou're welcome Pin
CPallini19-Nov-07 5:56
mveCPallini19-Nov-07 5:56 
QuestionEncoding problem? Pin
Gofur Halmurat19-Nov-07 4:57
Gofur Halmurat19-Nov-07 4:57 
Hello,
i have a ms access database, there is information written in cyrillic encoding. When i read the text from c++ using Ado, it cannt read proper text, it reads only "???????????????", what should i do to read correct text in c++?

here is the code
<br />
CString strItem; <br />
strItem = (char *) (_bstr_t) pRecordPtr->Fields->GetItem("name")->Value;<br />


strItem is "?????" if when encoding is cyrillic.

thanks
AnswerRe: Encoding problem? Pin
led mike19-Nov-07 6:24
led mike19-Nov-07 6:24 
AnswerRe: Encoding problem? Pin
Gofur Halmurat19-Nov-07 7:43
Gofur Halmurat19-Nov-07 7:43 
AnswerRe: Encoding problem? Pin
Peter Weyzen19-Nov-07 8:29
Peter Weyzen19-Nov-07 8:29 
AnswerRe: Encoding problem? Pin
Stephen Hewitt19-Nov-07 12:42
Stephen Hewitt19-Nov-07 12:42 
GeneralRe: Encoding problem? [modified] Pin
Gofur Halmurat19-Nov-07 23:43
Gofur Halmurat19-Nov-07 23:43 
QuestionTemplate Partial Specialization Pin
George_George19-Nov-07 4:54
George_George19-Nov-07 4:54 
AnswerRe: Template Partial Specialization Pin
Nelek19-Nov-07 22:00
protectorNelek19-Nov-07 22:00 
GeneralRe: Template Partial Specialization Pin
George_George19-Nov-07 23:23
George_George19-Nov-07 23:23 
Questionproject doesn't build .exe? Pin
eggsovereasy19-Nov-07 4:45
eggsovereasy19-Nov-07 4:45 
AnswerRe: project doesn't build .exe? Pin
toxcct19-Nov-07 4:56
toxcct19-Nov-07 4:56 
GeneralRe: project doesn't build .exe? Pin
eggsovereasy19-Nov-07 6:23
eggsovereasy19-Nov-07 6:23 
GeneralRe: project doesn't build .exe? Pin
toxcct19-Nov-07 6:28
toxcct19-Nov-07 6:28 
AnswerRe: project doesn't build .exe? [modified] Pin
CPallini19-Nov-07 5:06
mveCPallini19-Nov-07 5:06 
GeneralRe: project doesn't build .exe? Pin
eggsovereasy19-Nov-07 5:49
eggsovereasy19-Nov-07 5:49 
Questionhow to open .tif file in VC++ MFC Pin
vandana719-Nov-07 4:32
vandana719-Nov-07 4:32 
QuestionRe: how to open .tif file in VC++ MFC Pin
Mark Salsbery19-Nov-07 6:27
Mark Salsbery19-Nov-07 6:27 
AnswerRe: how to open .tif file in VC++ MFC Pin
vandana720-Nov-07 18:02
vandana720-Nov-07 18:02 

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.