Hi! (Please include the list in replies, e.g. "Reply all") Am Mittwoch, den 29.09.2010, 19:22 +0200 schrieb Reinhard Auner: > I want to write some programs which require math.h, ctype.h and string.h Where do I get those? string.h and ctype.h are part of the C standard library and as such are always available. For math.h you need to add "-lm" to the LDADD of the target (right-click and choose "Properties") in the project pane. libm(ath) is usually installed on any linux system. Regards, Johannes
Attachment:
signature.asc
Description: This is a digitally signed message part