Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Checking Parallel Port Status Pin
A Knight of Islam12-Jul-04 16:57
A Knight of Islam12-Jul-04 16:57 
GeneralRe: Checking Parallel Port Status Pin
Ryan Binns12-Jul-04 18:13
Ryan Binns12-Jul-04 18:13 
QuestionImplement a Sequence ADT in SIngly linked list? Pin
Rocreprezent11-Jul-04 10:38
Rocreprezent11-Jul-04 10:38 
AnswerRe: Implement a Sequence ADT in SIngly linked list? Pin
ThatsAlok11-Jul-04 22:53
ThatsAlok11-Jul-04 22:53 
GeneralQuestion Pin
gamitech11-Jul-04 10:38
gamitech11-Jul-04 10:38 
GeneralRe: Question Pin
Ravi Bhavnani11-Jul-04 11:16
professionalRavi Bhavnani11-Jul-04 11:16 
GeneralRe: Question Pin
ThatsAlok11-Jul-04 22:40
ThatsAlok11-Jul-04 22:40 
Generaloverloading operator [] for a matrix Pin
kfaday11-Jul-04 6:48
kfaday11-Jul-04 6:48 
Hello,
for a vector, overloading the operator [] is easy, you return the data of the position given to the function operator[].
i'm trying to find out how to do it with a matrix.
i found the () approach here:
<url=http: www.parashift.com="" c++-faq-lite="" operator-overloading.html#faq-13.8="">http://www.parashift.com/c++-faq-lite/operator-overloading.html#faq-13.8
to sum it up,there you overload the (), and you access the matrix by doing for example mat(3,3)=2;
I want an implementation that works with mat[3][3]=2;.
i found this <url=http: www.devhood.com="" tutorials="" tutorial_details.aspx?tutorial_id="502">http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=502 , but i don't understand how it works.

i just need an answer of how it works. i need to answer a question, not to make some code work.
i'll really appreciate your help.
thanks!
GeneralRe: overloading operator [] for a matrix Pin
Michael Dunn11-Jul-04 9:34
sitebuilderMichael Dunn11-Jul-04 9:34 
GeneralRe: overloading operator [] for a matrix Pin
Roger Allen11-Jul-04 11:08
Roger Allen11-Jul-04 11:08 
GeneralRe: overloading operator [] for a matrix Pin
kfaday11-Jul-04 12:01
kfaday11-Jul-04 12:01 
QuestionHow can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 6:44
Abhishek Avasthi11-Jul-04 6:44 
AnswerRe: How can we receive Shell Notifications ??? Pin
Ravi Bhavnani11-Jul-04 7:19
professionalRavi Bhavnani11-Jul-04 7:19 
GeneralRe: How can we receive Shell Notifications ??? Pin
Abhishek Avasthi11-Jul-04 23:06
Abhishek Avasthi11-Jul-04 23:06 
AnswerRe: How can we receive Shell Notifications ??? Pin
Blake Miller12-Jul-04 8:49
Blake Miller12-Jul-04 8:49 
Generalmove and resize activeX control at runtime Pin
g_g_virat11-Jul-04 4:00
g_g_virat11-Jul-04 4:00 
GeneralRe: move and resize activeX control at runtime Pin
Ryan Binns11-Jul-04 18:13
Ryan Binns11-Jul-04 18:13 
General830421 - PostMessage problem Pin
ilostmyid211-Jul-04 3:36
professionalilostmyid211-Jul-04 3:36 
GeneralRe: 830421 - PostMessage problem Pin
peterchen11-Jul-04 4:34
peterchen11-Jul-04 4:34 
GeneralRe: 830421 - PostMessage problem Pin
Michael Dunn11-Jul-04 6:44
sitebuilderMichael Dunn11-Jul-04 6:44 
GeneralRe: 830421 - PostMessage problem Pin
Gary R. Wheeler11-Jul-04 14:04
Gary R. Wheeler11-Jul-04 14:04 
GeneralRe: 830421 - PostMessage problem Pin
Ryan Binns11-Jul-04 18:16
Ryan Binns11-Jul-04 18:16 
GeneralRe: 830421 - PostMessage problem Pin
Michael Dunn11-Jul-04 19:50
sitebuilderMichael Dunn11-Jul-04 19:50 
GeneralTray Icon Messaging in Dialog based MFC Bot Pin
kJeromek11-Jul-04 2:40
kJeromek11-Jul-04 2:40 
GeneralRe: Tray Icon Messaging in Dialog based MFC Bot Pin
ThatsAlok11-Jul-04 3:12
ThatsAlok11-Jul-04 3:12 

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.