Click here to Skip to main content
15,888,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionActivating global function Pin
AlonYair9-Jul-06 20:05
AlonYair9-Jul-06 20:05 
AnswerRe: Activating global function Pin
Viorel.9-Jul-06 22:29
Viorel.9-Jul-06 22:29 
GeneralRe: Activating global function Pin
AlonYair9-Jul-06 23:07
AlonYair9-Jul-06 23:07 
GeneralRe: Activating global function Pin
Viorel.9-Jul-06 23:40
Viorel.9-Jul-06 23:40 
GeneralRe: Activating global function Pin
AlonYair10-Jul-06 3:22
AlonYair10-Jul-06 3:22 
GeneralRe: Activating global function Pin
Viorel.10-Jul-06 3:43
Viorel.10-Jul-06 3:43 
QuestionStructure and CPtrList Pin
Anu_Bala9-Jul-06 19:58
Anu_Bala9-Jul-06 19:58 
AnswerRe: Structure and CPtrList Pin
Sarath C9-Jul-06 21:02
Sarath C9-Jul-06 21:02 
Anyway I dint go through the entire code. I suggest you to use CPtrArray instead because it is indexed. But the insertion will be much slower than List.

See the difference between the different template classes.

List
The list class provides an ordered, nonindexed list of elements, implemented as a doubly linked list. A list has a "head" and a "tail," and adding or removing elements from the head or tail, or inserting or deleting elements in the middle, is very fast.

Array
The array class provides a dynamically sized, ordered, and integer-indexed array of objects.

Map (also known as a dictionary)
A map is a collection that associates a key object with a value object.

See MSDN for more information.

SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

<blink>My Blog | Understanding State Patte

Questionedit box with read only properties and color text Pin
Manjunath S9-Jul-06 19:56
Manjunath S9-Jul-06 19:56 
AnswerRe: edit box with read only properties and color text Pin
Naveen9-Jul-06 20:08
Naveen9-Jul-06 20:08 
QuestionRe: edit box with read only properties and color text Pin
Manjunath S9-Jul-06 21:01
Manjunath S9-Jul-06 21:01 
AnswerRe: edit box with read only properties and color text Pin
Naveen9-Jul-06 21:23
Naveen9-Jul-06 21:23 
AnswerRe: edit box with read only properties and color text Pin
Hamid_RT9-Jul-06 21:32
Hamid_RT9-Jul-06 21:32 
AnswerRe: edit box with read only properties and color text Pin
Hamid_RT9-Jul-06 20:23
Hamid_RT9-Jul-06 20:23 
QuestionCreating Win32 DLL in Vs.Net Pin
Abhi Lahare9-Jul-06 19:56
Abhi Lahare9-Jul-06 19:56 
AnswerRe: Creating Win32 DLL in Vs.Net Pin
AlonYair9-Jul-06 20:13
AlonYair9-Jul-06 20:13 
GeneralRe: Creating Win32 DLL in Vs.Net Pin
Abhi Lahare10-Jul-06 18:51
Abhi Lahare10-Jul-06 18:51 
AnswerRe: Creating Win32 DLL in Vs.Net Pin
Hamid_RT9-Jul-06 20:25
Hamid_RT9-Jul-06 20:25 
QuestionCImageList for CTreeCtrl Pin
anu_889-Jul-06 19:45
anu_889-Jul-06 19:45 
AnswerRe: CImageList for CTreeCtrl Pin
Abhi Lahare9-Jul-06 19:53
Abhi Lahare9-Jul-06 19:53 
AnswerRe: CImageList for CTreeCtrl Pin
FarPointer9-Jul-06 20:19
FarPointer9-Jul-06 20:19 
AnswerRe: CImageList for CTreeCtrl Pin
Hamid_RT9-Jul-06 20:26
Hamid_RT9-Jul-06 20:26 
QuestionRe: CImageList for CTreeCtrl [modified] Pin
anu_889-Jul-06 20:57
anu_889-Jul-06 20:57 
AnswerRe: CImageList for CTreeCtrl Pin
Hamid_RT9-Jul-06 21:07
Hamid_RT9-Jul-06 21:07 
QuestionRe: CImageList for CTreeCtrl Pin
anu_889-Jul-06 21:14
anu_889-Jul-06 21:14 

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.