AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Which is the best IDE for Linux HLDS C++ coding? (https://forums.alliedmods.net/showthread.php?t=301926)

RoboCop 10-09-2017 16:52

Which is the best IDE for Linux HLDS C++ coding?
 
Well I am currently trying to fix and optimise some HLDS addons that seem to need looking at as well as finding a useful IDE that can have some useful extensions and helpful tools. I've been trying CodeLite as well using the useful wizard that allows me to select a specific compiler and CppCheck. Even though it takes me time to adjust to the IDE GUIs and how to adjust it's settings, I also noticed other IDEs for my Linux Mint to try out. I know how to use the Makefile as well selecting the compiler like gcc/g++ as well as using clang/clang++, but it would be easier to have the error logs to be printed not on the terminal as well looking directly where the error and warning are corresponded.

Which Linux IDE for C++ coding is best and more suitable for C++ learners? Besides I'm not a C++ pro. And I am NOT going to pay for those IDEs like Visual Studio Pro Edition nor CLion, as it seems foolish to pay for those.

klippy 10-09-2017 18:17

Re: Which is the best IDE for Linux HLDS C++ coding?
 
For me on Windows it's Visual Studio Community or Visual Studio Code, and on Linux just Visual Studio Code.

headline 10-09-2017 21:27

Re: Which is the best IDE for Linux HLDS C++ coding?
 
I just use npp and compile w/ the visual studio native build tools. Not really an IDE but eh

PRoSToTeM@ 10-09-2017 21:30

Re: Which is the best IDE for Linux HLDS C++ coding?
 
Quote:

Originally Posted by RoboCop (Post 2553553)
nor CLion, as it seems foolish to pay for those.

EAP builds don't require license https://www.jetbrains.com/clion/nextversion/.

RoboCop 10-10-2017 16:41

Re: Which is the best IDE for Linux HLDS C++ coding?
 
Well I was kinda hoping for a specific reason why you had answered or voted which IDE is best. I do know that Geany can select a Makefile as well use Make command to indicate that error and warning that corresponds to a specific cpp/c/h file.


All times are GMT -4. The time now is 14:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.