D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] C++ Experts

 

> I get a "undeclared (first use this function) " which i assume it can't find
> a lib/header.

"undeclared foo" means that you haven't included the right header file. The compiler is finding a function or variable name that it knows nothing about, so it throws a wobbly. Check the man page for the function that you're trying to use and it'll tell you which header you need.

If you were missing a library, it would give you an "Unresolved symbol" error.

As for coding environments, I still go for the good old fashioned:
gnome terminal + vim + gcc + gmake

I've used Eclipse for Java devel work and it's really good, but I still like just using vim.
-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html