Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to block ctrl+alt+del in WinNT Pin
Valera24117617-Mar-03 9:56
Valera24117617-Mar-03 9:56 
GeneralRe: How to block ctrl+alt+del in WinNT Pin
Joan M17-Mar-03 20:52
professionalJoan M17-Mar-03 20:52 
AnswerRe: How to block ctrl+alt+del in WinNT Pin
Dudi Avramov17-Mar-03 0:26
Dudi Avramov17-Mar-03 0:26 
GeneralRe: How to block ctrl+alt+del in WinNT Pin
Valera24117617-Mar-03 8:48
Valera24117617-Mar-03 8:48 
GeneralToolbar.bmp 256 colors not displaying Pin
JoeSox15-Mar-03 9:21
JoeSox15-Mar-03 9:21 
GeneralRe: Toolbar.bmp 256 colors not displaying Pin
MAAK15-Mar-03 10:48
MAAK15-Mar-03 10:48 
GeneralRe: Toolbar.bmp 256 colors not displaying Pin
JoeSox15-Mar-03 11:04
JoeSox15-Mar-03 11:04 
GeneralClass string Manipulators Pin
Makover15-Mar-03 9:19
Makover15-Mar-03 9:19 
1. string s1 = "First", s2 = "Second".
How can I append the strings in a way that s1 is partially overwritten. for example: s1.append(s2, 1) ===> "FSecond.
s1.append(s2, 3) ===> "FirSecond".... Something like that Poke tongue | ;-P

2. I must comment - Manipulating strings in C++ is quite hard in comparison to Java. A good API reference may considerably help on this issue. I couldn't find my way in MSDN Cry | :(( Can you recommend an alternative? (does CodeProject have one to offer? Sleepy | :zzz: )

Rose | [Rose]

GeneralRe: Class string Manipulators Pin
Abbas_Riazi16-Mar-03 2:48
professionalAbbas_Riazi16-Mar-03 2:48 
QuestionHow do I set the first 10 BITS of 4 chars string to a letter?? Pin
IrishSonic15-Mar-03 8:48
IrishSonic15-Mar-03 8:48 
AnswerRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
Nish Nishant15-Mar-03 9:26
sitebuilderNish Nishant15-Mar-03 9:26 
AnswerRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
moliate15-Mar-03 11:09
moliate15-Mar-03 11:09 
AnswerRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
Abbas_Riazi16-Mar-03 3:24
professionalAbbas_Riazi16-Mar-03 3:24 
GeneralRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
IrishSonic16-Mar-03 5:03
IrishSonic16-Mar-03 5:03 
GeneralRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
Abbas_Riazi16-Mar-03 6:53
professionalAbbas_Riazi16-Mar-03 6:53 
AnswerRe: How do I set the first 10 BITS of 4 chars string to a letter?? Pin
Jambolo16-Mar-03 14:27
Jambolo16-Mar-03 14:27 
QuestionApplication Version standard?? Pin
work_to_live15-Mar-03 7:39
work_to_live15-Mar-03 7:39 
AnswerRe: Application Version standard?? Pin
Anders Molin15-Mar-03 7:52
professionalAnders Molin15-Mar-03 7:52 
AnswerRe: Application Version standard?? Pin
Chris Losinger15-Mar-03 8:23
professionalChris Losinger15-Mar-03 8:23 
GeneralRe: Application Version standard?? Pin
r i s h a b h s16-Mar-03 17:42
r i s h a b h s16-Mar-03 17:42 
GeneralRe: Application Version standard?? Pin
work_to_live19-Mar-03 4:56
work_to_live19-Mar-03 4:56 
AnswerRe: Application Version standard?? Pin
moliate15-Mar-03 8:38
moliate15-Mar-03 8:38 
GeneralDirectX Pin
wanju15-Mar-03 7:19
wanju15-Mar-03 7:19 
GeneralRe: DirectX Pin
Stephane Rodriguez.15-Mar-03 7:33
Stephane Rodriguez.15-Mar-03 7:33 
GeneralUsing CHtmlView w/o a doc Pin
Matt Gates15-Mar-03 7:00
Matt Gates15-Mar-03 7:00 

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.