Click here to Skip to main content
15,914,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalremove item from std::list Pin
3-Apr-02 2:46
suss3-Apr-02 2:46 
GeneralRe: remove item from std::list Pin
Chris Losinger3-Apr-02 3:11
professionalChris Losinger3-Apr-02 3:11 
GeneralRe: remove item from std::list Pin
Christian Graus3-Apr-02 9:47
protectorChristian Graus3-Apr-02 9:47 
GeneralRe: remove item from std::list Pin
Chris Losinger3-Apr-02 9:56
professionalChris Losinger3-Apr-02 9:56 
GeneralRe: remove item from std::list Pin
3-Apr-02 3:47
suss3-Apr-02 3:47 
GeneralRe: remove item from std::list Pin
Jack Handy3-Apr-02 4:46
Jack Handy3-Apr-02 4:46 
GeneralPrinting with MS Word Automation Pin
3-Apr-02 1:59
suss3-Apr-02 1:59 
GeneralString -> char * Pin
Chris Coote3-Apr-02 1:57
Chris Coote3-Apr-02 1:57 
How would you get from a managed string to an unmannaged char array? I know there must be a more elegant way to get from point A to point B than:

sName - String
mcName - Char __gc[]
cName - char* (allocated for 256;Assert sName.Length <= 255)

mcName = sName->ToCharArray();
for(int j=0;j<mcname->Count;j++)
cName[j]=Convert::ToSByte(mcName[j]);
cName[mcName->Count]='\0';
QuestionApp wants to know: Is cursor off me now? Pin
Rickard Andersson203-Apr-02 1:36
Rickard Andersson203-Apr-02 1:36 
AnswerRe: App wants to know: Is cursor off me now? Pin
Mazdak3-Apr-02 1:47
Mazdak3-Apr-02 1:47 
GeneralRe: App wants to know: Is cursor off me now? Pin
Rickard Andersson203-Apr-02 1:50
Rickard Andersson203-Apr-02 1:50 
GeneralRe: App wants to know: Is cursor off me now? Pin
Mazdak3-Apr-02 1:55
Mazdak3-Apr-02 1:55 
GeneralRe: App wants to know: Is cursor off me now? Pin
alex.barylski3-Apr-02 3:13
alex.barylski3-Apr-02 3:13 
GeneralRe: App wants to know: Is cursor off me now? Pin
Jack Handy3-Apr-02 5:25
Jack Handy3-Apr-02 5:25 
GeneralOpenGL in MDI Apps under Windows 2000 Pin
v_krishnan3-Apr-02 0:56
v_krishnan3-Apr-02 0:56 
GeneralRefreshing View From Tree Selection Pin
3-Apr-02 0:42
suss3-Apr-02 0:42 
GeneralRe: Refreshing View From Tree Selection Pin
3-Apr-02 2:15
suss3-Apr-02 2:15 
GeneralRe: Refreshing View From Tree Selection Pin
undeadhamster3-Apr-02 2:38
undeadhamster3-Apr-02 2:38 
GeneralDBGrid Pin
Drawil3-Apr-02 0:13
Drawil3-Apr-02 0:13 
GeneralExact Caret Position in the Rich Edit Control Pin
internal2-Apr-02 23:51
internal2-Apr-02 23:51 
GeneralRe: Exact Caret Position in the Rich Edit Control Pin
alex.barylski3-Apr-02 0:17
alex.barylski3-Apr-02 0:17 
General3D graphics question Pin
alex.barylski2-Apr-02 23:49
alex.barylski2-Apr-02 23:49 
GeneralRe: 3D graphics question Pin
Paul M Watt3-Apr-02 5:54
mentorPaul M Watt3-Apr-02 5:54 
GeneralNetwork Card packet Programm! Pin
Reza Azizi2-Apr-02 23:28
Reza Azizi2-Apr-02 23:28 
GeneralWorking with DDS images Pin
benjymous2-Apr-02 23:20
benjymous2-Apr-02 23:20 

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.