|
Can you guys tell me the difference between them?
BTW is there something called C++ library or C library??
Thanks.
Dazza
Started by MainID on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The C++ Standard Library and C Standard Library are the libraries that the C++ and ....
C runtime library contains C functions such as printf, scanf, fopen, and so on.
Such as cout, fstream and so on.
|
|
I don't ever recall coming across anything for C that's as extensive as C++'s Boost library.
Started by Thomas Owens on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The....
I've seen many C-interface libraries for things like image processing, 3D graphics, networking, etc., but never a real general-purpose library like boost to sections of boost.
And much of boost, and C doesn't have them.
|
|
Hello,
What is a good and portable regex library for C/C++? (C++ preferably)
Started by toastie on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Its interface isn't quite as nice as Boost RegEx, but it may have... .
I have used the PCRE (Perl Compatible Regular Expressions) library in the past with good success.
The GNU C library has strong regex support, under the GPL license.
|
Ask your Facebook Friends
|
Tell me about the best database connectivity support library framework for c c++
Started by buddhi on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Libpq is a set of library functions that allow client programs to pass queries.
Libpq is the C application programmer's interface to PostgreSQL.
Libpq - C Library , Which is a excellent library.
|
|
I recently started looking into Qt (I installed Qt 4.5.2 and installed their Eclipse-CDT plugin called "qt integration v1.5.2" and I will do all my development in Linux-Eclipse-CDT-QTintegration).
Originally I thought Qt was a straight vanilla C++ library...
Started by Trevor Boyd Smith on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This isn't a hard-and-fast distinction enforced by the programming language, rather, it describes how the code is designed and intended to be used:
A library is someone else's code that is used by your code....
Is a framework, not a library.
|
|
Hello,
I turned my C++ Dynamic link library into Static library just to acquire more knowledge. My question is how can I use the .obj file to compile both projects with C# express/MS visual studio?
Started by John on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
.net supports DLLs ....
This concept doesn't exist in .net.
Only call DLL functions in runtime or create a COM object from your library
"Static library" means that the library is going to be merged with your final application.
|
|
Does anyone know of any free/open-source text recognition libraries in C/C++/Objective-C? Basically something that can scan an image, and read out all of the plain text.
Started by Andy White on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are a few more, perhaps not as famous as Tesseract: http://en.wikipedia.org/wiki/OCRopus... .
It is also promoted by Google.
The most famous one is Tesseract OCR (sourceforge or Google Code ) developed initially by Motorola and later become open source .
|
|
Hello!
I want to implement support of the XMLRPC protocol for my server that is written in C and C++ and now looking for the most widely adopted xmlrpc library. License is not an issue, GPL would be fine. What would you suggest ? Is there any defacto ...
Started by Konstantin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
GSoap I have.
Edit to go before ;)
Here are two options:
XML-RPC for C and C++ I've never used this one.
C and C++ and it even has its own embedded http daemon for servicing the http requests ...
|
|
I am looking for template/generator libraries for C++ that are similar to eg. Ruby's Erb, Haml, PHP's Smarty, etc.
It would be great if I it would sport some basic features like loops, if/else, int conversion to strings, etc.
Parameter passing to template...
Started by Marcin Gil on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
CTPP Wt - Witty Wt (pronounced 'witty') is a C++ library and application server of programming, but a library..
Here is a list of existing websites which use clearsilver Template by Andrei .
ClearSilver is available for c.
|
|
I haven't done work in C/C++ for a little bit and was just wondering what people's favorite cross platform libraries are to use.
I'm looking for something that is a good quick and dirty library as well as a library that is a little more robust. Often ...
Started by Hortitude on
, 20 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
There exist a few higher level libraries based on it, e.g the above mentione apr library is a good to clear up any confusion, is the....
Confusion, is the answer to the best C++ library for anything always BOOST?
For robust, mature".
|