Click here to Skip to main content
15,925,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalhelp socket newbie Pin
Cyberizen13-Oct-03 19:05
Cyberizen13-Oct-03 19:05 
GeneralRe: help socket newbie Pin
Anand Paranjpe13-Oct-03 19:23
Anand Paranjpe13-Oct-03 19:23 
QuestionHow to make .ACS(agent character storage) Pin
sunju13-Oct-03 17:59
sunju13-Oct-03 17:59 
AnswerRe: How to make .ACS(agent character storage) Pin
Jagadeesh VN13-Oct-03 20:15
Jagadeesh VN13-Oct-03 20:15 
GeneralRe: How to make .ACS(agent character storage) Pin
sunju15-Oct-03 0:28
sunju15-Oct-03 0:28 
QuestionAre there any differences between pointers in C and C++? Pin
Link260013-Oct-03 16:41
Link260013-Oct-03 16:41 
AnswerRe: Are there any differences between pointers in C and C++? Pin
babaum13-Oct-03 17:11
babaum13-Oct-03 17:11 
GeneralRe: Are there any differences between pointers in C and C++? Pin
Link260013-Oct-03 17:34
Link260013-Oct-03 17:34 
Thanks, your help is definitely a welcome. However, I do
have a related question: What is the difference between
reference and pointer? Do pointers need references? For
example:

<br />
int main()<br />
{<br />
   int i = 7;<br />
   int* ip = &i;<br />
   <br />
   //...<br />
}<br />


In the above code, the pointer ip points to the address of
i, therefore, &i. Because pointers are the variable that holds
another object's memory address, in order to points to an address,
we need to reference that variable. Is my concept right?

Any input would be welcome.
GeneralRe: Are there any differences between pointers in C and C++? Pin
Paul Lyons13-Oct-03 18:29
Paul Lyons13-Oct-03 18:29 
GeneralRe: Are there any differences between pointers in C and C++? Pin
Bo Hunter13-Oct-03 18:31
Bo Hunter13-Oct-03 18:31 
GeneralIHTMLElement &amp; put_innerHTML update problem Pin
Ceri13-Oct-03 15:45
Ceri13-Oct-03 15:45 
QuestionWill it fail on HT(hyper-threading) CPU? Pin
EastDragon13-Oct-03 15:03
EastDragon13-Oct-03 15:03 
AnswerRe: Will it fail on HT(hyper-threading) CPU? Pin
Tim Smith13-Oct-03 15:25
Tim Smith13-Oct-03 15:25 
AnswerRe: Will it fail on HT(hyper-threading) CPU? Pin
Michael Dunn13-Oct-03 16:00
sitebuilderMichael Dunn13-Oct-03 16:00 
GeneralDaylight Savings Time related issue Pin
jdolly13-Oct-03 13:52
jdolly13-Oct-03 13:52 
GeneralCompiling C code in VS 7 Pin
Anonymous13-Oct-03 12:03
Anonymous13-Oct-03 12:03 
GeneralRe: Compiling C code in VS 7 Pin
Joaquín M López Muñoz13-Oct-03 12:29
Joaquín M López Muñoz13-Oct-03 12:29 
GeneralGetting Win2K user information from app Pin
BoudewijnEctor13-Oct-03 11:10
BoudewijnEctor13-Oct-03 11:10 
GeneralRe: Getting Win2K user information from app Pin
igor196013-Oct-03 14:40
igor196013-Oct-03 14:40 
GeneralCFormView without Doc Pin
vinnie8813-Oct-03 10:36
vinnie8813-Oct-03 10:36 
GeneralMaximize Window Pin
DougW4813-Oct-03 10:18
DougW4813-Oct-03 10:18 
GeneralRe: Maximize Window Pin
David Crow13-Oct-03 10:37
David Crow13-Oct-03 10:37 
GeneralRe: Maximize Window Pin
DougW4813-Oct-03 12:21
DougW4813-Oct-03 12:21 
GeneralRe: Maximize Window Pin
Michael Dunn13-Oct-03 12:23
sitebuilderMichael Dunn13-Oct-03 12:23 
QuestionInvert Pen/Line? Pin
Aidman13-Oct-03 10:01
Aidman13-Oct-03 10:01 

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.