Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAfxBeginThread Pin
Member 6562827-Apr-05 18:59
Member 6562827-Apr-05 18:59 
GeneralRe: AfxBeginThread Pin
PJ Arends28-Apr-05 11:02
professionalPJ Arends28-Apr-05 11:02 
GeneralRe: AfxBeginThread Pin
Member 6562829-Apr-05 3:49
Member 6562829-Apr-05 3:49 
GeneralRe: AfxBeginThread Pin
PJ Arends29-Apr-05 6:20
professionalPJ Arends29-Apr-05 6:20 
QuestionHow do i disable mouse wheel in comboBox (MFC) Pin
Yanshof27-Apr-05 18:11
Yanshof27-Apr-05 18:11 
AnswerRe: How do i disable mouse wheel in comboBox (MFC) Pin
Rage27-Apr-05 22:31
professionalRage27-Apr-05 22:31 
General2d arrays Pin
aaadetos27-Apr-05 17:54
aaadetos27-Apr-05 17:54 
GeneralRe: 2d arrays Pin
Paul M Watt27-Apr-05 18:45
mentorPaul M Watt27-Apr-05 18:45 
your global variables are not initialized when you initialize your arrays. Then your arrays are initialized on the stack before your main function is called. Inside of your code, you never assign any values to the arrays afterwards.

What you should do, is simply move your array initialization after you call all of your functions a-h, then values will be assigned into your arrays.

Good luck


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: 2d arrays Pin
Anonymous28-Apr-05 4:35
Anonymous28-Apr-05 4:35 
GeneralRe: 2d arrays Pin
aaadetos28-Apr-05 7:52
aaadetos28-Apr-05 7:52 
QuestionWin32 Console Application project ? Pin
Anonymous27-Apr-05 17:36
Anonymous27-Apr-05 17:36 
AnswerRe: Win32 Console Application project ? Pin
Yanshof27-Apr-05 18:24
Yanshof27-Apr-05 18:24 
GeneralRe: Win32 Console Application project ? Pin
Anonymous28-Apr-05 0:11
Anonymous28-Apr-05 0:11 
GeneralRe: Win32 Console Application project ? Pin
Anonymous28-Apr-05 0:15
Anonymous28-Apr-05 0:15 
GeneralRe: Win32 Console Application project ? Pin
ThatsAlok28-Apr-05 1:08
ThatsAlok28-Apr-05 1:08 
Questionwindow hook uninstalled? Pin
outoolcoe27-Apr-05 17:27
outoolcoe27-Apr-05 17:27 
GeneralNeed Your Help!!!! Pin
Jack.Fu27-Apr-05 16:31
Jack.Fu27-Apr-05 16:31 
GeneralRe: Need Your Help!!!! Pin
mkuhac27-Apr-05 17:17
mkuhac27-Apr-05 17:17 
GeneralRe: Need Your Help!!!! Pin
Jack.Fu27-Apr-05 17:36
Jack.Fu27-Apr-05 17:36 
GeneralRe: Need Your Help!!!! Pin
Rage27-Apr-05 22:36
professionalRage27-Apr-05 22:36 
GeneralRe: Need Your Help!!!! Pin
ThatsAlok27-Apr-05 23:07
ThatsAlok27-Apr-05 23:07 
Generalimport TStringGrid component to MFC Pin
27-Apr-05 15:51
suss27-Apr-05 15:51 
QuestionCan Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
macauit27-Apr-05 14:49
macauit27-Apr-05 14:49 
AnswerRe: Can Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
Ryan Binns27-Apr-05 19:15
Ryan Binns27-Apr-05 19:15 
AnswerRe: Can Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
stolid_rock27-Apr-05 19:21
stolid_rock27-Apr-05 19: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.