Bitsets ?

Peter M. Groen pgroen at osdev.xs4all.nl
Tue Apr 12 17:27:55 BST 2005


On Tuesday 12 April 2005 17:52, cantabile wrote:
> Hi,
> This may not be directly related to Kdevelop. Sorry if it isn't.
> Well, I'm trying to use STL bitset structure but when I compile I get
> "no such file" either with #include<bitset.h> or <bitset>.
> How come ?
>

I assume (kdevelop) you're on a linux machine. Have an updated updatedb and 
type:

~# locate bitset.h 

If the prompt returns with out filename with path... You're out of luck. Then 
the file is not present. If the file is present, be sure to include it's 
pathname in the makefile...

Regards,

Peter

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list