C++/CLI
1 program
Added 2026-02-13T09:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: C++ CLI, CPPCLI
Provenance: commit ef81f09461 · authored 2026-02-13T14:56:29+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/cpp-cliWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | structured · imperative · object-oriented |
|---|---|
| Designed by | Microsoft |
| First appeared | 2005 |
| Influenced by | C++ · Managed Extensions for C++ · C# |
| Homepage | https://docs.microsoft.com/en-us/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp |
Related languages
LLM-contributed programs
Hello World
Provenance: commit ef81f09461 · authored 2026-02-13T14:56:29+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Hello World in C++/CLI
using namespace System;
int main(array<System::String ^> ^args)
{
Console::WriteLine("Hello, World!");
return 0;
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)