Click here to Skip to main content
15,900,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: fuzzy logic code Pin
PecuniousPete16-Dec-12 20:51
PecuniousPete16-Dec-12 20:51 
GeneralRe: fuzzy logic code Pin
robot2920-Dec-12 4:07
robot2920-Dec-12 4:07 
AnswerRe: fuzzy logic code Pin
CPallini16-Dec-12 22:40
mveCPallini16-Dec-12 22:40 
GeneralRe: fuzzy logic code Pin
robot2920-Dec-12 4:10
robot2920-Dec-12 4:10 
QuestionRe: fuzzy logic code Pin
CPallini20-Dec-12 6:25
mveCPallini20-Dec-12 6:25 
AnswerRe: fuzzy logic code Pin
robot2920-Dec-12 6:47
robot2920-Dec-12 6:47 
QuestionRe: fuzzy logic code Pin
CPallini20-Dec-12 8:27
mveCPallini20-Dec-12 8:27 
AnswerRe: fuzzy logic code Pin
robot2920-Dec-12 9:17
robot2920-Dec-12 9:17 
GeneralRe: fuzzy logic code Pin
CPallini20-Dec-12 10:12
mveCPallini20-Dec-12 10:12 
GeneralRe: fuzzy logic code Pin
robot2921-Dec-12 1:19
robot2921-Dec-12 1:19 
GeneralRe: fuzzy logic code Pin
robot2920-Dec-12 4:11
robot2920-Dec-12 4:11 
AnswerRe: fuzzy logic code Pin
April Fans19-Dec-12 16:43
April Fans19-Dec-12 16:43 
GeneralRe: fuzzy logic code Pin
robot2920-Dec-12 4:00
robot2920-Dec-12 4:00 
QuestionHow do I select and pasted the mouse MFC loaded image. Pin
cemil.aksoyy15-Dec-12 12:26
cemil.aksoyy15-Dec-12 12:26 
AnswerRe: How do I select and pasted the mouse MFC loaded image. Pin
Richard MacCutchan15-Dec-12 21:05
mveRichard MacCutchan15-Dec-12 21:05 
Questionwhat is the purpose of & in constructors Pin
alaaan7315-Dec-12 7:49
alaaan7315-Dec-12 7:49 
AnswerRe: what is the purpose of & in constructors Pin
Maximilien15-Dec-12 14:29
Maximilien15-Dec-12 14:29 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 4:43
alaaan7318-Dec-12 4:43 
AnswerRe: what is the purpose of & in constructors Pin
Erudite_Eric16-Dec-12 21:43
Erudite_Eric16-Dec-12 21:43 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 4:43
alaaan7318-Dec-12 4:43 
AnswerRe: what is the purpose of & in constructors Pin
CPallini16-Dec-12 22:42
mveCPallini16-Dec-12 22:42 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 4:42
alaaan7318-Dec-12 4:42 
AnswerRe: what is the purpose of & in constructors Pin
Sajeesh Payolam17-Dec-12 4:33
Sajeesh Payolam17-Dec-12 4:33 
which is called pass by reference. we can pass arguments in two type
1. pass by value
2. pass by reference
if we use pass by reference same location is passed to functions. no copying is occured. so any changes made is also reflect in original variable. so use const for to provide unexpected changing.
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 4:42
alaaan7318-Dec-12 4:42 
AnswerRe: what is the purpose of & in constructors Pin
April Fans22-Dec-12 20:32
April Fans22-Dec-12 20:32 

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.