Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging Help

Status
Not open for further replies.

FatalExceptionError

Technical User
Apr 10, 2001
100
US
im very new to VC++ (using 5) im trying to port my class files over to a windows usable ADT. (from a linux server C++ we use for classes) when i compile all i get is something telling me 2 errors and warnings. I do not get what kind of error it was nor do i get a general location of the error. Is there any way to do this or do i have to step through the class file and class check.

P.S. Any website i can be referred to for starting C++ ( i have experience in C++) and how to become a power programmer with it would be appreciated
 
Hi RawDawg -

are there any obscure error codes associated with it in your build window? Kind of like C0533 (just made it up)?

I have some links under Software Development that you might find useful on my site, but the real way to become a power C++ dev is.... practice. Ugh. :)

I'd say that this site is as good as any for finding things out. With posts happening frequently here, and being answered frequently (and quickly), I'd say you're in good hands here.

Let us know if you have ANY error numbers. A trick you'll want to try is also by highlighting the error code and hitting F1. This should bring up the MSDN and give you a somewhat less obscure answer. CoolNameDenied
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top