📄 version.cpp
字号:
// ==============================================================
//
// Copyright (c) 2002-2003 by Alex Vinokur.
//
// For conditions of distribution and use, see
// copyright notice in version.h
//
// ==============================================================
// ##############################################################
//
// SOFTWARE : Turing Machine (C++ Implementation)
// FILE : version.cpp
//
// DESCRIPTION :
// Version info (Definition)
//
// ##############################################################
// ###############
#include "version.h"
const char product_name[] = "Turing Machine (C++ Simulator)";
const char product_url[] = "http://sourceforge.net/projects/turing-machine";
const char author_name[] = "Alex Vinokur";
const char author_url[] = "http://up.to/alexvn";
const char author_email[] = "alexvn@connect.to, alexv@hitechclub.com";
const char sw_version[] = "Version 1.0.4";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -