472,338 Members | 1,695 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,338 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 3386

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:...
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:...
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...
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...
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...
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 ,...
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...
23
by: asit | last post by:
what is the difference between portable C, posix C and windows C ???
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...

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.