¡@

Home 

c++ Programming Glossary: cross

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

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

to find the current application's directory in C C with cross platform interfaces. I've seen some projects mucking around..

Getting a FILE* from a std::fstream

http://stackoverflow.com/questions/109449/getting-a-file-from-a-stdfstream

a FILE from a std fstream Is there a cross platform way to get a C FILE handle from a C std fstream The..

Good C++ GUI library for Windows

http://stackoverflow.com/questions/115045/good-c-gui-library-for-windows

signal slot callbacks which can get rather messy when they cross thread boundaries and need synchronization. Qt is free if you..

What is the difference between NULL, '\0' and 0

http://stackoverflow.com/questions/1296843/what-is-the-difference-between-null-0-and-0

is the same and this allows for some convenient cross over cases they are not really the same thing. Additionally..

C++ Cross-Platform High-Resolution Timer

http://stackoverflow.com/questions/1487695/c-cross-platform-high-resolution-timer

driven design. What is the best tool to accomplish this c cross platform timer share improve this question Boost.Timer might.. via this API. STLsoft provides among other things thin cross platform Windows and Linux Unix C wrappers around OS specific.. several classes that would do what you need. To make it cross platform pick a class like performance_counter that exists in..

What platforms have something other than 8-bit char?

http://stackoverflow.com/questions/2098149/what-platforms-have-something-other-than-8-bit-char

the normal 8 bits When writing code and thinking about cross platform support e.g. for general use libraries what sort of.. to platforms with non 8 bit char In the past I've come across some Analog Devices DSPs for which char is 16 bits. DSPs are.. really get much experience with C on that platform. c c cross platform share improve this question char is also 16 bit..

Easy way to parse a url in C++ cross platform?

http://stackoverflow.com/questions/2616011/easy-way-to-parse-a-url-in-c-cross-platform

way to parse a url in C cross platform I need to parse a URL to get the protocol host path.. I am writing in C . The application is intended to be cross platform. I'm surprised I can't find anything that does this..

How to write a browser plugin?

http://stackoverflow.com/questions/2649056/how-to-write-a-browser-plugin

tools and frameworks that can help you with it FireBreath cross browser cross platform frame work for plugins Nixysa generate.. that can help you with it FireBreath cross browser cross platform frame work for plugins Nixysa generate glue code for..

Simple example of threading in C++

http://stackoverflow.com/questions/266168/simple-example-of-threading-in-c

in the hopes that whoever replied would reply with cross platform libraries to use. I'm just making that explicit now...

Windows threading: _beginthread vs _beginthreadex vs CreateThread C++

http://stackoverflow.com/questions/331536/windows-threading-beginthread-vs-beginthreadex-vs-createthread-c

these functions I'm working with a windows application so cross platform computability is already out of the question. I have..

std::wstring VS std::string

http://stackoverflow.com/questions/402283/stdwstring-vs-stdstring

On Linux Almost never § . On Windows Almost always § . On cross plateform code Depends on your toolkit... § unless you use a..

C/C++: Capture characters from standard input without waiting for enter to be pressed

http://stackoverflow.com/questions/421860/c-c-capture-characters-from-standard-input-without-waiting-for-enter-to-be-pr

I would recommend you to use curses if you aim for cross platform compatibility. That said I'm sure there are functions..

push_back vs emplace_back

http://stackoverflow.com/questions/4303513/push-back-vs-emplace-back

m int anInt 4 double aDouble 5.0 std string aString C cross your finger so that the optimzer is really good m.insert std..

Open source PDF library for C/C++ application? [closed]

http://stackoverflow.com/questions/58730/open-source-pdf-library-for-c-c-application

share improve this question LibHaru Haru is a free cross platform open sourced software library for generating PDF written..

Is #pragma once a safe include guard?

http://stackoverflow.com/questions/787533/is-pragma-once-a-safe-include-guard

I recognize that is non standard and thus could pose a cross platform compatibility issue. Is this something that is supported..

Good C++ GUI library for Windows

