Kart Racing Pro Official Forum

General => Off-Topic => Topic started by: Robin Mayer on May 09, 2016, 02:52:42 AM

Title: Question to Piboso about his programming software
Post by: Robin Mayer on May 09, 2016, 02:52:42 AM
Hello Piboso,

Im excited what programming software you use for Krp?

Greets Robin
Title: Re: Question to Piboso about his programming software
Post by: PiBoSo on May 09, 2016, 12:01:38 PM
Quote from: Robin Mayer on May 09, 2016, 02:52:42 AM
Hello Piboso,

Im excited what programming software you use for Krp?

Greets Robin

Microsoft Visual Studio 2008 and 2010.
Code::Blocks on Linux, for the master server.
Title: Re: Question to Piboso about his programming software
Post by: HornetMaX on June 07, 2016, 01:07:32 PM
At my small scale and amateur-ish knwoledge (the MaxHUD plugin is somewhere around 9K lines of code) I have to admit I've been positively impressed in the progress in VS from 2010 (that I was using) to 2013 (to which I migrated a few months ago). So impressed that last week I actually moved again, to VS 2015. The editor/compiler in particular is now capable to catch potentially dangerous code while editing and at compile/analysis time. Very handy in my case :)

Of course jumping on a new version is easier for me as there's no license to pay :)