¡@

Home 

c++ Programming Glossary: aix

C++ Structure Initialization

http://stackoverflow.com/questions/11516657/c-structure-initialization

the following links before posting this question C C for AIX C Structure Initialization with Variable Static structure initialization..

Visual Studio support for new C / C++ standards?

http://stackoverflow.com/questions/146381/visual-studio-support-for-new-c-c-standards

Portability of code across Windows Linux Solaris AIX etc is usually important in my experience and that is not at..

Programmatically find the number of cores on a machine

http://stackoverflow.com/questions/150355/programmatically-find-the-number-of-cores-on-a-machine

sysinfo numCPU sysinfo.dwNumberOfProcessors Linux Solaris AIX and Mac OS X for all OS releases 10.4 i.e. Tiger onwards per..

Why does this specialized char_traits<uint8_t> and codecvt<uint8_t> for use with the basic_ifstream template throw std::bad_cast?

http://stackoverflow.com/questions/19205531/why-does-this-specialized-char-traitsuint8-t-and-codecvtuint8-t-for-use-with

I was able to reproduce a bad_cast on my gcc 4.7.2 on AIX . The reason you got it is that gcc library implementors optimized..

How to get available memory C++/g++?

http://stackoverflow.com/questions/2513505/how-to-get-available-memory-c-g

as its going to be used on Windows OS X Linux and AIX. And if possible then I would also like to allocate some of..

gcc optimization? bug? and its practial implication to project

http://stackoverflow.com/questions/2892477/gcc-optimization-bug-and-its-practial-implication-to-project

the behaviour is only in gcc 4.1.2 SUSE 10. When tried in AIX 5.1 5.3 and HP IA64 the result is as expected. Is the above..

Is there any “standard” htonl-like function for 64 bits integers in C++?

http://stackoverflow.com/questions/3022552/is-there-any-standard-htonl-like-function-for-64-bits-integers-in-c

have 1 or 2 questions Is there any portable Windows Linux AIX standard function to do this If there is no such function how..

Finding C++ static initialization order problems

http://stackoverflow.com/questions/335369/finding-c-static-initialization-order-problems

catch this. Our platform is IBM XLC C compiler running on AIX. c initialization static order fiasco share improve this..

SFTP C++ library?

http://stackoverflow.com/questions/360259/sftp-c-library

including Solaris NetBSD FreeBSD OpenBSD Darwin HPUX IRIX AIX Tru64 Linux UnixWare HURD Windows Amiga OS 2 BeOs Mac OS X Ultrix..

g++: In what order should static and dynamic libraries be linked?

http://stackoverflow.com/questions/492374/g-in-what-order-should-static-and-dynamic-libraries-be-linked

for Unix linkers. However if you are using `ld' on AIX note that it is different from the behaviour of the AIX linker... on AIX note that it is different from the behaviour of the AIX linker. That means Any static library or object that depends..

How to create a std::ofstream to a temp file?

http://stackoverflow.com/questions/499636/how-to-create-a-stdofstream-to-a-temp-file

an std ofstream which I would prefer in C . Apparently on AIX and some other systems you can create an std ofstream from a..

tools to determine memory leak in a c/c++ code

http://stackoverflow.com/questions/5195220/tools-to-determine-memory-leak-in-a-c-c-code

of memory leakage in certain sections of the code. HPUX AIX Solaris c c unix memory leaks share improve this question.. the links above for more information Purify will work on AIX though it's not free. HP has the wdb debugger and it's capable..

What does the restrict keyword mean in C++?

http://stackoverflow.com/questions/776283/what-does-the-restrict-keyword-mean-in-c

and worth the time. Edit I also found that IBM's AIX C C compiler supports the __restrict__ keyword . g also seems..

Remote debugging with Eclipse CDT

http://stackoverflow.com/questions/81194/remote-debugging-with-eclipse-cdt

5 C IDE on Windows to develop a C application on a remote AIX host. Eclipse CDT has the ability to perform remote debugging.. gdbserver. Unfortunately gdbserver is not supported on AIX. Is anyone familiar with a way to debug remotely using Eclipse.. LVarPathExec vlmi9506 Then IBM just gives gdb 6.0 for AIX. I found version 6.8 in the net at http www.perzl.org aix index.php..