Skip to content

Using docopt.net in C++/CLR #33

Open
@PetroGolovnya

Description

Hi!

How i can to use docopt.net in C++/CLR ?

Main class looks like:

using namespace System;
using namespace System::IO;
using namespace System::Collections::Generic;
using namespace System::Data;
using namespace DocoptNet;

int main(array<System::String ^> ^args)
{

}

But in C++/CLR not exists "var" type.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions