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

C / C++ / MFC

 
GeneralRe: CWinThread and starting a thread from a class function Pin
Ryan Binns17-Aug-03 15:30
Ryan Binns17-Aug-03 15:30 
GeneralRe: CWinThread and starting a thread from a class function Pin
Mike Ellertson17-Aug-03 16:39
sussMike Ellertson17-Aug-03 16:39 
GeneralRe: CWinThread and starting a thread from a class function Pin
Ryan Binns17-Aug-03 16:56
Ryan Binns17-Aug-03 16:56 
GeneralRe: CWinThread and starting a thread from a class function Pin
Kuniva18-Aug-03 1:00
Kuniva18-Aug-03 1:00 
GeneralRe: CWinThread and starting a thread from a class function Pin
Ryan Binns18-Aug-03 4:13
Ryan Binns18-Aug-03 4:13 
QuestionWhats the difference? Pin
leppie17-Aug-03 9:13
leppie17-Aug-03 9:13 
AnswerRe: Whats the difference? Pin
User 665817-Aug-03 10:25
User 665817-Aug-03 10:25 
GeneralRe: Whats the difference? Pin
leppie17-Aug-03 10:51
leppie17-Aug-03 10:51 
Thanx Smile | :)

Greg S. wrote:
You can modify the address pointed to by foo with

I tend to differ... EG

void Bla(Foo* foo)<br />
{<br />
  foo->a = 99;<br />
  foo = NULL;<br />
}// copy address

foo.a == 99 after method, not NULL.

Greg S. wrote:
void Bla(Foo& foo)
->
Value passed by reference, you can change the value simply with foo = 123


The compiler wont even let me define the method. Is this a C++ specific operator? BTW I'm only (allowed to) use C, not C++.

leppie::AllocCPArticle(Generic DFA State Machine for .NET);
GeneralRe: Whats the difference? Pin
Michael Dunn17-Aug-03 13:02
sitebuilderMichael Dunn17-Aug-03 13:02 
GeneralRe: Whats the difference? Pin
Hosam Aly Mahmoud17-Aug-03 12:57
Hosam Aly Mahmoud17-Aug-03 12:57 
GeneralRe: Whats the difference? Pin
Bob Stanneveld17-Aug-03 13:24
Bob Stanneveld17-Aug-03 13:24 
GeneralRe: What's the difference? Pin
Hosam Aly Mahmoud17-Aug-03 13:31
Hosam Aly Mahmoud17-Aug-03 13:31 
GeneralRe: What's the difference? Pin
Ryan Binns17-Aug-03 15:37
Ryan Binns17-Aug-03 15:37 
GeneralRe: What's the difference? Pin
Hosam Aly Mahmoud17-Aug-03 17:38
Hosam Aly Mahmoud17-Aug-03 17:38 
GeneralRe: What's the difference? Pin
Ryan Binns17-Aug-03 18:38
Ryan Binns17-Aug-03 18:38 
GeneralRe: What's the difference? Pin
Bob Stanneveld18-Aug-03 7:04
Bob Stanneveld18-Aug-03 7:04 
Questioncarriage return bug in Win32 edit controls? Pin
Jim Crafton17-Aug-03 7:33
Jim Crafton17-Aug-03 7:33 
AnswerRe: carriage return bug in Win32 edit controls? Pin
keeploading17-Aug-03 19:08
keeploading17-Aug-03 19:08 
AnswerRe: carriage return bug in Win32 edit controls? Pin
David Crow18-Aug-03 3:07
David Crow18-Aug-03 3:07 
QuestionProblem with vector or data types convertion? Pin
Vassilis Papoulidis17-Aug-03 7:09
Vassilis Papoulidis17-Aug-03 7:09 
Generalc++ dll exports Pin
Alexander M.,17-Aug-03 6:21
Alexander M.,17-Aug-03 6:21 
GeneralRe: c++ dll exports Pin
Dominik Reichl17-Aug-03 6:55
Dominik Reichl17-Aug-03 6:55 
GeneralRe: c++ dll exports Pin
Alexander M.,18-Aug-03 1:56
Alexander M.,18-Aug-03 1:56 
GeneralNeed help with F-lock Pin
Snyp17-Aug-03 4:26
Snyp17-Aug-03 4:26 
QuestionThird party file protection? Pin
Kayembi17-Aug-03 3:58
Kayembi17-Aug-03 3:58 

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.