Click here to Skip to main content
15,921,989 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Change Focus on Tree View with Mouse Click Pin
Mark Salsbery9-Sep-08 6:29
Mark Salsbery9-Sep-08 6:29 
GeneralRe: How to Change Focus on Tree View with Mouse Click Pin
Stuck At Zero9-Sep-08 6:36
Stuck At Zero9-Sep-08 6:36 
QuestionInstalling drivers and Inno Setup Pin
AnithaSubramani9-Sep-08 2:47
AnithaSubramani9-Sep-08 2:47 
QuestionRe: Installing drivers and Inno Setup Pin
sashoalm9-Sep-08 5:08
sashoalm9-Sep-08 5:08 
AnswerRe: Installing drivers and Inno Setup [modified] Pin
AnithaSubramani9-Sep-08 18:56
AnithaSubramani9-Sep-08 18:56 
GeneralRe: Installing drivers and Inno Setup Pin
sashoalm9-Sep-08 23:40
sashoalm9-Sep-08 23:40 
QuestionLeft Click on CHeaderCtrl for a ListCtrl Pin
PrincessLily9-Sep-08 2:31
PrincessLily9-Sep-08 2:31 
AnswerRe: Left Click on CHeaderCtrl for a ListCtrl Pin
Michael Dunn9-Sep-08 14:21
sitebuilderMichael Dunn9-Sep-08 14:21 
GeneralRe: Left Click on CHeaderCtrl for a ListCtrl Pin
PrincessLily9-Sep-08 20:58
PrincessLily9-Sep-08 20:58 
QuestionArray Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:29
T.RATHA KRISHNAN9-Sep-08 2:29 
AnswerRe: Array Variable initialization Pin
toxcct9-Sep-08 2:32
toxcct9-Sep-08 2:32 
GeneralRe: Array Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:39
T.RATHA KRISHNAN9-Sep-08 2:39 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 2:42
toxcct9-Sep-08 2:42 
GeneralRe: Array Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:51
T.RATHA KRISHNAN9-Sep-08 2:51 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 2:59
toxcct9-Sep-08 2:59 
QuestionRe: Array Variable initialization Pin
CPallini9-Sep-08 3:34
mveCPallini9-Sep-08 3:34 
AnswerRe: Array Variable initialization Pin
toxcct9-Sep-08 3:37
toxcct9-Sep-08 3:37 
GeneralRe: Array Variable initialization [modified] Pin
CPallini9-Sep-08 5:13
mveCPallini9-Sep-08 5:13 
GeneralRe: Array Variable initialization Pin
SandipG 9-Sep-08 5:19
SandipG 9-Sep-08 5:19 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 5:40
toxcct9-Sep-08 5:40 
GeneralRe: Array Variable initialization Pin
CPallini9-Sep-08 6:10
mveCPallini9-Sep-08 6:10 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 6:12
toxcct9-Sep-08 6:12 
AnswerRe: Array Variable initialization Pin
David Crow9-Sep-08 4:35
David Crow9-Sep-08 4:35 
GeneralRe: Array Variable initialization Pin
CPallini9-Sep-08 5:18
mveCPallini9-Sep-08 5:18 
Sorry no STOS here:
...
  const int N = 10;
  int a[N]={7};
00401003  xor         eax,eax 
00401005  push        esi  
00401006  mov         dword ptr [esp+8],7 
0040100E  mov         dword ptr [esp+0Ch],eax 
00401012  mov         dword ptr [esp+10h],eax 
00401016  mov         dword ptr [esp+14h],eax 
0040101A  mov         dword ptr [esp+18h],eax 
0040101E  mov         dword ptr [esp+1Ch],eax 
00401022  mov         dword ptr [esp+20h],eax 
00401026  mov         dword ptr [esp+24h],eax 
0040102A  mov         dword ptr [esp+28h],eax 
0040102E  mov         dword ptr [esp+2Ch],eax 
...

(Visual C++ 2008 Express Edition, Win XP).
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Array Variable initialization Pin
David Crow9-Sep-08 5:21
David Crow9-Sep-08 5:21 

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.