Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvalidating user/pass inputs Pin
Kharfax25-Apr-06 5:35
Kharfax25-Apr-06 5:35 
QuestionProject for class Pin
JarethAshaer25-Apr-06 5:25
JarethAshaer25-Apr-06 5:25 
AnswerRe: Project for class Pin
David Crow25-Apr-06 6:21
David Crow25-Apr-06 6:21 
AnswerRe: Project for class Pin
Bob Flynn25-Apr-06 6:48
Bob Flynn25-Apr-06 6:48 
GeneralRe: Project for class Pin
JarethAshaer25-Apr-06 7:15
JarethAshaer25-Apr-06 7:15 
GeneralRe: Project for class Pin
Bob Flynn25-Apr-06 7:23
Bob Flynn25-Apr-06 7:23 
GeneralRe: Project for class Pin
JarethAshaer25-Apr-06 7:27
JarethAshaer25-Apr-06 7:27 
GeneralRe: Project for class Pin
Bob Flynn25-Apr-06 7:40
Bob Flynn25-Apr-06 7:40 
First, looking at your code, I think if you examine the content of ar1 after you use the default constructor you will find that the 10 elements you wanted to add are not there. You may want to change your print statements to give better confirmation that your program worked.

Second, if you find what I said correct, I think you should find that
Array ar1(array, elem);
is the proper declaration for what it appears that you are trying to do.

Third, keep up the good work.
GeneralRe: Project for class Pin
JarethAshaer25-Apr-06 7:52
JarethAshaer25-Apr-06 7:52 
Questionwhat are the differences between .dll and .lib file?eg. gdi32.dll and gdi32.lib Pin
rotorcli25-Apr-06 5:12
rotorcli25-Apr-06 5:12 
AnswerRe: what are the differences between .dll and .lib file?eg. gdi32.dll and gdi32.lib Pin
Chris Losinger25-Apr-06 5:16
professionalChris Losinger25-Apr-06 5:16 
GeneralRe: what are the differences between .dll and .lib file?eg. gdi32.dll and gdi32.lib Pin
rotorcli25-Apr-06 5:46
rotorcli25-Apr-06 5:46 
GeneralRe: what are the differences between .dll and .lib file?eg. gdi32.dll and gdi32.lib Pin
Chris Losinger25-Apr-06 6:16
professionalChris Losinger25-Apr-06 6:16 
GeneralRe: what are the differences between .dll and .lib file?eg. gdi32.dll and gdi32.lib Pin
rotorcli25-Apr-06 6:27
rotorcli25-Apr-06 6:27 
QuestionProblem compiling with VC++ 2005 Pin
Defenestration25-Apr-06 5:06
Defenestration25-Apr-06 5:06 
AnswerRe: Problem compiling with VC++ 2005 Pin
Cedric Moonen25-Apr-06 5:10
Cedric Moonen25-Apr-06 5:10 
GeneralRe: Problem compiling with VC++ 2005 Pin
Defenestration25-Apr-06 5:21
Defenestration25-Apr-06 5:21 
GeneralRe: Problem compiling with VC++ 2005 Pin
Defenestration25-Apr-06 5:26
Defenestration25-Apr-06 5:26 
QuestionAFX_INCLUDE() Pin
longdt925-Apr-06 3:54
longdt925-Apr-06 3:54 
AnswerRe: AFX_INCLUDE() Pin
YaronNir25-Apr-06 4:00
YaronNir25-Apr-06 4:00 
AnswerRe: AFX_INCLUDE() Pin
David Crow25-Apr-06 4:01
David Crow25-Apr-06 4:01 
GeneralRe: AFX_INCLUDE() Pin
YaronNir25-Apr-06 4:06
YaronNir25-Apr-06 4:06 
GeneralRe: AFX_INCLUDE() Pin
David Crow25-Apr-06 4:12
David Crow25-Apr-06 4:12 
QuestionHow to read words from a notepad application in VC++ program Pin
lekshmipriya25-Apr-06 3:39
lekshmipriya25-Apr-06 3:39 
AnswerRe: How to read words from a notepad application in VC++ program Pin
YaronNir25-Apr-06 3:51
YaronNir25-Apr-06 3:51 

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.