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

C / C++ / MFC

 
GeneralActiveXcontrol logic Check Pin
kesavaraoV26-Feb-04 1:32
kesavaraoV26-Feb-04 1:32 
GeneralRe: ActiveXcontrol logic Check Pin
Prakash Nadar26-Feb-04 4:42
Prakash Nadar26-Feb-04 4:42 
Generalcompiler error when i use IHTMLInputElement Pin
User 21559726-Feb-04 1:22
User 21559726-Feb-04 1:22 
GeneralRe: compiler error when i use IHTMLInputElement Pin
Prakash Nadar26-Feb-04 2:30
Prakash Nadar26-Feb-04 2:30 
GeneralRe: compiler error when i use IHTMLInputElement Pin
User 21559726-Feb-04 17:41
User 21559726-Feb-04 17:41 
GeneralPointers Pin
bhangie26-Feb-04 1:06
bhangie26-Feb-04 1:06 
GeneralRe: Pointers Pin
Prakash Nadar26-Feb-04 2:36
Prakash Nadar26-Feb-04 2:36 
GeneralRe: Pointers Pin
toxcct26-Feb-04 3:27
toxcct26-Feb-04 3:27 
hi man,

in fact, we uns pointers for many reasons. First, in C++, the existence of the pointers comes from the compatibility with the C, in which references don't exist.
We also use pointers instead of value copies in function calls because it become heavy and "memory hungry" if we transfer some big data structures... for that reason, we also have the const keyword to avoid writing on pointed datas.
The last reason i see wee use pointers for, it is because sometimes, we don't use variable names to refer to datas (tables, vectors, queues...). We so don't have other way to manipulate these addresses that with pointers...


TOXCCT alias Nicolas C.
GeneralChoosing projects to be loaded Pin
dapipi26-Feb-04 0:37
dapipi26-Feb-04 0:37 
GeneralRe: Choosing projects to be loaded Pin
Prakash Nadar26-Feb-04 2:40
Prakash Nadar26-Feb-04 2:40 
GeneralRe: Choosing projects to be loaded Pin
dapipi5-Mar-04 0:10
dapipi5-Mar-04 0:10 
GeneralRe: Choosing projects to be loaded Pin
Prakash Nadar5-Mar-04 0:29
Prakash Nadar5-Mar-04 0:29 
Generalpositioning image Pin
Narasimma prasad26-Feb-04 0:34
Narasimma prasad26-Feb-04 0:34 
GeneralIntercept PropertySheet tab notification Pin
slysi26-Feb-04 0:17
slysi26-Feb-04 0:17 
GeneralRe: Intercept PropertySheet tab notification Pin
Prakash Nadar26-Feb-04 0:50
Prakash Nadar26-Feb-04 0:50 
GeneralRe: Intercept PropertySheet tab notification Pin
slysi26-Feb-04 0:57
slysi26-Feb-04 0:57 
GeneralRe: Intercept PropertySheet tab notification Pin
Prakash Nadar26-Feb-04 2:29
Prakash Nadar26-Feb-04 2:29 
GeneralRe: Intercept PropertySheet tab notification Pin
slysi26-Feb-04 3:58
slysi26-Feb-04 3:58 
GeneralOutlook problem - 'Saved' property for appointment item Pin
YaronNir25-Feb-04 23:34
YaronNir25-Feb-04 23:34 
Generalcannot find afxdao.lib Pin
coda_x25-Feb-04 23:34
coda_x25-Feb-04 23:34 
GeneralPrint Preview Pin
Anonymous25-Feb-04 23:28
Anonymous25-Feb-04 23:28 
GeneralMaking Child Windows of an MDI as an exe Pin
swarnamanoo25-Feb-04 23:26
swarnamanoo25-Feb-04 23:26 
Questioncan we add wave files as resource Pin
25-Feb-04 23:22
suss25-Feb-04 23:22 
AnswerRe: can we add wave files as resource Pin
Monty226-Feb-04 0:01
Monty226-Feb-04 0:01 
GeneralReply: can we add wave files as resource Pin
Sivaji26-Feb-04 23:03
Sivaji26-Feb-04 23:03 

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.