Skip to content

2019-Winter HGU Intensive GUI Programming(C++/Java) Camp

Notifications You must be signed in to change notification settings

enhyq/HGU-IntensiveGUIProgramming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGU Intensive GUI Programming

2019-Winter 이강교수님 C++/Java GUI Programming Camp

Contents

Rule

  • 장소 : NTH414

  • 시간 : 10:00 ~ 17:00

  • 일정 : 12/23 ~ 1/23 (총 20일 - 주말, 12/24, 12/25, 1/1 제외)

  • 각 프로젝트의 마지막 날 그 동안 만든 것을 시연합니다.

Helpful link

Groundwork

C++

Java

Terminology

  • CLI : Command Line Interface 의 약자로 텍스트 기반 인터페이스를 제공하는 프로그램을 뜻합니다.

    • CLI example 1 : ls command (in MacOS/Linux)

      ls

    • CLI example 2 : dir command (in Windows)

      ls

  • GUI : Graphical User Interface 의 약자로 그래픽 기반 인터페이스를 제공하는 프로그램을 뜻합니다.

    • GUI example 1 : 크롬

      Chrome

    • GUI example 2 : 카카오톡

      KakaoTalk

    • GUI example 3 : MS워드

      MS word

    • GUI example 4 : 배틀그라운드

      PUBG

About

2019-Winter HGU Intensive GUI Programming(C++/Java) Camp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • QMake 4.0%
  • Java 2.7%
  • C 0.2%