Does C or C++ have a standard regex library?
Does it? If yes, where can I get the documentation for it... if not, then which would be the best alternative? ...
Does it? If yes, where can I get the documentation for it... if not, then which would be the best alternative? ...
In the SubSonic docs it lists: o By default, the Tool generates insert and update code that uses System.Web.HttpContext.Current.User.Identity.Name and System.Threading.Thread.CurrentPrincipal.Identity.Name. Some generated methods may also make use of System.Web classes. If you don’t want to have to add a reference to System.Web in yo...
Note: I completely reworked the question to more properly reflect what I am setting the bounty for. Please excuse any inconsistencies with already-given answers this might have created. I did not want to create a new question, as previous answers to this one might be helpful. I am working on implementing a C standard library, and am c...
Hello, I am building "boost" libraries from boost source code and I have two options: to build it "static" or to build it "shared" (e.g. dynamic). Which is better idea? I prefer dynamic (shared) linking but when I tried to build boost shared libraries (on Ubuntu Linux), I got lots of errors or warnings (why there are always errors, warn...
Dear all, I'm researching about Single Sign On (SSO), using google,yahoo and openID account to login in my site. Some professional can tell me which is method to implement it. API OR LIBRARY to work with it. Thanks Nguyen ...
looking for a library for accessing the keyboards functions, key states, etc. the language I'm planning on using is C++ ...
Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang? ...
Hi, i'm using CGContextRectToClip(aContext, aRect), the new rect for clipping is a intersection between the previous rect and aRect. I used CGContextSaveGSState and CGContextRestoreState to restore the previous rect of clipping, but seems don't work. Clipping rect is part of state, i hope yes. ...
While running ./configure --prefix=/mingw on a MinGW/MSYS system for a library I had previously run './configure --prefix=/mingw && make && make install' I came across this message: WARNING: A version of the Vamp plugin SDK is already installed. Expect worries and sorrows if you install a new version without removing the old one...
I found a vector library on the Internet that even works with IE6! http://raphaeljs.com/index.html It's amazing. Now my question is it better than the upcoming HTML5 <canvas>? The only reason I ask is that it could be years before Microsoft implements a <canvas> that doesn't require a plugin for it to run. And it will be even long...
I'm currently searching for a 3d library that I could embed in a Swing application. This library doesn't necessarily have to be a huge thing as I mainly intend to give a 3D representation of some shapes, and certainly rotate around them. My main concern is to get something as easy to set up and to deploy as possible. Do you have any c...
I stumbled across the WB on-disk B-tree library: http://people.csail.mit.edu/jaffer/WB It seems like it could be useful for my purposes (swapping data to disk during very large statistical calculations that do not fit in memory), but I was wondering how stable it is. Reading the manual, it seems worringly 'researchy' - there are sectio...
Is there an equivalent for the python libgmail in “C”? Edit: I am trying to achieve the equivalent of GmailFS in C. Appreciate if you can point me to an open source library. This is for a hobby project. ...
I'm starting a new xCode project. I'm porting in some code from my last project, but I've re-ordered the directory structure, so that it makes more sense ala: Lib Package1 File1.h File1.m Package2 File2.h File2.m etc... Now my issue is that before I was using a flat file structure and using the xCode groups to ...
I'm looking for a .NET (much preferably open source in C#) library for dealing with fixed length field text files. It wouldn't be too much to write one, but existing, tested work is always nicer, to start with. I will be extracting data in fixed length fields from files produced by a PBX. Each PBX has its own file format, as well a se...
Does anyone know of a best practices guide for deploying native (no COM, no .NET) ANSI C Windows shared libraries? Our product uses zlib and we distribute pre-built binaries on our downloads page that differ from those on the official zlib page. I'm guessing that the reason for this is to avoid mixing C runtimes. The official ones are...
I'd like to learn what various code libraries, which I think are all Microsoft's, do. Example libraries include atls.lib, atlsd.lib, libcmtd.lib, libcpmtd.lib. Would you point me to a good online reference or other way to learn about these libraries? Clarification: I'm hoping to find an index of sorts for learning about Microsoft librar...
I'm a complete beginner, and this is how I understand linking: Static linking copies only the code that is actually used into the executable. Dynamic linking uses .dlls that may contain a lot of code that is never used by the application. Please correct me if I'm wrong :) Now here's my question. I'm using an open source library in my ap...
PROBLEM: Ok, I've been TRYING to follow the sample code on the MySQL Forge Wiki and some other websites that offer a tutorial on how to get a simple database connection, but for some reason, my project always fails at a linking error and I can't figure out why or how to fix it myself (I'm still learning). PLEASE HELP ME! I've included t...
Hi, I am going to do a project in Data Mining related to image clustering (in C++) .I am looking for a powerful library which is helpful in image processing, linear algebra and 3d graphics. Any thoughts? Thanks. ...