¡@

Home 

c++ Programming Glossary: mono

C++ MFC vs .NET?

http://stackoverflow.com/questions/1637581/c-mfc-vs-net

libraries a huge growing community is now cross platform Mono and will enable you to move between all current emerging Microsoft..

How to write a GUI for a large cross-platform C++ project?

http://stackoverflow.com/questions/2191684/how-to-write-a-gui-for-a-large-cross-platform-c-project

platform. By the way .NET based GUIs are not Windows only Mono already supports a great subset of Windows Forms for example.. Forms for example but not WPF sadly . EDIT Concerning your Mono question Mono is mostly stable but not everything is yet implemented... but not WPF sadly . EDIT Concerning your Mono question Mono is mostly stable but not everything is yet implemented. To be..

Most common or vicious mistakes in C# development for experienced C++ programmers

http://stackoverflow.com/questions/2424807/most-common-or-vicious-mistakes-in-c-sharp-development-for-experienced-c-progr

it is actually defined in C# where's my linker actually Mono does have a full AOT linker for some scenarios share improve..

F# performance in scientific computing

http://stackoverflow.com/questions/2752229/f-performance-in-scientific-computing

F# should not have problems using it. See for instance Mono . As far as I know there is only one F# compiler for the moment..

Is it possible to convert vb.net source to C++?

http://stackoverflow.com/questions/3113134/is-it-possible-to-convert-vb-net-source-to-c

tools converting vb.net source to C eg gnu C . I know that Mono can transfer the projects to different platforms but i would..

Writing cross-platforms application with a complex GUI

http://stackoverflow.com/questions/3218858/writing-cross-platforms-application-with-a-complex-gui

unfortunately I read that there is no plan to port WPF on Mono. I was thinking about creating my custom GUI control using OpenGL..

What are some of the “best” cross-platform C++ UI toolkits today?

http://stackoverflow.com/questions/366043/what-are-some-of-the-best-cross-platform-c-ui-toolkits-today

want this to be cross platform with no tricks such as Mono and have it just work. What are some of the best options to..

Your best library for create GUI ( gtk, qt, win32 api, etc )? [closed]

http://stackoverflow.com/questions/4048231/your-best-library-for-create-gui-gtk-qt-win32-api-etc

semi limited ways to port that code to other platforms Mono . Java is great for very platform independent code that just..

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

with native look feel. C# Pretty much the only solution is Mono Project Pros good cross platform support good commercial support..

how to convert C# to C++

http://stackoverflow.com/questions/4651249/how-to-convert-c-sharp-to-c

on unix I am trying to convert C# to C Have you considered Mono It is something that's definitely worth checking before starting..

Mac (or c++) connection to binary WCF

http://stackoverflow.com/questions/6459619/mac-or-c-connection-to-binary-wcf

Format XML Data Structure Your option for Mac is using Mono which should have support for netTcpBinding. Your real option..

How to compile ASL (boost based Adobe C++ gui library) on linux?

http://stackoverflow.com/questions/6461621/how-to-compile-asl-boost-based-adobe-c-gui-library-on-linux

We first tried some modern Ubuntu 11 and 11 and OpenSuse Mono for VMware release from here we use every day. But it constantly..

Why would you want to use C# if its slower than C++? [closed]

http://stackoverflow.com/questions/787375/why-would-you-want-to-use-c-sharp-if-its-slower-than-c

itself is only available on Microsoft platforms. There's Mono but it doesn't have quite the same degree of portability as..

Wrapping C++ for use in C#

http://stackoverflow.com/questions/9521916/wrapping-c-for-use-in-c-sharp

And finally the library you build isn't portable to Mono. I didn't think that would end up being an issue. But in the..

OpenCV : convert the pointer in memory to image

http://stackoverflow.com/questions/10124717/opencv-convert-the-pointer-in-memory-to-image

to do the processing on the pixels. my camera is a CCD mono camera and the depth of the pixels is 8bits. I am new to OpenCV.. cvCreateImageHeader and cvSetData 1 channel for mono camera and for RGB would be 3 int channels 1 IplImage cv_image..

Win32 PlaySound: How to control the volume?

http://stackoverflow.com/questions/2302841/win32-playsound-how-to-control-the-volume

is 16 bit stereo with uncompressed PCM samples. Stereo or mono. If it's not much of this goes out the window. I'll leave the..

What's the best way to write a Windows client app other than .NET? [closed]

http://stackoverflow.com/questions/370399/whats-the-best-way-to-write-a-windows-client-app-other-than-net

like these days. update I've heard rumblings recently that mono is getting good enough you can use it to compile and statically..

how to mix two audio channels?

http://stackoverflow.com/questions/4567096/how-to-mix-two-audio-channels

to mix two audio channels I have two mono audio channels pcm format of audio call incoming and outgoing... of both signals. So if you want them to be equal in one mono signal lower both signals by a factor of 2 and add them. If..

What is the best library to use when writing GUI applications in C++? [duplicate]

http://stackoverflow.com/questions/5061877/what-is-the-best-library-to-use-when-writing-gui-applications-in-c

much never do with .net with the exception of hacks like mono etc then I would need to rewrite 95 of the GUI code. I'm assuming..