Is there any Visual C ++ compiler for Linux that supports most VS Visual C ++?

Is there any Visual C ++ compiler for Linux that supports most VS Visual C ++?

If there is no such better alternative for porting \ adapting your visual code to C ++?

+3
source share
6 answers

Mono supports running CIL-only (which means no assemblies in mixed mode) of C ++ / CLI assemblies, but on Linux there is no C ++ / CLI compiler or Managed C ++.

You can read information about this on the Mono project page: http://www.mono-project.com/CPlusPlus

+4
source

Visual ++ ++. Windows * * .

++ - . Linux ++. , , #pragma once , / DLL Windows API , . .

, . , .

: , "++" "Visual ++", ( ++). , .

Linux → GNU C/++ (GCC/g++). . Intels.

IDE Linux → Windows, .

+5

, VS/, . / Linux, g++ , Emacs. Code:: blocks.

+3

, Managed ++ ++/CLI, Windows. Mono (.NET Linux) #, , .

, , .NET , . Windows Mono?

+3

Windows Linux, Eclipse Windows, minGW.

+1

NetBeans TDM-GCC. , gdb .

+1

Source: https://habr.com/ru/post/1760599/


All Articles