Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: API in VCE 2005 Pin
giddy_guitarist10-Jul-06 0:49
giddy_guitarist10-Jul-06 0:49 
GeneralRe: API in VCE 2005 [modified] Pin
Sarath C10-Jul-06 1:41
Sarath C10-Jul-06 1:41 
GeneralRe: API in VCE 2005 Pin
giddy_guitarist10-Jul-06 6:38
giddy_guitarist10-Jul-06 6:38 
GeneralRe: API in VCE 2005 Pin
giddy_guitarist31-Mar-07 5:18
giddy_guitarist31-Mar-07 5:18 
QuestionHow to get data from a database into a control of property page Pin
vc++_fragrance9-Jul-06 20:49
vc++_fragrance9-Jul-06 20:49 
Questionhow to find blocked ports in a system ? Pin
jalsa G9-Jul-06 20:46
jalsa G9-Jul-06 20:46 
AnswerRe: how to find blocked ports in a system ? Pin
ThatsAlok9-Jul-06 21:02
ThatsAlok9-Jul-06 21:02 
QuestionHow to diable ok button of property sheet Pin
jadhav1239-Jul-06 20:36
jadhav1239-Jul-06 20:36 
AnswerRe: How to diable ok button of property sheet Pin
o.sanchez9-Jul-06 20:52
o.sanchez9-Jul-06 20:52 
GeneralRe: How to diable ok button of property sheet Pin
Naveen9-Jul-06 20:54
Naveen9-Jul-06 20:54 
GeneralRe: How to diable ok button of property sheet Pin
o.sanchez9-Jul-06 21:03
o.sanchez9-Jul-06 21:03 
AnswerRe: How to diable ok button of property sheet Pin
Naveen9-Jul-06 20:53
Naveen9-Jul-06 20:53 
AnswerRe: How to diable ok button of property sheet Pin
ThatsAlok9-Jul-06 21:01
ThatsAlok9-Jul-06 21:01 
QuestionUsing check box in Dialog Pin
sdhtyjnniutnbjnhbghb9-Jul-06 20:18
sdhtyjnniutnbjnhbghb9-Jul-06 20:18 
AnswerRe: Using check box in Dialog [modified] Pin
Naveen9-Jul-06 20:27
Naveen9-Jul-06 20:27 
AnswerRe: Using check box in Dialog Pin
Hamid_RT9-Jul-06 20:27
Hamid_RT9-Jul-06 20:27 
AnswerRe: Using check box in Dialog Pin
FarPointer9-Jul-06 20:48
FarPointer9-Jul-06 20:48 
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

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.