Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: RAM, Processor, and Drive info? Pin
Michael Dunn22-Nov-03 7:25
sitebuilderMichael Dunn22-Nov-03 7:25 
AnswerRe: RAM, Processor, and Drive info? Pin
Abbas_Riazi21-Nov-03 18:22
professionalAbbas_Riazi21-Nov-03 18:22 
QuestionHow can I get the titles of the history list of a running web browser control like IE? Pin
xieweihua21-Nov-03 15:38
xieweihua21-Nov-03 15:38 
AnswerRe: How can I get the titles of the history list of a running web browser control like IE? Pin
Peter Molnar22-Nov-03 16:14
Peter Molnar22-Nov-03 16:14 
Questionwhen one will often use cwindowdc class?how do they work? Pin
liuvc++21-Nov-03 15:17
liuvc++21-Nov-03 15:17 
QuestionHow to get Undo/Redo effect as in Notepad like applications Pin
Hashim Saleem21-Nov-03 15:10
Hashim Saleem21-Nov-03 15:10 
AnswerRe: How to get Undo/Redo effect as in Notepad like applications Pin
l a u r e n21-Nov-03 18:45
l a u r e n21-Nov-03 18:45 
Generalremoving a char array from another Pin
thunderflash2121-Nov-03 12:20
thunderflash2121-Nov-03 12:20 
i need a function the removes a char array from another. here is the description:

textString = new char[ strlen(ptr) + 1 ]

void remove(int startPos, int numToRemove);
// Removes the indicated number of characters from the text,
// starting at the indicated position. This involves allocating
// a new (smaller) array and copying characters from the original
// array into it, not including the ones to be removed.

the remove function removes characters from the array given an int staring position and an into number to remove

for example:

char* textString[] = "I like stinky cheese";
remove(7,7);
cout<<textString;

would yield: "I like cheese"
GeneralRe: removing a char array from another Pin
Anonymous21-Nov-03 12:43
Anonymous21-Nov-03 12:43 
GeneralRe: removing a char array from another Pin
thunderflash2121-Nov-03 15:35
thunderflash2121-Nov-03 15:35 
GeneralRe: removing a char array from another Pin
thunderflash2121-Nov-03 15:41
thunderflash2121-Nov-03 15:41 
GeneralRe: removing a char array from another Pin
Rickard Andersson2022-Nov-03 5:38
Rickard Andersson2022-Nov-03 5:38 
GeneralPlease help with Threads Pin
tqdo21-Nov-03 11:59
tqdo21-Nov-03 11:59 
GeneralRe: Please help with Threads Pin
Peter Molnar21-Nov-03 12:16
Peter Molnar21-Nov-03 12:16 
GeneralShifting elements of struct over to next element.. Pin
IrishSonic21-Nov-03 10:49
IrishSonic21-Nov-03 10:49 
GeneralRe: Shifting elements of struct over to next element.. Pin
Michael Dunn21-Nov-03 11:14
sitebuilderMichael Dunn21-Nov-03 11:14 
GeneralInserting a char array into another Pin
thunderflash2121-Nov-03 10:47
thunderflash2121-Nov-03 10:47 
GeneralRe: Inserting a char array into another Pin
m0xx21-Nov-03 11:48
m0xx21-Nov-03 11:48 
GeneralSOCKADDR_IN structure port conversion Pin
Kuniva21-Nov-03 10:06
Kuniva21-Nov-03 10:06 
GeneralRe: SOCKADDR_IN structure port conversion Pin
Mike Dimmick21-Nov-03 13:05
Mike Dimmick21-Nov-03 13:05 
GeneralRe: SOCKADDR_IN structure port conversion Pin
Kuniva22-Nov-03 1:08
Kuniva22-Nov-03 1:08 
GeneralTrimLeft() question Pin
speedpacer21-Nov-03 9:44
speedpacer21-Nov-03 9:44 
GeneralRe: TrimLeft() question Pin
speedpacer21-Nov-03 10:07
speedpacer21-Nov-03 10:07 
GeneralRe: TrimLeft() question Pin
speedpacer21-Nov-03 11:00
speedpacer21-Nov-03 11:00 
GeneralRe: TrimLeft() question Pin
John R. Shaw21-Nov-03 11:24
John R. Shaw21-Nov-03 11:24 

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.