Skip to content

mbulucay/CSE-241-Object-Oriented-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtuicon

CSE-241 Overview

Assignment Language Description
HW1 C++ Hex game with very basic level AI
HW2 C++ File Save/Load IO for the game
HW3 C++ Using class, inner class and 2D vector for the game
HW4 C++ Using dynamic memory techniques and operator overloading for the game
HW5 C++ To represent the board STL vector , 1D dynamic C array , Adapter class (just like the stack or queue class of the STL) and all OOP techniques for the game
HW6 Java Java Collections hierarchy, generic classes for Collection, Set, List, Queue, which are all interfaces. HashSet, ArrayList and LinkedList are concrete classes created with my Iterator class.
HW7 Java Hex game with GUI using Java Swing

Purpose of the course

  • Topics of this lesson are; Introduction to C++ programming, C++ Basics, Flow Of Control, Functions, Functions & Parameters and Overloading, Arrays & Pointers and Strings, Classes and Data Abstraction, Method Overriding, Operator Overloading, Virtual Functions and Polymorphism, Templates, Exception Handling, Standard Template Library, Move Semantics, Introduction to Java and comparison with C++.

Course Details

Hex Game

  • Blue won

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published