Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Assignment from CS102 course (PROBLEM SOLVING BASICS AND COMPUTER PROGRAMMING)

Notifications You must be signed in to change notification settings

krittamark/CS102-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thammasat University CS102 Assignments

My CS102 course assignment was published for another student to be the solutions on their own assignment. Every line of code using the Google C++ Style Guide.

Problem Statements

The problem statement is provided to students who registered for the CS102 course only. You can find the problem statement on Courses Web.

Prerequisites

  • Text Editor - Your preferred text editor or IDE.
  • C Compiler - Such as GCC, Clang

Building

If you are using IDE like Clion, DevC++, or CodeBlock you can compile by using compile button in your IDE. For others, you can use one of the compilers on your operating system to compile using these commands.

GCC

gcc $(pwd)/[Path]
  • Path - A path to the file includes the filename and file extension.

Clang

clang $(pwd)/[Path]
  • Path - A path to the file includes the filename and file extension.

About

Assignment from CS102 course (PROBLEM SOLVING BASICS AND COMPUTER PROGRAMMING)

Topics

Resources

Stars

Watchers

Forks

Languages