Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
beko28-Jul-08 2:13
beko28-Jul-08 2:13 
QuestionWin 32 DLL using VC++ .Net Pin
rp_suman27-Jul-08 18:19
rp_suman27-Jul-08 18:19 
AnswerRe: Win 32 DLL using VC++ .Net Pin
Nibu babu thomas27-Jul-08 19:02
Nibu babu thomas27-Jul-08 19:02 
QuestionExcel automation problem Pin
followait27-Jul-08 16:32
followait27-Jul-08 16:32 
AnswerRe: Excel automation problem Pin
Yajnesh Narayan Behera27-Jul-08 18:33
Yajnesh Narayan Behera27-Jul-08 18:33 
QuestionSorting Algorithm for C++ for an array Pin
Princess Angel27-Jul-08 16:30
Princess Angel27-Jul-08 16:30 
AnswerRe: Sorting Algorithm for C++ for an array Pin
CPallini27-Jul-08 21:38
mveCPallini27-Jul-08 21:38 
Questiondesignated initializer Pin
kcynic27-Jul-08 16:07
kcynic27-Jul-08 16:07 
if a struct is like following:
typedef struct _test_struct
{
int a;
int b;
int c;
}test_struct;

in C99 standard, if we want to define a global such struct with some initialized value(we only want to initialize b to 10), we can write this code like:

test_struct global_obj = { .b = 10};


but how to do the same thing in VC2005? Thanks
AnswerRe: designated initializer Pin
Joe Woodbury27-Jul-08 16:22
professionalJoe Woodbury27-Jul-08 16:22 
QuestionADO .NET using c++ Pin
rp_suman27-Jul-08 15:51
rp_suman27-Jul-08 15:51 
AnswerRe: ADO .NET using c++ Pin
CPallini27-Jul-08 21:23
mveCPallini27-Jul-08 21:23 
QuestionI can build but cant run my program... Pin
xelios27-Jul-08 9:20
xelios27-Jul-08 9:20 
AnswerRe: I can build but cant run my program... Pin
hoxsiew27-Jul-08 15:41
hoxsiew27-Jul-08 15:41 
QuestionLinked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 3:05
Sauce!27-Jul-08 3:05 
AnswerRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Luc Pattyn27-Jul-08 3:24
sitebuilderLuc Pattyn27-Jul-08 3:24 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 3:31
Sauce!27-Jul-08 3:31 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Luc Pattyn27-Jul-08 3:38
sitebuilderLuc Pattyn27-Jul-08 3:38 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Cedric Moonen27-Jul-08 8:50
Cedric Moonen27-Jul-08 8:50 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 15:46
Sauce!27-Jul-08 15:46 
QuestionTrouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr26-Jul-08 15:46
Larry Mills Sr26-Jul-08 15:46 
AnswerRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Luc Pattyn26-Jul-08 16:05
sitebuilderLuc Pattyn26-Jul-08 16:05 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr28-Jul-08 10:04
Larry Mills Sr28-Jul-08 10:04 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Luc Pattyn28-Jul-08 10:17
sitebuilderLuc Pattyn28-Jul-08 10:17 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr30-Jul-08 2:31
Larry Mills Sr30-Jul-08 2:31 
QuestionIs that sharing "memory" or sharing "file"? Pin
sawerr25-Jul-08 23:56
sawerr25-Jul-08 23:56 

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.