Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboBox problem Pin
Le centriste17-Sep-02 4:53
Le centriste17-Sep-02 4:53 
GeneralRe: CComboBox problem Pin
Phil J Pearson17-Sep-02 2:22
Phil J Pearson17-Sep-02 2:22 
GeneralRe: CComboBox problem Pin
Le centriste17-Sep-02 3:40
Le centriste17-Sep-02 3:40 
QuestionWeird Errors? Pin
Nick Parker16-Sep-02 13:38
protectorNick Parker16-Sep-02 13:38 
AnswerRe: Weird Errors? Pin
PJ Arends16-Sep-02 13:56
professionalPJ Arends16-Sep-02 13:56 
GeneralRe: Weird Errors? Pin
Nick Parker16-Sep-02 13:56
protectorNick Parker16-Sep-02 13:56 
GeneralRe: Weird Errors? Pin
Neville Franks16-Sep-02 15:58
Neville Franks16-Sep-02 15:58 
AnswerRe: Weird Errors? Pin
Raphael Kindt17-Sep-02 0:52
Raphael Kindt17-Sep-02 0:52 
the 3 lasts errors come from this:
int days_array{} = {31, 28, 31, 30, 31, 30,31, 31, 30, 31, 30, 31};

I suppose, you wanted to write that:
int days_array[12] = {31, 28, 31, 30, 31, 30,31, 31, 30, 31, 30, 31};


.... I think ....

Hello World!!! Smile | :)
from Raphaël
GeneralSocket programming Pin
xai16-Sep-02 12:44
xai16-Sep-02 12:44 
GeneralRe: Socket programming Pin
xai16-Sep-02 13:02
xai16-Sep-02 13:02 
GeneralRe: Socket programming Pin
PJ Arends16-Sep-02 13:36
professionalPJ Arends16-Sep-02 13:36 
GeneralRe: Socket programming Pin
xai16-Sep-02 13:54
xai16-Sep-02 13:54 
GeneralRe: Socket programming Pin
PJ Arends16-Sep-02 14:15
professionalPJ Arends16-Sep-02 14:15 
GeneralRe: Socket programming Pin
xai16-Sep-02 14:23
xai16-Sep-02 14:23 
QuestionHow to give arguments to Win32 application Pin
rsasalm_16-Sep-02 10:31
rsasalm_16-Sep-02 10:31 
AnswerRe: How to give arguments to Win32 application Pin
Michael Dunn16-Sep-02 11:18
sitebuilderMichael Dunn16-Sep-02 11:18 
AnswerRe: How to give arguments to Win32 application Pin
PJ Arends16-Sep-02 12:45
professionalPJ Arends16-Sep-02 12:45 
GeneralRe: How to give arguments to Win32 application Pin
rsasalm_16-Sep-02 23:48
rsasalm_16-Sep-02 23:48 
Generaltrying to find old post about EN_CHANGE Pin
ns16-Sep-02 8:59
ns16-Sep-02 8:59 
GeneralRe: trying to find old post about EN_CHANGE Pin
jmkhael16-Sep-02 9:01
jmkhael16-Sep-02 9:01 
GeneralRe: trying to find old post about EN_CHANGE Pin
ns16-Sep-02 9:05
ns16-Sep-02 9:05 
GeneralRe: trying to find old post about EN_CHANGE Pin
Joaquín M López Muñoz16-Sep-02 9:08
Joaquín M López Muñoz16-Sep-02 9:08 
GeneralRe: trying to find old post about EN_CHANGE Pin
Roger Allen17-Sep-02 2:37
Roger Allen17-Sep-02 2:37 
GeneralRe: trying to find old post about EN_CHANGE Pin
ns17-Sep-02 2:54
ns17-Sep-02 2:54 
Generalcant figure out the simple logic!!! Pin
ns16-Sep-02 8:35
ns16-Sep-02 8:35 

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.