473,320 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

C++ POSIX implementation?

Hello:

Does anyone know of if a C++ wrapper to the POSIX API exists?
I'm looking for something like MFC, a Microsoft library that wraps
portions of the Windows API in C++ classes, except for Unix.

Thanks in advance.

Jan 26 '06 #1
5 3445

da********@gmail.com wrote:
Hello:

Does anyone know of if a C++ wrapper to the POSIX API exists?
I'm looking for something like MFC, a Microsoft library that wraps
portions of the Windows API in C++ classes, except for Unix.

Thanks in advance.


boost has a threads library that uses posix.

Jan 26 '06 #2
da********@gmail.com wrote:
Hello:

Does anyone know of if a C++ wrapper to the POSIX API exists?


Well considering how vast POSIX is and that there are several standards,
no.

Have a look ate ACE, I haven't used it in a while, but might give you
what you require.

--
Ian Collins.
Jan 26 '06 #3
On 25 Jan 2006 19:49:20 -0800, "da********@gmail.com"
<da********@gmail.com> wrote:
Does anyone know of if a C++ wrapper to the POSIX API exists?
I'm looking for something like MFC, a Microsoft library that wraps
portions of the Windows API in C++ classes, except for Unix.


http://www.basepath.com/aup/ex/group__Ux.html

Jan 26 '06 #4
MFC is mostly a class wrapper for all of the Windows C API. But mainly
used to create
GUI application.

If you search for GUI also, lets try www.wxwidgets.org. They have a
multiplatform C++ API.

Regards, Lothar

Jan 26 '06 #5
da********@gmail.com wrote:
Hello:

Does anyone know of if a C++ wrapper to the POSIX API exists?
I'm looking for something like MFC, a Microsoft library that wraps
portions of the Windows API in C++ classes, except for Unix.


Austria C++ has a wrapper for both Win32 and pthreads (one interface).

http://austria.sourceforge.net/
Jan 26 '06 #6

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

Similar topics

1
by: Peter Åstrand | last post by:
There's a new PEP available: PEP 324: popen5 - New POSIX process module A copy is included below. Comments are appreciated. ---- PEP: 324 Title: popen5 - New POSIX process module
0
by: Jonathan Hodges | last post by:
Posted with an Unregistered Version of NewsHunter - The Newsgroup Utility for OS X. Get your copy today at: http://www.parkersoftware.com/products/newshunter/ Can anyone provide details on how...
0
by: RN | last post by:
Hi, I don't know if this is the right place to ask this, but - what's the difference between posix and perl regular expressions? A good example is "aa|bb". Will this match "aa" or "ab" in...
2
by: raxitsheth | last post by:
Hello All... I am using Posix Thread. class Parent { public: virtual void* func(void *)=0;
11
by: FiLH | last post by:
Hello, I would like to know if posix semaphores are inter processes or just semaphores for threads inside the same process. I have not seen it defined in the posix specification I have found,...
4
by: jensthiede | last post by:
My question is simple, but I guess the answer isn't. Why does the system() function on a POSIX system return the exit status of the called command as 2^8*n instead of n? Any good replies much...
23
by: Boltar | last post by:
Hi I'm writing a threading class using posix threads on unix with each thread being run by an object instance. One thing I'm not sure about is , if I do the following: myclass::~myclass() {...
8
by: Michele 'xjp' | last post by:
Hi there, I am using a POSIX-compliant system, Cygwin on Windows. I need the features of conio.h's getch() and clrscr(), but I can't compile programs with #include <conio.h(since conio.h is NOT...
23
by: asit | last post by:
what is the difference between portable C, posix C and windows C ???
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.