Click here to Skip to main content
16,004,761 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: to make maximize windows by default Pin
Aamir Butt14-Jul-05 21:06
Aamir Butt14-Jul-05 21:06 
GeneralRe: to make maximize windows by default Pin
firebolt7714-Jul-05 21:59
firebolt7714-Jul-05 21:59 
QuestionHow to get System Information?? Pin
darpankamboj14-Jul-05 18:44
darpankamboj14-Jul-05 18:44 
AnswerRe: How to get System Information?? Pin
Nilesh K.14-Jul-05 21:52
Nilesh K.14-Jul-05 21:52 
AnswerRe: How to get System Information?? Pin
ddmcr14-Jul-05 23:29
ddmcr14-Jul-05 23:29 
AnswerRe: How to get System Information?? Pin
Alexander M.,15-Jul-05 2:07
Alexander M.,15-Jul-05 2:07 
QuestionHow to reinitialize var param in a loop Pin
gomfp14-Jul-05 16:59
gomfp14-Jul-05 16:59 
AnswerRe: How to reinitialize var param in a loop Pin
Christian Graus14-Jul-05 17:09
protectorChristian Graus14-Jul-05 17:09 
memset is what you need. As in memset(&valData[0], 0, 256);. You should also fix the rest of your code, unless you're actually programming in C. Putting all the variables at the top makes your code harder to read, and creating any variables without giving them default values is a recipe for bugs due to uninitialised values.

Also, your code is not displaying properly because you didn't check 'Do not treat <'s as HTML tags'.

Christian Graus - Microsoft MVP - C++
GeneralDo I hit some kind of Visual Studio limitation? Urgent help needed! Pin
DionChen14-Jul-05 16:51
DionChen14-Jul-05 16:51 
GeneralRe: Do I hit some kind of Visual Studio limitation? Urgent help needed! Pin
Anonymous14-Jul-05 17:02
Anonymous14-Jul-05 17:02 
GeneralRe: Do I hit some kind of Visual Studio limitation? Urgent help needed! Pin
Christian Graus14-Jul-05 17:10
protectorChristian Graus14-Jul-05 17:10 
GeneralRe: Do I hit some kind of Visual Studio limitation? Urgent help needed! Pin
Blake V. Miller14-Jul-05 17:31
Blake V. Miller14-Jul-05 17:31 
GeneralRe: Do I hit some kind of Visual Studio limitation? Urgent help needed! Pin
DionChen15-Jul-05 0:49
DionChen15-Jul-05 0:49 
GeneralExecute Twice Pin
aarontan14-Jul-05 16:12
aarontan14-Jul-05 16:12 
GeneralRe: Execute Twice Pin
Weiye Chen14-Jul-05 19:43
Weiye Chen14-Jul-05 19:43 
GeneralSelecting Text - Pls Help!! Pin
c121hains14-Jul-05 14:39
c121hains14-Jul-05 14:39 
GeneralRe: Selecting Text - Pls Help!! Pin
Jose Lamas Rios14-Jul-05 21:27
Jose Lamas Rios14-Jul-05 21:27 
GeneralRe: Selecting Text - Pls Help!! Pin
c121hains15-Jul-05 5:50
c121hains15-Jul-05 5:50 
GeneralI need help fatal Pin
TA-RS14-Jul-05 13:23
TA-RS14-Jul-05 13:23 
GeneralRe: I need help fatal Pin
Christian Graus14-Jul-05 13:34
protectorChristian Graus14-Jul-05 13:34 
GeneralRe: I need help fatal Pin
Bob Stanneveld14-Jul-05 21:53
Bob Stanneveld14-Jul-05 21:53 
GeneralRe: I need help fatal Pin
dandy7215-Jul-05 9:12
dandy7215-Jul-05 9:12 
GeneralContext Menu Extension with XP Visual Style Pin
Cyrus Dang14-Jul-05 13:13
Cyrus Dang14-Jul-05 13:13 
Generalinternet access? help Pin
faroqtam14-Jul-05 12:29
faroqtam14-Jul-05 12:29 
GeneralRe: I need help Pin
Christian Graus14-Jul-05 13:31
protectorChristian Graus14-Jul-05 13:31 

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.