joao123's blog

By joao123, 9 years ago, In English

Does exists some IDE like intellijIDEA for c++, that can use like a plugin for TC and CF?

Tags ide
  • Vote: I like it
  • +4
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Well, there is a CLion with plugin which works with Cf but not tc

»
9 years ago, # |
  Vote: I like it +2 Vote: I do not like it

I don't know about about a Codeforces plugin that can be integrated into an IDE, but I use Codeblocks + Hightail combination and I believe it works very well. Just set the default path for hightail and then use that same path on Codeblocks. All you have to do in a contest then is compile, change program and press "Run" to see if it produces correct result.

  • »
    »
    9 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Do you know how to read a file and put the answer in other file using codeblocks? In linux it's like: ./file < in > out

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

There is an extension for Visual Studio