Click here to Skip to main content
15,887,821 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: COM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 5:14
Rolando Cruz19-Jun-07 5:14 
GeneralRe: COM/DCOM is now what? Pin
Matthew Faithfull19-Jun-07 7:51
Matthew Faithfull19-Jun-07 7:51 
GeneralRe: COM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 7:56
Rolando Cruz19-Jun-07 7:56 
QuestionUnable to launch dialog box Pin
Wamuti19-Jun-07 2:09
Wamuti19-Jun-07 2:09 
AnswerRe: Unable to launch dialog box Pin
Roger Stoltz19-Jun-07 2:40
Roger Stoltz19-Jun-07 2:40 
GeneralRe: Unable to launch dialog box Pin
Wamuti19-Jun-07 3:09
Wamuti19-Jun-07 3:09 
GeneralRe: Unable to launch dialog box Pin
Wamuti19-Jun-07 3:17
Wamuti19-Jun-07 3:17 
QuestionHow to: Structure initialization Pin
Programm3r19-Jun-07 0:01
Programm3r19-Jun-07 0:01 
Hi all,

I would like to know whether it is possible to construct a structure so that one of it's variables can be initialized with out the other being effected ?? i.e

struct foo
{
   char a[128];
   char b[128];
}FOODOO[100] = {"to A","to A again"}; // a must have both values 


Thanks in advance
Regards,


The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: How to: Structure initialization Pin
Rage19-Jun-07 0:27
professionalRage19-Jun-07 0:27 
GeneralRe: How to: Structure initialization Pin
Programm3r19-Jun-07 0:47
Programm3r19-Jun-07 0:47 
QuestionDifference between DLL & Process ??? Pin
amitmistry_petlad 18-Jun-07 23:45
amitmistry_petlad 18-Jun-07 23:45 
AnswerRe: Difference between DLL & Process ??? Pin
Programm3r19-Jun-07 0:05
Programm3r19-Jun-07 0:05 
AnswerRe: Difference between DLL & Process ??? Pin
karle19-Jun-07 0:08
karle19-Jun-07 0:08 
QuestionWhy can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo18-Jun-07 23:32
Chen-XuNuo18-Jun-07 23:32 
AnswerRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Rage18-Jun-07 23:42
professionalRage18-Jun-07 23:42 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo18-Jun-07 23:49
Chen-XuNuo18-Jun-07 23:49 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Rage19-Jun-07 0:22
professionalRage19-Jun-07 0:22 
QuestionRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Hamid_RT19-Jun-07 0:47
Hamid_RT19-Jun-07 0:47 
AnswerRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo19-Jun-07 6:29
Chen-XuNuo19-Jun-07 6:29 
AnswerRe: Why can't it show a whole bitmap in listctrl in icon form Pin
James R. Twine19-Jun-07 4:48
James R. Twine19-Jun-07 4:48 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo19-Jun-07 6:27
Chen-XuNuo19-Jun-07 6:27 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
James R. Twine19-Jun-07 6:56
James R. Twine19-Jun-07 6:56 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo19-Jun-07 22:41
Chen-XuNuo19-Jun-07 22:41 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
James R. Twine20-Jun-07 0:04
James R. Twine20-Jun-07 0:04 
GeneralRe: Why can't it show a whole bitmap in listctrl in icon form Pin
Chen-XuNuo20-Jun-07 3:01
Chen-XuNuo20-Jun-07 3:01 

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.