Skip to content

Zhwee/ICT1002-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Chatbot

This repository contains the source code of the assignment for C, in partial fulfilment, of the module ICT1002: Programming Fundamentals assignment

Assignment Brief

The parts of the brief that is relevant to the development of the source code can be found here

Compiling

Building the program can be done using make. The program is developed and tested on Ubuntu 18.04 using gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1-18.04). Certain configurations may need to be specified in the included Makefile if other compilers are used.

Usage

This assumes that the default Makefile is used to compile the program.

$ ../bin/chatbot

License and Copyright

Repository content (Excluding third-party resources, see below) shall be released under the MIT License.

This project is an assignment submission in partial fulfillment of the module ICT1002 Programming Fundementals.

As such, copyright and any rights to this project shall belong to the project contributors as well as to Singapore Institute of Technology (SIT)

Plagiarism is a serious offence, and SIT's policy explicitly forbids such acts. Any submission caught with plagiarised work shall receive zero marks for their submission.

Any third-party resources used for this project may be reused in accordance to their license and/or terms and conditions.

About

This repository contains the source code of the assignment for C, in partial fulfilment, of the module ICT1002: Programming Fundamentals assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.4%
  • Makefile 1.6%