I'm looking for a c++ audio library that can play mp3s and mix audio. I can spend some money on it, but I'm on a somewhat tight budget, so the less the better. It really needs to just run on Windows and Mac OS X although Linux and embedded devices are a big plus. Anyone know of a good library or two?
Thanks!
...
I have looked at /System/Library, but I have not found the iostream library/module by
ack iostream
Where are the standard libraries in OS/X?
...
Can anyone recommend any text categorization libraries that work well on short messages, like Tweets? Ideally the software would be able to look at a short message, and return a category like "sports", "entertainment", "computers", etc. I can define the categories, they don't need to be built into the software.
...
How I can install multiple versions of a library in Delphi or C++Builder? For example, I might want to be able to develop the next version of our app using the current versions of JCL and JVCL while still being able to compile the release version of our app using whatever version of JCL and JVCL were tested for that release.
Using more...
As soon as you start using PowerShell, you are likely to start collecting small, useful scripts. Managing them well is tricky.
Where do you keep your PowerShell scripts?
How do you track versions & do backups?
How do you synchronize between machines?
How do you integrate new versions of other's scripts? (Including dealing with brea...
I'm developing a c++ applicaton using Qt, and we're looking to include swf files. Is there a way I can include swfs in my application? I'm open to different solutions for windows, mac, and linux, but a single cross-platform solution would be best.
Thanks!
...
Hello!
Which GWT library would you suggest I used for a project? Could someone tell me a summary of the pros and cons of various libraries around (SmartGWT, Ext-GWT, GWT-Ext etc.). Is there a best-all-around-library basically "everyone" works with or are some libraries more suited for specific applications than others?
Thanks!
Possible ...
I have been in the process of creating a "lite" version of an existing Flex application, and thereby porting many of the classes that are used by both into a library project. As such, I want to easily find all of the "orphan" classes in the original project - those classes that are no longer referenced/used by the project. Is there an Ec...
I would like to create a framework for some reusable code that I would like to include in other iPhone apps. What is the best way to do it? Ideally, I would like it to work just like builtin frameworks and have the app use it without mucking around with build files.
...
I have a Contact List web part I developed that is dependent on a custom list I created, also called Contact List. But instead of the web part ALWAYS requiring a list called Contact List whenever the web part is added to a page, I want it so I can add the web part to a page THEN set which list I want it to use. I guess I am asking how do...
I am looking for a PDF processing library written in Erlang, but I was unable to find any yet. ErlGuten, the only library I found could only generate PDFs not process them.
Anyone aware of such library?
...
Hey there,
is there any recommendation for a library (c++, Win32, open source) to get the sound from a microphone?
Thanks
...
Hi,
I'm wondering if there are any useful (free) libraries out there to
help the development of Console applications.
Just a simple example:
What about a library that encapsulates all the behaviour to
select files in a console application (aka the OpenFileDialog for Console applications).
There's MonoCurses of course, but I'm wonder...
I've found references online that talk about two different root classes for ObjC, either objc/Object.h or Foundation/NSObject.h. They require different compiler flags (-lobj vs. -lobjc -framework Foundation, and have different selectors for initializing & releasing objects. Is NSObject a replacement, or do they have different application...
Good morning!
We have a SVN-Repository, which holds a VS-Solution. In this solution are many web-projects and each of them is using a JavaScript-Lib which is atm developed in an extra project (let's call it DemoWeb) and deployed manually to the other Web-Projects.
This construct has many disadvantages:
You can forget a project to copy...
Hi Everyone,
I am currently a C# programmer and have been interested in learning more about C++ and data structures. I found the CS106B class offered free online through the Stanford Engineering Everywhere program which seems like it would be a good fit.
I've tried to install the library files they use for the class and keep gettin...
I've read a few answers on here about reading Unicode files etc and most people point to UTF8-CPP or iconv.
None of the libraries that I found work for both ANSI and Unicode files, ideally I want one function which I pass a filename to and it will return the contents of that file and it won't matter what the encoding is, or is that not ...
Having just finished writing a Regex replacement and match function and tvf for SQLCLR for the fifth time, I sat and pondered whether there was a set of common community extensions for SQLCLR for the most common things you want in a database but are never provided.
Powershell for example has an excellent set of community extensions that...
This is in reference to question How to maintain sessions with C++ code?
Is there a C++ library (like Boost) available to manage sessions for web based CGI applications?
How feasible is it to make use of Cookies and URL Rewriting in C++ code for web based CGI applications?
...
My java code uses log4j eg. it tries to import org.apache.log4j.logger ,
import org.apache.commons.lang.StringUtils, import org.testng.Assert and many more
Is there any common place where i can get them? And also how to configure them too.
I downloaded the log4j from apache site but could not configure it properly.
Any help will be appr...