Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy is this C++ Exception unhandled ? Pin
Defenestration25-Apr-06 5:55
Defenestration25-Apr-06 5:55 
AnswerRe: Why is this C++ Exception unhandled ? Pin
includeh1025-Apr-06 6:50
includeh1025-Apr-06 6:50 
AnswerRe: Why is this C++ Exception unhandled ? Pin
Stephen Hewitt25-Apr-06 13:44
Stephen Hewitt25-Apr-06 13:44 
GeneralRe: Why is this C++ Exception unhandled ? Pin
Defenestration25-Apr-06 15:41
Defenestration25-Apr-06 15:41 
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 
JarethAshaer wrote:
error C2228: left of '.append' must have class/struct/union type line 25
error C2228: left of '.chop' must have class/struct/union type line 35
error C2228: left of '.print' must have class/struct/union type line 45


Makes me think that something is wrong with your declaration of ar1.


JarethAshaer wrote:
Array ar1 (int array[], int elem);


get rid of the two int keywords in this declaration.
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 
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 

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.