Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

C / C++ / JAVA IDE

The IDE for competitive programmers.

Demo Screenshot

Demo Screenshot

Features

  • Open multiple tabs.
  • Uses RsyntaxTextArea library for syntax highlighting.
  • View Codeforces profile of any user.
  • Provides and opens links to several algotihmic tutorials.
  • Supports Undo/Redo.

Languages Used

Known Bugs

The IDE uses system calls like exec on Linux systems which got partially 'broken' when we tried to make the project compatible on both Windows and Linux. The code fails to compile in such cases.

Authors