Tagged Questions

1
vote
3answers
79 views

Looking for Multi-Platform Memory Leak detection programs.

Ok I have a school assignment to basically pick 3 memory leak detecting programs and run them on a bunch of c++ programs that the teacher supplies us and see how they compare to ea …
0
votes
1answer
40 views

How to make qmake compile multiple cross platform binaries

I'm using QT Creator on a project and was wondering if there's a single command to compile the project to a Mac, Windows, & Linux binaries so I can easily send them to other co …
7
votes
7answers
313 views

How do you write for *all* phones/mobile devices simultaneously?

We create non-game programs that run on mobile devices; iPhones, Windows Mobile, Android, Palm WebOS and the like. Our main program is written in C# for Windows Mobile and we've b …
2
votes
2answers
108 views

What is the best way to find wide string headaches such as L”%s”?

Here is an example of one of the headaches I mean: We have a multiplatform project that uses mostly Unicode strings for rendering text to the screen. On windows in VC++ the line: …
1
vote
2answers
74 views

Conditional sections in AIX Makefiles

How do I make a makefile that works on AIX, Linux and SunOS and has the ability to provide different compiler options for each environment? I have access to an environment variabl …
1
vote
0answers
37 views

Mutliplatform application: (Automated) Testing for Mac OSX howto?

I have a firefox based application(ff extension) that is supposedly/allegedly working on Mac OSX too. I wish to make the application formally supported in Mac OSX. For that, I need …
4
votes
8answers
252 views

C++ API for multiplatform development

I want to learn C++ to work on various platform (primarily, Linux and Windows). I have come across few solutions like the Boost C++ library, Qt toolkit, etc that can be used to wri …
6
votes
9answers
309 views

High-quality libraries for C++. [closed]

We all know about Boost. What other free C++ libraries are worth using? Why? Are they easily usable with common compilers?
1
vote
2answers
159 views

Multiplatform C++ Project: Inclusion of platform specific sources

I have for some of my classes different implementations per OS. My source structure is like this: include/AExample.h include/windows/WindowsExample.h include/linux/LinuxExample.h …
1
vote
3answers
210 views

C++ OpenGL Window and Context creation framework / library

I'm searching for an multi platform OpenGL framework that abstracts the creation of windows and gl contexts in C++. I'd like to have an OO representation of Window, Context & c …
2
votes
4answers
209 views

Multi platform mobile application

I am willing to develop a mobile application. I wish to have something working for android, windows mobile, symbian and blackberry. Which is the best way to do that? I had read he …
1
vote
5answers
119 views

Choice of language for portable library

I want to write a library which will be dynamically linked from other programs running on modern operating systems like Windows, Linux and OS/X (i.e. it will be deployed as a .dll …
1
vote
4answers
113 views

UI for multiplatform .net Application

I want to get my programme running on Linux but I don't kow what to do about the UI. Right now I'm using WPF but it probably won't be supported by Mono too soon. The UI controls ar …
4
votes
5answers
1k views

Initializing a union with a non-trivial constructor

I have a structure which I create a custom constructor to initialize the members to 0's. I've seen in older compilers that when in release mode, without doing a memset to 0, the v …
4
votes
6answers
648 views

getting elapsed time since process start

I need a way to get the elapsed time (wall-clock time) since a program started, in a way that is resilient to users meddling with the system clock. On windows, the non standard cl …

1 2 next
15 30 50 per page