Блог пользователя Smile_One_Smile

Автор Smile_One_Smile, история, 3 года назад, По-английски

I am using Dev-c++, I think it is really reliable and convenient.But my friends are using Visual Studio Code.They are always persuading me to use Visual Studio Code as they do.So now I am not sure about which ide to use.I wonder what ide are you using. Could you please give me some advice? Thank you!

  • Проголосовать: нравится
  • +13
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Dev is simple but it is outdated now and dosent support C++14 and above. So you will run into issues when you compute large arrays along with syntax problems. So I switched to Sublime Text 3 and its ok, but its has some pop up prompts that are very annoying

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I'm exited to know which IDE's do Japanese, Russians, or Chinese use ??

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +37 Проголосовать: не нравится

    I doubt it depends on nationality

    • »
      »
      »
      3 года назад, # ^ |
      Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

      Well sometimes it kinda does. For example in Romania most people are taught in school to write c++ code in code::blocks and because of this they might just stick with it.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    Personally, I use Code::Blocks for competitive programming and Clion for industrial purposes

»
3 года назад, # |
  Проголосовать: нравится +69 Проголосовать: не нравится

Codeforces custom invocation

»
3 года назад, # |
  Проголосовать: нравится +42 Проголосовать: не нравится

Google Translate is the best ide, you can literally write code in Python then translate it to C++ for better performance

»
3 года назад, # |
  Проголосовать: нравится +25 Проголосовать: не нравится

The good old Vim.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Sublime Text is by far the most preferable IDE for competitive programming.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I think cp editor is very convenient, but sadly you cannot interact with the exe which is unconvenient — you must input all you want to say before you run it. So in this case sublime would help.

btw, the topic is actually up to individual favours. Hardly would you ever thoroughly prefer sth others prefer.

»
3 года назад, # |
  Проголосовать: нравится +26 Проголосовать: не нравится

One and only

Spoiler
»
3 года назад, # |
Rev. 2   Проголосовать: нравится +12 Проголосовать: не нравится

Xcode for writing my code & cf custom test for testing samples

»
3 года назад, # |
Rev. 3   Проголосовать: нравится +6 Проголосовать: не нравится

VScode with Github Copilot for writing code. CF Custom test for running the code and testing it.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +7 Проголосовать: не нравится

    Please use your brain instead of autopilot that's trained on datasets with other people's code. Even though Co-pilot can't solve some really hard task, you won't get much better if you use it to avoid thinking and write some basic algorithms. Learning always implies thinking, hey!

»
3 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Vim

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You must use VS Code, it is very friendly ide with multiple option and u don't need to download multiple ide`s for different languages , VS code allows to code in different languages , all you need is a a compiler and an extension that's it.

  • »
    »
    3 года назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    Sometimes it lags and it does not work properly. Use Sublime text with good build system for CP

    For setting sublime text for CP u can refer this link

    Link

    Spoiler
»
3 года назад, # |
  Проголосовать: нравится +16 Проголосовать: не нравится

CPEditor is the best for me.

»
3 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

I use vscode + acmX (extension by mnaeraxr) — it supports automatic parsing and testing of samples!

»
3 года назад, # |
  Проголосовать: нравится +25 Проголосовать: не нравится

The editor that one cannot exit.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

dev cpp is shit use codeblockc

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Dev-C++ is the Nobles' Editor. So pupils(and newbies) don't understand why it is good.

»
3 года назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

Dev-C++ is convenient and comfortable, but it doesn't have many functions.

VSCode is good and I often use it. If you are new to programming, I think Dev-C++ is the best.

Dev-C++ is the Nobles' Editor (贵族编辑器 in Chinese).

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +9 Проголосовать: не нравится

Sublime Text 4 with CppFastOlympicCoding plugins.

In order to use this plugin, I modified another plugin "FastOlympicCodingHook" to adapt "Competitive Companion" in the browsers and problem transfer function of CCHv2.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Where can I download the plugin named "CppFastCompetitiveCompanion"?

    I can't find it on packagecontrol.io .

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Use Sublime text with good build system for CP

For setting sublime text for CP u can refer this link

Link

Spoiler
»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I prefer Visual Studio.

»
3 года назад, # |
  Проголосовать: нравится +30 Проголосовать: не нравится

I don't use any of these but telegram. And You know (ctrl c + ctrl v).

»
3 года назад, # |
  Проголосовать: нравится +17 Проголосовать: не нравится

I usually use Microsoft Word

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I am currently using Vs code, previously I used sublime text 3.
A few months before, I did some project work in vs code, at the time I don't know about the shortcuts or procedures to use, etc. because at that time I used sublime for CP. So, I have shifted from sublime to vs code. It benefits me while I was doing projects on vs code(shortcuts, etc.).

I prefer you to go with vs code(install some useful extensions like code runner, etc for CP).

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I had used Dev-c++ for about 2 years before I switched to VSCode with Clangd plugin for the fast code compeletion. However, since I took part in ICPC, finding no VSCode provided, I chose Emacs for the easy CUA keybindings(C-c for copy and C-v for paste) while Vim was hard for me. Several days later when coding in VSCode, I typed C-x C-s to save, and the whole line was killed! I didn't think I could go back to VSCode then.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

i am happy with anything except codeblocks and dev c++.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Started with vscode then switched to (neo)vim.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I prefer Geany. It's Lightweight and convenient. It has everything Dev-C++ has. It almost supports all language as long as the compiler/interpreter is configured.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

@TOURIST USES FARMANAGER SO YOU CAN ALSO PREFER THAT

»
4 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

CP Editor