http://stackoverflow.com/questions/115045/good-c-gui-library-for-windows

if some library is REALLY good I will consider buying it. Cross platform . Just a wish I can live without that. Please suggest..

Cross-platform crash handler

http://stackoverflow.com/questions/1367110/cross-platform-crash-handler

platform crash handler I'm looking for a cross platform crash..

Why doesn't C++ have a garbage collector?

http://stackoverflow.com/questions/147130/why-doesnt-c-have-a-garbage-collector

reasons it hasn't been added and won't be added in C 11 Cross links Garbage collectors for C EDIT Just to clarify I understand..

C++ Cross-Platform High-Resolution Timer

http://stackoverflow.com/questions/1487695/c-cross-platform-high-resolution-timer

Cross Platform High Resolution Timer I'm looking to implement a simple..

How do you compile OpenSSL for x64?

http://stackoverflow.com/questions/158232/how-do-you-compile-openssl-for-x64

Perl www.activestate.com Run the Visual Studio 2008 x64 Cross Tools Command Prompt Note The regular command prompt WILL NOT..

Cross-Platform equivalent to windows events

http://stackoverflow.com/questions/1677070/cross-platform-equivalent-to-windows-events

Platform equivalent to windows events I'm trying to port some..

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

platform format string for variables of type size_t On a cross..

Manual for Cross-Compile a c++ application from linux to windows?

http://stackoverflow.com/questions/182408/manual-for-cross-compile-a-c-application-from-linux-to-windows

for Cross Compile a c application from linux to windows Just that. I..

Which Cross Platform Preprocessor Defines? (__WIN32__ or __WIN32 or WIN32 )?

http://stackoverflow.com/questions/2989810/which-cross-platform-preprocessor-defines-win32-or-win32-or-win32

Cross Platform Preprocessor Defines __WIN32__ or __WIN32 or WIN32..

Best programming language and framework for cross platform desktop application development? [closed]

http://stackoverflow.com/questions/4160162/best-programming-language-and-framework-for-cross-platform-desktop-application-d

personal projects hence some of the requirements. Language Cross platform platform independent at least Windows and MacOSX support.. curve no Assembly Relatively rapid development Framework Cross Platform Modern native look feel tcl tk is definitely out this.. impossibility. In particular the following is impossible Cross Platform Modern native look feel tcl tk is definitely out this..

Use C++ with Cocoa Instead of Objective-C?

http://stackoverflow.com/questions/525609/use-c-with-cocoa-instead-of-objective-c

platform C toolkit. The Qt toolkit might fit the bill. Cross platform toolkits are generally despised by Mac users because..

What is the meaning of “… …” token? i.e. double ellipsis operator on parameter pack

http://stackoverflow.com/questions/5625600/what-is-the-meaning-of-token-i-e-double-ellipsis-operator-on-paramet

the prototype f ... specifically allowed by C is useless. Cross referencing with C99 it is illegal in plain C. So this is most..

What modern C++ libraries should be in my toolbox? [closed]

http://stackoverflow.com/questions/777764/what-modern-c-libraries-should-be-in-my-toolbox

below for a summary. c share improve this question Cross platform libraries that are free for commercial or non commercial..

Fast Cross-Platform C/C++ Image Processing Libraries

http://stackoverflow.com/questions/796364/fast-cross-platform-c-c-image-processing-libraries

Cross Platform C C Image Processing Libraries What are some cross..

Cross-platform way to get line number of an INI file where given option was found

http://stackoverflow.com/questions/8358975/cross-platform-way-to-get-line-number-of-an-ini-file-where-given-option-was-foun

platform way to get line number of an INI file where given option..

Cross platform programming

http://stackoverflow.com/questions/836469/cross-platform-programming

platform programming I need to write a small program for the..

How do I make my program watch for file modification in C++?

http://stackoverflow.com/questions/931093/how-do-i-make-my-program-watch-for-file-modification-in-c

on the platform. I would choose from the following choices Cross Platform Trolltech's Qt has an object called QFileSystemWatcher..