Click here to Skip to main content
15,867,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Catching User Activity Pin
Jochen Arndt30-Jan-16 22:03
professionalJochen Arndt30-Jan-16 22:03 
GeneralRe: Catching User Activity Pin
Bram van Kampen31-Jan-16 12:44
Bram van Kampen31-Jan-16 12:44 
GeneralRe: Catching User Activity Pin
Jochen Arndt31-Jan-16 22:42
professionalJochen Arndt31-Jan-16 22:42 
PraiseRe: Catching User Activity Pin
Bram van Kampen1-Feb-16 15:28
Bram van Kampen1-Feb-16 15:28 
SuggestionRe: Catching User Activity Pin
David Crow31-Jan-16 15:48
David Crow31-Jan-16 15:48 
GeneralRe: Catching User Activity Pin
Bram van Kampen1-Feb-16 15:18
Bram van Kampen1-Feb-16 15:18 
QuestionDid some one use Eigen or Armadillo library to do calculation? Pin
smallkubi28-Jan-16 22:31
smallkubi28-Jan-16 22:31 
AnswerRe: Did some one use Eigen or Armadillo library to do calculation? Pin
Jochen Arndt28-Jan-16 23:18
professionalJochen Arndt28-Jan-16 23:18 
I did not have used it so far but it should be possible to copy the values to your array this way:
// A one-dimensional array
double *da = new double[n * 3];
for (int i = 0; i < n; i++)
    for (int j = 0; j < 3; j++)
        da[i*3 + j] = B(i, j).real();

GeneralRe: Did some one use Eigen or Armadillo library to do calculation? Pin
smallkubi29-Jan-16 1:43
smallkubi29-Jan-16 1:43 
GeneralRe: Did some one use Eigen or Armadillo library to do calculation? Pin
Jochen Arndt29-Jan-16 2:00
professionalJochen Arndt29-Jan-16 2:00 
QuestionXML Image Changes im MFC Ribbon Pin
rajmohan 12328-Jan-16 20:57
rajmohan 12328-Jan-16 20:57 
Questionhow to save print view to pdf? Pin
Le@rner27-Jan-16 22:29
Le@rner27-Jan-16 22:29 
AnswerRe: how to save print view to pdf? Pin
Richard MacCutchan27-Jan-16 23:10
mveRichard MacCutchan27-Jan-16 23:10 
GeneralRe: how to save print view to pdf? Pin
Le@rner28-Jan-16 0:25
Le@rner28-Jan-16 0:25 
GeneralRe: how to save print view to pdf? Pin
Richard MacCutchan28-Jan-16 1:12
mveRichard MacCutchan28-Jan-16 1:12 
QuestionWhat should constructor do? Pin
Vaclav_27-Jan-16 3:07
Vaclav_27-Jan-16 3:07 
AnswerRe: What should constructor do? Pin
Jochen Arndt27-Jan-16 4:10
professionalJochen Arndt27-Jan-16 4:10 
AnswerRe: What should constructor do? Pin
jschell27-Jan-16 9:06
jschell27-Jan-16 9:06 
GeneralRe: What should constructor do? Pin
Vaclav_27-Jan-16 16:46
Vaclav_27-Jan-16 16:46 
AnswerRe: What should constructor do? Pin
CPallini27-Jan-16 21:40
mveCPallini27-Jan-16 21:40 
AnswerRe: What should constructor do? Pin
Albert Holguin28-Jan-16 5:26
professionalAlbert Holguin28-Jan-16 5:26 
QuestionEnable/Disable Ribbon Menu Item Dynamically Pin
rajmohan 12326-Jan-16 23:13
rajmohan 12326-Jan-16 23:13 
AnswerRe: Enable/Disable Ribbon Menu Item Dynamically Pin
Jochen Arndt27-Jan-16 1:49
professionalJochen Arndt27-Jan-16 1:49 
GeneralRe: Enable/Disable Ribbon Menu Item Dynamically Pin
rajmohan 12327-Jan-16 21:14
rajmohan 12327-Jan-16 21:14 
GeneralRe: Enable/Disable Ribbon Menu Item Dynamically Pin
Jochen Arndt27-Jan-16 21:35
professionalJochen Arndt27-Jan-16 21:35 

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.