Jump to content

What do people use to develop and debug?


Recommended Posts

Posted

I am a Linux user, but never done C++ on Linux (Java commercially and about 10 years ago I did commercial C++ on Windows). so what do people use to develop code and more interestingly to debug, especially on Linux?

Thanks

Klunk

Posted
They copy the C++ files to windows and working with them with VC++ i think

Some people indeed do this (Like me for example), I have my own local git repository I can clone on windows or linux.

You can also install something like Code::Blocks on linux and use GDB to analyze crashes, it's just a matter of taste.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use