0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
~2K People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
Re: Parsing html
Hi, this link contains some open source html parsers: [url]http://java-source.net/open-source/html-parsers[/url]
Re: Static library
Also, when you are compiling with a library in the command line you have to put -l{libraryname} for each library you are using, it doesn't suffice with putting the path. [QUOTE=K0ns3rv;1187244]Solved it, seems i had to set the location of the library file in the project properties. Is it possible …
Actually find is a template function so it will work for any type predefined or not. The only requirement is that you implement your equality operator and that's it. [QUOTE=Rajith Cherian;568480]Hey guys... find() would work if its a per-defined data type. Since you are having a structure ( user - …
The End.
kay25