Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDeny Time/Date change Pin
Presup25-Feb-03 12:47
Presup25-Feb-03 12:47 
GeneralRe: Deny Time/Date change Pin
Chris Losinger25-Feb-03 13:55
professionalChris Losinger25-Feb-03 13:55 
GeneralRe: Deny Time/Date change Pin
Presup1-Mar-03 18:29
Presup1-Mar-03 18:29 
GeneralRe: Deny Time/Date change Pin
peterchen25-Feb-03 22:25
peterchen25-Feb-03 22:25 
GeneralRe: Deny Time/Date change Pin
Presup1-Mar-03 18:31
Presup1-Mar-03 18:31 
General'=' operator with a list of args on the RHS Pin
Anton A. Loukine25-Feb-03 12:08
Anton A. Loukine25-Feb-03 12:08 
GeneralRe: '=' operator with a list of args on the RHS Pin
Tim Smith25-Feb-03 12:41
Tim Smith25-Feb-03 12:41 
GeneralRe: '=' operator with a list of args on the RHS Pin
Michael Dunn25-Feb-03 12:43
sitebuilderMichael Dunn25-Feb-03 12:43 
Anton A. Loukine wrote:
Is this possible?

Not with that class. The only time the array-style assignment syntax works is if you have a struct/class with all public members and no constructor, such as:
struct CFoo
{
  int x;
  char y;
};
 
CFoo foo = { 1, 'a' };


--Mike--
The Internet is a place where absolutely nothing happens.
  -- Strong Bad

1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralLarge fonts causing a ghost background Pin
Brigg Thorp25-Feb-03 10:10
Brigg Thorp25-Feb-03 10:10 
General[Beta-tester search] Test System Information Viewer Pin
Dominik Reichl25-Feb-03 8:50
Dominik Reichl25-Feb-03 8:50 
GeneralRe: [Beta-tester search] Test System Information Viewer Pin
Neville Franks25-Feb-03 9:40
Neville Franks25-Feb-03 9:40 
GeneralRe: [Beta-tester search] Test System Information Viewer Pin
Dominik Reichl26-Feb-03 1:16
Dominik Reichl26-Feb-03 1:16 
GeneralRe: [Beta-tester search] Test System Information Viewer Pin
Anders Molin25-Feb-03 12:26
professionalAnders Molin25-Feb-03 12:26 
GeneralRe: [Beta-tester search] Test System Information Viewer Pin
Dominik Reichl26-Feb-03 1:17
Dominik Reichl26-Feb-03 1:17 
Generalan odd problem Pin
ns25-Feb-03 8:07
ns25-Feb-03 8:07 
GeneralRe: an odd problem Pin
Alvaro Mendez25-Feb-03 9:09
Alvaro Mendez25-Feb-03 9:09 
GeneralRe: an odd problem Pin
ns25-Feb-03 10:06
ns25-Feb-03 10:06 
QuestionWhat happened to MDI application in my VC++ 6.0? Pin
Anonymous25-Feb-03 7:43
Anonymous25-Feb-03 7:43 
AnswerRe: What happened to MDI application in my VC++ 6.0? Pin
palbano25-Feb-03 10:04
palbano25-Feb-03 10:04 
GeneralThe listbox part of a combobox Pin
grotesque25-Feb-03 7:40
grotesque25-Feb-03 7:40 
GeneralRe: The listbox part of a combobox Pin
Chris Richardson25-Feb-03 14:22
Chris Richardson25-Feb-03 14:22 
Generala question about a null object and STL Pin
ns25-Feb-03 7:35
ns25-Feb-03 7:35 
GeneralRe: a question about a null object and STL Pin
Dave Bryant25-Feb-03 8:06
Dave Bryant25-Feb-03 8:06 
GeneralThanks.. Pin
ns25-Feb-03 9:59
ns25-Feb-03 9:59 
GeneralRe: a question about a null object and STL Pin
Todd Smith25-Feb-03 14:44
Todd Smith25-Feb-03 14:44 

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.