c_cpp 用于克隆,安装和构建的c ++菜单。您可以使用Dev ++进行编译

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 用于克隆,安装和构建的c ++菜单。您可以使用Dev ++进行编译相关的知识,希望对你有一定的参考价值。

#include <iostream>
#include <stdlib.h>

using namespace std;
 
void menu()
{
	cout<<"####################################################################"<<endl;
	cout<<"########### 1. Clone Proyect                              ##########"<<endl;
	cout<<"########### 2. Install Dependencies                       ##########"<<endl;
	cout<<"########### 3. Webpack Server                             ##########"<<endl;
	cout<<"########### 4. Build project                              ##########"<<endl;
	cout<<"########### 5. Exit                                       ##########"<<endl;
	cout<<"####################################################################"<<endl;

	cout<<"\n Select option : ";
}
 

int main()
{

    int option;
 
    system("color 0b");
 
    do
    {
        menu();  
		
		cin>> option;
 
        switch(option)
        {
            case 1:
            	system("cls");
            	cout<<"Clone proyect for Github."<<endl;
            	// you can change the url to clone
            	system("git clone https://github.com/nakome/Moon-simple-portfolio.git");
                break;
            case 2:
            	system("cls");
            	// rename folder here
            	system("cd Moon-simple-portfolio & npm install");
            	system("color 0b");
            	cout<<"Finish now choose 3 option"<<endl;
            	break;
            case 3:
            	system("cls");
            	// rename folder and if is other port change here
            	cout<<"On build you can go to http://localhost:3000"<<endl;
            	system("cd Moon-simple-portfolio & npm start");
            	break;
             case 4:
            	system("cls");
            	// rename folder
            	system("cd Moon-simple-portfolio & npm run build");
            	system("color 0b");
            	break;
            case 5:
            	exit(1);
            	break;
        }
       
        cout<<endl<<endl;
        system("pause");  system("cls");
 
    } while(option != 6);
 
 
    return 0;
}

以上是关于c_cpp 用于克隆,安装和构建的c ++菜单。您可以使用Dev ++进行编译的主要内容,如果未能解决你的问题,请参考以下文章

WinDbg文件关联和资源管理器上下文菜单

我们是否需要在Play商店上传不同的APK以便即时安装应用

使用eclipse构建maven和发布maven的项目

构建新的 Joomla 组件

如何为 Android 构建和简化 Java 代码

现有圆圈上的曲线文本