pkg-info

来自「convert C programs for use in C++ compil」· 代码 · 共 16 行

TXT
16
字号
Metadata-Version: 1.0
Name: C To C++
Version: 1.3
Summary: Convert your C sources or projects into C++
Home-page: http://www.scriptet.com
Author: Denis Sureau
Author-email: webmaster@scriptet.com
License: GNU GPL
Description:  C to C++ is a complete Python script to
        convert your C programs into C++.
        Variables are converterd to attributes and functions
        to methods and classes are created. Then the changes
        are propagated at each reference of the variables and
        functions.
Platform: All Python ones.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?