C++builder
C++Builder是由Borland公司推出的一款可视化集成开发工具。C++Builder具有快速的可视化开发环境:只要简单地把控件(Component)拖到窗体(Form)上,定义一下它的属性,设置一下它的外观,就可以快速地建立应用程序界面;C++Builder内置了100多个完全封装了Wind...
资源总数
10,000
源代码
10,000
C++builder 热门资料
查看全部 10,000 份 →Professional C# (2nd Edition)的中文版本 精通c#的权威书籍
Professional C# (2nd Edition)的中文版本 精通c#的权威书籍
2014-01-05
120
通常一个VC项目中包含多个C或C++文件
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。 这里我们需要用到unix中的find等命令来查找当前目录下的C和C++文件,然后再将...
2014-01-25
126
Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.
Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You ...
2013-12-21
67