⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menuchainbelt.cpp

📁 一个用于展示数据结构中插入
💻 CPP
字号:
#include"chainbelth.h"





void Menu()
{
	printf("********************The application is designed by alphalwei*******************\n");
	printf("\n");
	printf("Introduce the programme operation:\n");
	printf("C-------Create a chain belt!\n");
	printf("I-------Insert a data in the chain belt!\n");
	printf("R-------Reversion the chain belt!\n");
	printf("D-------Delete a data from the chain belt!\n");
	printf("P-------Print the chain belt datas!\n");
	printf("Q-------Exit the application!\n");
	printf("Please choose:\n");
	printf("Menu=");
}

⌨️ 快捷键说明

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