Skip to content

utilForever/ProgrammingPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Practice

프로그래밍 연습을 위한 과제들을 다양하게 모아놓은 저장소

게임 상점 (Game Shop)

성적 관리 시스템 (Grade Management System)

풀이 제출 방법

과제를 해결한 뒤 코드를 제출하시면 간단히 코드에 대한 리뷰를 해드립니다.

풀이를 제출하실 때는 프로젝트 관련 파일을 제외한 소스 파일만 Pull Request로 제출하시면 됩니다.

주의하실 점은 소스 파일을 Solutions/(본인 닉네임)/(과제 제목)/(파트 번호)에 넣어서 제출해야 된다는 점입니다.

이를 지키지 않은 Pull Request에 대해서는 리뷰를 해드리지 않습니다. 이 규칙을 반드시 지켜주시기 바랍니다.

제가 리뷰해드릴 수 있는 언어는 C, C++, C#, Java 등이 있습니다.

하지만 다른 언어로 제출하신다면 공부해서라도 리뷰해드릴 예정입니다.

시간이 많지 않아 빠른 속도로 해드릴 수는 없겠지만, 여러분에게 도움이 될 수 있도록 최대한 노력해 볼 생각입니다.

Github에서 Pull Request하는 방법을 잘 모르신다면, Github Pull Request 사용하기 슬라이드를 참고하시기 바랍니다.

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

You can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.

License

The class is licensed under the MIT License:

Copyright © 2017 Chris Ohk.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.