472,805 Members | 817 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

Boost and austria C++

My apologies in advance if any one is offended by this post. I have an
unstable job in a start up company and thought of sharpening my skill
sets. I noticed that many companies are asking for boost and austria
C++ library knowledge. I am thinking of using that in my
project/learning them.

For the past 20 months , I developed a fairly complex real time multi
threaded (Posix threads) daemon in C++ using Berkeley DB, sockets, C++
concepts like templates, exceptions, auto_ptrs, virtual fns etc. All I
used was standard C++ library available with g++ on linux and solaris
and pthread and socket libraries

My question is this what does these libraries provide that is not
available in the standard libraries. I saw that boost provides a graph
class.

Jul 23 '05 #1
2 1467
ni****@yahoo.com wrote:
My apologies in advance if any one is offended by this post. I have an
unstable job in a start up company and thought of sharpening my skill
sets. I noticed that many companies are asking for boost and austria
C++ library knowledge.
....
My question is this what does these libraries provide that is not
available in the standard libraries. I saw that boost provides a graph
class.


Have you looked at their websites? This page describes the Boost libraries:

http://www.boost.org/libs/libraries.htm

Many core Boost libraries have been included in the first library technical
report (TR1) and are expected to be included in the next version of the C++
standard library, unless they are superceded by more general components.

Someone else will have to answer regarding Austria.

Jonathan
Jul 23 '05 #2
Jonathan Turkanis wrote:
ni****@yahoo.com wrote:
My question is this what does these libraries provide that is not
available in the standard libraries. I saw that boost provides a graph
class.


[redacted]
Someone else will have to answer regarding Austria.

Austria C++: http://sourceforge.net/projects/austria/
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: sbobrows | last post by:
{Whilst I think much of this is OT for this newsgroup, I think the issue of understanding diagnostics just about gets under the door. -mod} Hi, I'm a C++ newbie trying to use the Boost regex...
1
by: Hardy | last post by:
Hi, just come into the boost world. just the first.cpp in the program_options examples, with many link error... devc++4.9.9.2, gcc 3.4.2, can I get your opinions on this problem? thank you~ ...
0
by: Marcel - IDUG Europe 2006 | last post by:
Hi DB2 User, Go Further at the leading user-driven technical event for DB2 and Informix professionals. IDUG 2006 - Europe 2-6 October 2006 Vienna, Austria www.IDUG.org Register today...
1
by: 张沈鹏 | last post by:
How to compile the HelloWorld of boost.asio? Maybe this is a stupid problem , but I really don't konw how to find the right way. My compile environment is WinXP, Msys , MinGw , G++ 3.4.2,...
9
by: Peter v. N. | last post by:
Hi all, First off: consider this to be a low priority thread! This may sound heretical: but I'd like to know what the community thinks about using Boost extensively in C++ projects (mainly...
11
by: Osiris | last post by:
I have these pieces of C-code (NOT C++ !!) I want to call from Python. I found Boost. I have MS Visual Studio 2005 with C++. is this the idea: I write the following C source file:...
1
by: =?UTF-8?B?SmVucyBNw7xsbGVy?= | last post by:
(I also posted this to boost-user) The BGL implementation of breadth-first search uses a dedicated color map. I had the following idea: Some algorithms don't need to distinguish black/gray,...
1
by: Noah Roberts | last post by:
Trying to use boost::function in a C++/CLI program. Here is code: pragma once #include <boost/function.hpp> #include <boost/shared_ptr.hpp> #include <vector> using namespace System;
2
by: Man4ish | last post by:
I have created Graph object without vertex and edge property.It is working fine. #include <boost/config.hpp> #include <iostream> #include <vector> #include <string> #include...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.