Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a matrix of integers in a variable and I want to know how can I display it and what controler I've to use for in MFC ?

share|improve this question
3  
CListCtrl with the style of Report comes to mind first – cha Feb 27 at 0:37

1 Answer

For more advanced formatting options, I always use a grid control for displaying matrix data; more specifically, the CGridCtrl from CodeProject. It's pretty old but works very well.

share|improve this answer
+1 for mentioning CGridCtrl and CodeProject in general. – Nik Bougalis Feb 27 at 16:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.