Click here to Skip to main content
16,009,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Spying Serial Port Pin
Scott H. Settlemier17-Feb-03 17:54
Scott H. Settlemier17-Feb-03 17:54 
GeneralRe: Spying Serial Port Pin
Jon Hulatt17-Feb-03 21:50
Jon Hulatt17-Feb-03 21:50 
GeneralRe: Spying Serial Port Pin
Scott H. Settlemier20-Feb-03 7:09
Scott H. Settlemier20-Feb-03 7:09 
GeneralDelete a row from MSHFlexGrid Control Pin
Toni7817-Feb-03 15:37
Toni7817-Feb-03 15:37 
GeneralIgnore this message Pin
Toni7817-Feb-03 17:21
Toni7817-Feb-03 17:21 
Generaldynamic arrays of pointers Pin
brandon187917-Feb-03 14:58
brandon187917-Feb-03 14:58 
GeneralRe: dynamic arrays of pointers Pin
Nitron17-Feb-03 15:06
Nitron17-Feb-03 15:06 
GeneralRe: dynamic arrays of pointers Pin
Michael Dunn17-Feb-03 19:25
sitebuilderMichael Dunn17-Feb-03 19:25 
brandon1879 wrote:
I want to create a function that will take an array pointers to any data type

That's what templates are for. Smile | :)
template <typename ELEMENT_TYPE>
bool ResizeArray ( ELEMENT_TYPE** ppElts, size_t nCurrSize, size_t nNewSize )
{
  // resize array here...
}


--Mike--
The Internet is a place where absolutely nothing happens.
  -- Strong Bad

1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

QuestionPostMessage or SendMessage?? Pin
Nitron17-Feb-03 14:26
Nitron17-Feb-03 14:26 
AnswerRe: PostMessage or SendMessage?? Pin
Chintan17-Feb-03 18:47
Chintan17-Feb-03 18:47 
GeneralRe: PostMessage or SendMessage?? Pin
Pater17-Feb-03 22:24
Pater17-Feb-03 22:24 
GeneralRe: PostMessage or SendMessage?? Pin
Nitron18-Feb-03 3:15
Nitron18-Feb-03 3:15 
GeneralRe: PostMessage or SendMessage?? Pin
Nitron18-Feb-03 3:14
Nitron18-Feb-03 3:14 
QuestionBug in CRichEdit? Pin
Miguel Lopes17-Feb-03 13:20
Miguel Lopes17-Feb-03 13:20 
Questionhow to get the url under a link Pin
goldcreator17-Feb-03 12:47
goldcreator17-Feb-03 12:47 
AnswerRe: how to get the url under a link Pin
Neville Franks17-Feb-03 17:29
Neville Franks17-Feb-03 17:29 
GeneralRe: how to get the url under a link Pin
goldcreator18-Feb-03 14:18
goldcreator18-Feb-03 14:18 
GeneralWM_PRINTCLIENT Example Pin
David Ramsey17-Feb-03 9:59
David Ramsey17-Feb-03 9:59 
GeneralWhere is the Project->Settings->Link of 6.0 in Visual Studio.NET Pin
IrishSonic17-Feb-03 9:56
IrishSonic17-Feb-03 9:56 
GeneralRe: Where is the Project->Settings->Link of 6.0 in Visual Studio.NET Pin
David Ramsey17-Feb-03 10:02
David Ramsey17-Feb-03 10:02 
GeneralRe: Where is the Project->Settings->Link of 6.0 in Visual Studio.NET Pin
Navin17-Feb-03 10:24
Navin17-Feb-03 10:24 
GeneralRe: Where is the Project->Settings->Link of 6.0 in Visual Studio.NET Pin
rohit.dhamija17-Feb-03 21:58
rohit.dhamija17-Feb-03 21:58 
GeneralRe: Where is the Project->Settings->Link of 6.0 in Visual Studio.NET Pin
rohit.dhamija17-Feb-03 21:58
rohit.dhamija17-Feb-03 21:58 
QuestionHow can I kept a CFormView a fixed size? Pin
DanYELL17-Feb-03 9:29
DanYELL17-Feb-03 9:29 
AnswerRe: How can I kept a CFormView a fixed size? Pin
OBRon17-Feb-03 9:59
OBRon17-Feb-03 9:59 

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.