Skip to content

Country-If/FlightBookTicketSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight Book Ticket System

Usage

  • Use gcc
gcc main.c function.c -o out_exe
.\out_exe

if the characters do not display correctly, check the encoding method of CMD

if encoding code is 936 (means GBK), then set the encoding code as 65001

chcp  // use chcp to check the current encoding method
chcp 65001  // set the encoding method as 65001 (UTF-8)

About

航空客运订票系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages