Sujet : Re: C23 on MSVC
De : noreply (at) *nospam* mandrill.com (Jack Lemmon)
Groupes : comp.lang.cDate : 23. Jan 2025, 03:28:43
Autres entêtes
Organisation : To protect and to server
Message-ID : <vms9kr$1tfkh$1@paganini.bofh.team>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 22/01/2025 05:41, Lawrence D'Oliveiro wrote:
On Wed, 22 Jan 2025 02:45:20 +0000, Jack Lemmon wrote:
Microsoft's main language is C# and they are investing a lot on it. They
want C# to be the main language for everyday use.
What did they write C♯ in, though?
First release was written in assembly code. Subsequent releases are in C# itself. The c# language is class based object oriented, so you don't need anything else to expand the language. Just write a new object and compile it to be used by other objects. This is the same as in C or C++. First release were in assembly and any enhancement were in the same language = C or C++ respectively.
C# is now cross platform; You can download VS code and .net extension and compile the code in Linux and/or Mac. There are many tutorials teaching new users how to write and compile c# code in Linux.