帮助创建cmd接口项目 [英] Help creating a cmd interface project

查看:74
本文介绍了帮助创建cmd接口项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

plz提供有关我的命令行界面项目的信息我想帮助如何创建cmd界面



[编辑 - 主题已更改关于项目最重要的对我来说,plz给我回答

plz give information about my command line interface project i want to help how to create a cmd interface

[Edit - Subject changed from "regarding project it most improtant for me plz give me answer"

推荐答案

嗯,你可能需要在这里发布更多细节,基本上我们不知道你在说什么 - 定义要求,你已经做了什么,以及你遇到了什么问题。如果你有特定的问题,人们会解决这些问题,但如果你没有做任何工作你就没有运气,人们不会为你做这个项目。所以请添加更多细节。
Ummm you might need to post some more detail here, basically we have no idea what you''re talking about - define the requirements, what you have done already, and what you are having problems with. If you have specific problems, people will address them, but you won''t have luck if you''ve done no work, people won''t make the project for you. So please add a lot more detail.


在Visual Studio中创建一个控制台项目。如果您没有安装它。
Create a console project in Visual Studio. If you don''t have it install it.


使用iostream标题中的标准函数,如前面的答案中所述,使用您选择的IDE创建项目。 />


Use standard functions in the "iostream" header and as said in previous answer, create a project with an IDE of your choice.

#include <iostream>

using namespace std;

int main(int argc, char **args)
{
   cout << "Hello world, I could have used google for this :P" << endl;
   return 0;
}


这篇关于帮助创建cmd接口项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