¡@

Home 

c++ Programming Glossary: osx

Finding current executable's path without /proc/self/exe

http://stackoverflow.com/questions/1023306/finding-current-executables-path-without-proc-self-exe

and whatnot risking finding bugs in edge cases c c linux osx executable share improve this question Some OS specific..

How do you install Boost on MacOS?

http://stackoverflow.com/questions/104322/how-do-you-install-boost-on-macos

ports it seems like we'll get going along much better. c osx boost share improve this question Run the following command..

openCV 2.4.3 iOS framework compiler trouble recognising some c++ headers

http://stackoverflow.com/questions/13905471/opencv-2-4-3-ios-framework-compiler-trouble-recognising-some-c-headers

recognising some c headers openCV 2.4.3 Xcode 4.5.2 mac osx 10.8.2 I am trying to get openCV working with iOS. I am attempting..

On OS X, simple C++ program gives incorrect results (which are a result of command-line options 'c++03' vs 'c++11')

http://stackoverflow.com/questions/14149835/on-os-x-simple-c-program-gives-incorrect-results-which-are-a-result-of-comma

C 11 is highlighted below in one of the answers. c linux osx operator keyword rvalue share improve this question Firstly..

C++ Debug builds broke in Snow Leopard X-Code

http://stackoverflow.com/questions/1416096/c-debug-builds-broke-in-snow-leopard-x-code

configurations in new projects C command line c xcode osx gcc share improve this question STL debug mode is not supported..

OpenCV on Mac is not opening USB web camera

http://stackoverflow.com/questions/14187866/opencv-on-mac-is-not-opening-usb-web-camera

iSight again when i 500. How can I fix this problem c osx opencv webcam share improve this question Try to run your..

“Launch Failed. Binary Not Found.” Snow Leopard and Eclipse C/C++ IDE issue

http://stackoverflow.com/questions/1668447/launch-failed-binary-not-found-snow-leopard-and-eclipse-c-c-ide-issue

helpful and informative. Good coding c eclipse binary osx snow leopard share improve this question I had been getting..

OpenGL and GLUT in Eclipse on OS X

http://stackoverflow.com/questions/2068693/opengl-and-glut-in-eclipse-on-os-x

in the gcc linker settings but this seems ineffective. c osx opengl eclipse cdt glut share improve this question Ok...

Determine Process Info Programmatically in Darwin/OSX

http://stackoverflow.com/questions/220323/determine-process-info-programmatically-in-darwin-osx

Requirements Compiles on g 4.0 No obj c OSX 10.5 c c osx operating system darwin share improve this question Process..

Simulating mouse clicks on Mac OS X does not work for some applications

http://stackoverflow.com/questions/2369806/simulating-mouse-clicks-on-mac-os-x-does-not-work-for-some-applications

along application boundaries. What might be the cause c osx events mouse share improve this question What you need to..

Simulating key press events in Mac OS X

http://stackoverflow.com/questions/2379867/simulating-key-press-events-in-mac-os-x

which I have not yet been able to find. Any ideas c cocoa osx keyboard carbon share improve this question Here's code..

Programatically detect number of physical processors/cores or if hyper-threading is active on Windows, Mac and Linux

http://stackoverflow.com/questions/2901694/programatically-detect-number-of-physical-processors-cores-or-if-hyper-threading

is supported AND ENABLED If so how exactly. c windows osx assembly hyperthreading share improve this question The..

How to get a list of video capture devices (web cameras) on Mac OS? (C++)

http://stackoverflow.com/questions/4532263/how-to-get-a-list-of-video-capture-devices-web-cameras-on-mac-os-c

video capture devices NAMES using Qt crossplatform c c osx webcam device share improve this question You need to use..

Relative Paths Not Working in Xcode C++

http://stackoverflow.com/questions/516200/relative-paths-not-working-in-xcode-c

relative paths to work in an Xcode .app bundle c xcode osx path share improve this question Took me about 5 hours of..

Compiling OpenCV code on a 64-bit mac

http://stackoverflow.com/questions/5781198/compiling-opencv-code-on-a-64-bit-mac

from the vision.cpp code everything compiles just fine. c osx opencv g 32bit 64bit share improve this question Add opencv_imgproc..

How to Compile for OS X in Linux or Windows?

http://stackoverflow.com/questions/693952/how-to-compile-for-os-x-in-linux-or-windows

I have Linux and Windows. Is there any tool for this c c osx cross compiling share improve this question There appears..

Undefined symbols for architecture x86_64: Which architecture should I use?

http://stackoverflow.com/questions/8034568/undefined-symbols-for-architecture-x86-64-which-architecture-should-i-use

I'm doing this on a Mac but not using XCode just gcc. c osx share improve this question The error isn't that it's the..

Update GCC on OSX

http://stackoverflow.com/questions/837992/update-gcc-on-osx

like what are the commands and stuff. Thanks. c osx gcc compiler g share improve this question If you install..

Build Boost on Mac with Xcode

http://stackoverflow.com/questions/893841/build-boost-on-mac-with-xcode

use Boost libraries in Xcode Thanks in advance c xcode osx boost build share improve this question The easiest way..

Unique hardware ID in Mac OS X

http://stackoverflow.com/questions/933460/unique-hardware-id-in-mac-os-x

QString uID proc.readAll Note I'm using C . c osx unique hardware id share improve this question Try this..

Clang 3.1 and C++11 support status

http://stackoverflow.com/questions/10601545/clang-3-1-and-c11-support-status

environment with an outdated version of libstdc like Mac OSX but note that the two C libraries are not compatible with each..

Convert const char* to wstring

http://stackoverflow.com/questions/10737644/convert-const-char-to-wstring

how to do it. Edit The Strings are UTF 8 and I'm using OSX and Windows XP Vista 7 c share improve this question I..

C++ Debug builds broke in Snow Leopard X-Code

http://stackoverflow.com/questions/1416096/c-debug-builds-broke-in-snow-leopard-x-code

mode. I've narrowed it down to a combination of GCC 4.2 OSX SDK 10.6 and the _GLIBCXX_DEBUG pre processor symbol. These..

Capture Screen Image in C++ on OSX

http://stackoverflow.com/questions/1537587/capture-screen-image-in-c-on-osx

Screen Image in C on OSX Is there a way to programatically take a screenshot or somehow..

CPUID implementations in C++

http://stackoverflow.com/questions/1666093/cpuid-implementations-in-c

is a C class for that which works in Windows Linux and OSX #ifndef CPUID_H #define CPUID_H #ifdef _WIN32 #include limits.h..

Cross platform format string for variables of type size_t?

http://stackoverflow.com/questions/174612/cross-platform-format-string-for-variables-of-type-size-t

type size_t On a cross platform c c project Win32 Linux OSX I need to use the printf functions to print some variables of..

Determine Process Info Programmatically in Darwin/OSX

http://stackoverflow.com/questions/220323/determine-process-info-programmatically-in-darwin-osx

Process Info Programmatically in Darwin OSX I have a class with the following member functions caller pid.. appreciated. Requirements Compiles on g 4.0 No obj c OSX 10.5 c c osx operating system darwin share improve this question..

C++ using getline() prints: pointer being freed was not allocated in XCode

http://stackoverflow.com/questions/2234557/c-using-getline-prints-pointer-being-freed-was-not-allocated-in-xcode

word I get this error. From the comments it seems to be a OSX XCode specific error. Any hints on that Update The error is.. Preprocessor Macros in targets info build tab. System info OSX 10.6.2 XCode 3.2 g 4.2 debug config for i386 c xcode osx malloc..

What are the differences between .so and .dylib on osx?

http://stackoverflow.com/questions/2339679/what-are-the-differences-between-so-and-dylib-on-osx

.dylib on osx .dylib is the dynamic library extension on OSX but it's never been clear to me when I can't shouldn't use a..

How to programmatically gain root privileges?

http://stackoverflow.com/questions/2483755/how-to-programmatically-gain-root-privileges

privileges I am writing some software in C for Linux Mac OSX which runs as a non privileged user but needs root privileges..

Does C++ limit recursion depth?

http://stackoverflow.com/questions/2630054/does-c-limit-recursion-depth

built in if you're on Unix. The default on this machine OSX is 8 MB. EDIT Of course the size of the stack doesn't entirely..

Programatically detect number of physical processors/cores or if hyper-threading is active on Windows, Mac and Linux

http://stackoverflow.com/questions/2901694/programatically-detect-number-of-physical-processors-cores-or-if-hyper-threading

endl return 0 I haven't actually tested this on Windows or OSX yet but it should work as the CPUID instruction is valid on..

questions about name mangling in C++

http://stackoverflow.com/questions/2937273/questions-about-name-mangling-in-c

and look at the generated symbols. The following is on OSX with GCC namespace zoom void boom const std string s throw..

What's the equivalent of Windows' QueryPerformanceCounter on OSX?

http://stackoverflow.com/questions/464618/whats-the-equivalent-of-windows-queryperformancecounter-on-osx

the equivalent of Windows' QueryPerformanceCounter on OSX I'm porting a library from Windows to NIX currently OSX does.. OSX I'm porting a library from Windows to NIX currently OSX does anyone now what function can I use instead of Microsoft's..

Portability of Native C++ properties

http://stackoverflow.com/questions/5772480/portability-of-native-c-properties

that will compile in the latest compilers for Windows OSX and Linux. I am not concerned with compiler compatibility just..

Which version of OpenGL to use?

http://stackoverflow.com/questions/6823371/which-version-of-opengl-to-use

improving. These tend to be for 3.x class hardware. The MacOSX world is a bit different. Mac OSX Lion 10.7 recently released.. class hardware. The MacOSX world is a bit different. Mac OSX Lion 10.7 recently released adds support for OpenGL 3.2 sadly..

Update GCC on OSX

http://stackoverflow.com/questions/837992/update-gcc-on-osx

GCC on OSX So I am a new programmer and I just installed XCode on my Macbook.. the GCC. I think Xcode is the only way for getting GCC on OSX. Now when I run my Hello World application in C g comes up saying..