2019.10.18 씀
인터넷에 있는 알고리즘 문제 풀이 강의를 보면서
C++ 기반의 코드를 비쥬얼 스튜디오에 한땀한땀 적어 내려갔어요.
코드를 완성하고 나서 컴파일을 하고 인풋을 입력하고 딱 엔터를 입력했는데
이럴수가 답이 다르다고 나와요.
제가 사용한 에디터는 비주얼스튜디오 2019(Visual studio 2019)인데요, 코드 비교 툴로 많이 사용 되는 툴 중에 하나가 Code Compare입니다.
visual studio add-on이 내장되어 있어서 설치시에 add-on을 추가 하면 VS 내에서 해당 기능을 사용 할 수 있어요.
하지만 유료에요.
사용에는 1년에 69.95달러를 지불하고 하나의 라이센스를 사용할 수 있어요.
*링크 : https://www.devart.com/codecompare/
Code Compare - free file comparison tool
It's really a must-have tool for any developer. It can be integrated into many places as a third-party compare tool: SVN clients, Git clients, TFS explorer, Windows Explorer, project solution etc., which is quite useful!
www.devart.com
파일을 병합하고 비교 할 수 있는 툴로 무료이고 간단하게 사용 할 수 있어서 좋아요.
다운로드 방법은
▼아래 링크에서 들어가자 마자 보이는 download 버튼 클릭
▼Download Latest Version을 클릭 해서 설치 하시면 된답니다.
*링크 : http://diffuse.sourceforge.net/
Diffuse
Get Diffuse today... discover why Diffuse is the best solution for you Diffuse is a small and simple text merge tool written in Python. With Diffuse, you can easily merge, edit, and review changes to your code. Diffuse is free software. Quick Start Compare
diffuse.sourceforge.net
또 다른 윈도우 전용 무료 코드 비교 툴이에요. 위와 비슷한 방법으로 Download에서 최신 버전을 다운 받으면 됩니다.
*링크
https://www.grigsoft.com/download-windiff.htm
Download WinDiff
WinDiff can be found in Options Packs for most Windows versions. Still a lot of people are searching the internet, trying to get WinDiff without downloading huge Option Pack. Due to multiple requests, we have decided to make WinDiff available for download
www.grigsoft.com
***
코드 비교툴을 사용하면 간단하게 다른 점을 찾을 수 있어요.
(before) 두 에디터를 띄워놓고 눈 아프게 비교를 하지 않고
(after)빨간 하이라이트가 되어 있는 부분만 비교하면 된다는 말씀!
간단한 코드 비교 툴을 찾고 있으시면 추천 합니다.❣
댓글 영역