¡@

Home 

c++ Programming Glossary: porting

What are the pros and cons of writing C#/Xaml vs. C++/Xaml WinRT applications in Windows8? [closed]

http://stackoverflow.com/questions/10031929/what-are-the-pros-and-cons-of-writing-c-xaml-vs-c-xaml-winrt-applications-in

in Windows8 closed I'd like to go down the route of porting a WPF Silverlight component to Windows 8. For a bit of context.. if you choose C# Xaml over C Xaml Also consider the porting from C# Xaml in .NET4.0 to Windows8 would be far easier if I..

Handling stdafx.h in cross-platform code

http://stackoverflow.com/questions/1191248/handling-stdafx-h-in-cross-platform-code

that uses pre compiled headers stdafx.h . Now we are porting the application to Linux using gcc 4.x. The question is how..

C++ Equivalent to Java's BlockingQueue

http://stackoverflow.com/questions/12805041/c-equivalent-to-javas-blockingqueue

Equivalent to Java's BlockingQueue I'm in the process of porting some Java code over to C and one particular section makes use..

std::locale breakage on MacOS 10.6 with LANG=en_US.UTF-8

http://stackoverflow.com/questions/1745045/stdlocale-breakage-on-macos-10-6-with-lang-en-us-utf-8

with LANG en_US.UTF 8 I have a C application that I am porting to MacOSX specifically 10.6 . The app makes heavy use of the..

Why one should not hide a structure implementation that way?

http://stackoverflow.com/questions/17619015/why-one-should-not-hide-a-structure-implementation-that-way

storage for variables eg. declare static variables . I'm porting proprietary source code using this trick on various embedded..

Is there any advantage of using map over unordered_map in case of trivial keys?

http://stackoverflow.com/questions/2196995/is-there-any-advantage-of-using-map-over-unordered-map-in-case-of-trivial-keys

considered standard and that it may pose problems with porting. Also I expect that one of the correct answers might be it's..

Crossplatform iPhone / Android code sharing

http://stackoverflow.com/questions/2380258/crossplatform-iphone-android-code-sharing

needs to run on each device. Existing iPhone code base porting of C C and Objective C to the Android NDK or otherwise. Yes..

Good C++ array class for dealing with large arrays of data in a fast and memory efficient way?

http://stackoverflow.com/questions/2472944/good-c-array-class-for-dealing-with-large-arrays-of-data-in-a-fast-and-memory

fragmentation. So the conclusion I've come to other than porting to 64 bit is to use a mechanism that allows me to have a large..

Is there a replacement for unistd.h for Windows (Visual C)?

http://stackoverflow.com/questions/341817/is-there-a-replacement-for-unistd-h-for-windows-visual-c

there a replacement for unistd.h for Windows Visual C I'm porting a relatively simple console program written for Unix to the..

What is the bit size of long on 64-bit Windows?

http://stackoverflow.com/questions/384502/what-is-the-bit-size-of-long-on-64-bit-windows

do a check on the target CPU bitsize c c windows 64bit porting share improve this question In the Unix world there were..

In C++, what is the proper way to insert a line at the beginning of a text file?

http://stackoverflow.com/questions/4179349/in-c-what-is-the-proper-way-to-insert-a-line-at-the-beginning-of-a-text-file

a system that supports multiple streams and don't plan on porting the program or the data to other systems you might consider..

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

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

equivalent of Windows' QueryPerformanceCounter on OSX I'm porting a library from Windows to NIX currently OSX does anyone now.. and QueryPerformanceFrequency c c windows unix porting share improve this question http www.tin.org bin man.cgi..

'uint32_t' identifier not found error

http://stackoverflow.com/questions/5162784/uint32-t-identifier-not-found-error

identifier not found error I'm porting code from Linux C to Visual C for windows. Visual C doesn't..

Why artificially limit your code to C? [closed]

http://stackoverflow.com/questions/649789/why-artificially-limit-your-code-to-c

There are often significant cost implications in porting existing C code to the procedural subset of C . So suggesting..

gSOAP Multithreading

http://stackoverflow.com/questions/8150380/gsoap-multithreading

was initially built on Solaris 8 with gsoap version 2.8.3 porting the code to Ubuntu and running under valgrind showed that the..

Where can I find a tool to convert a VS solution to a gcc makefile?

http://stackoverflow.com/questions/870533/where-can-i-find-a-tool-to-convert-a-vs-solution-to-a-gcc-makefile

called winemaker which originally was intended to aid in porting Windows C C sourcecode to Unix platforms. So originally it was..

Memcached on Windows (x64)

http://stackoverflow.com/questions/8896/memcached-on-windows-x64

so now I turn to the real experts. Is anyone planning on porting this to 64bit Or are you really suggesting that I use MS Velocity..

Unique hardware ID in Mac OS X

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

is a fairly new animal for me and I'm in the process of porting over some software. For software licensing and registration..

“Undefined symbols” linker error with simple template class

http://stackoverflow.com/questions/999358/undefined-symbols-linker-error-with-simple-template-class

Code Blocks and GCC if it matters to anyone. Also clearly porting some GA stuff to C for fun and practice. c templates unsatisfiedlinkerror..

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

http://stackoverflow.com/questions/1479953/porting-32-bit-c-code-to-64-bit-is-it-worth-it-why

32 bit C code to 64 bit is it worth it Why I am aware of some..

Reverse P/Invoke tutorial?

http://stackoverflow.com/questions/3008874/reverse-p-invoke-tutorial

this question Here you find help C Interop Walkthrough Porting an Existing Native C Application to Interoperate with .NET Framework..

Porting getifaddrs to Win XP

http://stackoverflow.com/questions/3069082/porting-getifaddrs-to-win-xp

getifaddrs to Win XP I'm trying to port a MacOSX app to windows..

using declaration with enum?

http://stackoverflow.com/questions/438192/using-declaration-with-enum

Porting optimized Sieve of Eratosthenes from Python to C++

http://stackoverflow.com/questions/5293238/porting-optimized-sieve-of-eratosthenes-from-python-to-c

optimized Sieve of Eratosthenes from Python to C Some time..

Porting clock_gettime to windows

http://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows

clock_gettime to windows I have the following code running..

C over C++ [duplicate]

http://stackoverflow.com/questions/632474/c-over-c

in C even if it's not quite as pretty. Availability Porting a C compiler to a new architecture is much easier than moving..