Hi everybody,
I just was wondering, what editor you are using during the contest (C++). I have been using kate for quite a while, but I am not really comfortible with it, the only need feature is, that I have my console down there. :)
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | adamant | 157 |
6 | awoo | 157 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | djm03178 | 153 |
Hi everybody,
I just was wondering, what editor you are using during the contest (C++). I have been using kate for quite a while, but I am not really comfortible with it, the only need feature is, that I have my console down there. :)
Name |
---|
Only for Windows users :)
Code::Blocks is not so bad, as for me.
VS2010 is slower than VS2005, and maybe express versions faster too.
But of course you are right, i don't know another IDE with such good debug mode.
Вот какой №и%ер@ст нажал минус? Будь добр, объяcни свою позицию.
Я не №и%ер@ст, и даже не тот, что ты имел ввиду, зашаривая мат.
А я тебе нажал минус, за то что ты мне нажал минус.
Здесь дело не во вкладе, а в том что человек зашёл в этот тред, и нажал минус на моем сообщении. Это как под дверью насрать втихаря.
Просто некое негативное действие направленное против меня, сделанное анонимно и безо всякой видимой на то причины. Меня больше всего раздражает именно анонимность.
Вот напиши кто-нибудь в ответ на мое первое сообщение ответ поносящий софт майкрософта и оскорбляющий меня лично матерными словами. Пусть даже при этом мое сообщение ушло бы в минус 100. Я бы спокойно отреагировал. Ну такое мнение у человека, ну воспользовался нецензурной бранью в мою сторону, ну пох.
А тут просто какая-то крыса проходя мимо подленько нажала минус и шкерится. Бесит.
Try Visual C++ 2012 ;)
UPD: Didn't noticed the date.
Maybe I am first person who solves on Linux with Qt Creator.
I don't have any problems with projects. I create it in minute. This is very good IDE with user-friendly debugger. Sometimes MS Visual Studio better of course, but I love Qt Creator)
Windows: FAR Manager + g++.exe
Ubuntu: gedit + RunC plugin
No ;) I just use console output, if I want smth. to debug...
UPD: I think it's more practical and easier....
UPD: Not here :)
Code::Blocks on both Windows and Ubuntu and it works perfectly for me. :)
Edit: Code::Blocks 8.02, I don't really like new Code::Blocks 10.05.
For Java my choice would be Eclipse.
To debug, I don't really need or like step by step debuggers. But I use valgrind whenever I get seg faults. It will just quickly find the line number that is corrupting your memory.
I generally find IDEs to be more problems than are worth for me. And for contests, you really don't need much features, and many features that are good for app development get in your way.
I choose jEdit because it has an auto complete plugin which I never use. But mostly because of some practical reasons not very related to contests.
- Very customizable. This is the reason I used to use vim, but I found its interface to be more of a load than something that helps. So I then searched for a replacement that was as flexible in configuring visual themes and also in adding new languages. Theming requires plugins, but it is all right.
- The ability to add custom languages. I don't have time to learn to use and configure a different editors for each different language I use. It gets worse when you create new languages.
- Cross platform and open source: To me, these two are the utmost basic requirements for any software I would have to endorse. Cross platform means I don't have to be locked to an operating system just because it is the only one that runs an applciation. Open source is a guarantee that if the people behind the software go missing or begin getting odd ideas, other people will be able to replace them.
In topcoder SRMs, I just use a slightly modified version of KE, it runs code in a terminal window.
Dev-C++ for Windows
NetBeans on Fedora Visual Studio on Windows
Code::Blocks or Geany
With me ViM is enough :D.
NetBeans on linux, visual studio on windows. Both have a great debugger.
Linux-> Vim Windows-> Code::Blocks or DevC++
do u call editor IDE?
K-Develop for Ubuntu
Sublime text 2.
Started out using vim but now totally in love with Emacs. I think it is the best editor.
Visual Studio Code
Gedit + auto indent plugin
Visual Studio 2019 Community