Modcraft - The community dedicated to quality WoW modding!

Projects => Software Development => Topic started by: ll-cool-j on June 03, 2016, 03:51:20 pm

Title: [QUESTION] Noggit Coding style
Post by: ll-cool-j on June 03, 2016, 03:51:20 pm
Just looking at Noggit source code. it builds and that's cool (haven't tested running it yet); but is there a reason it's only sparingly using std namespace?
Title: Re: [QUESTION] Noggit Coding style
Post by: schlumpf on June 03, 2016, 04:14:43 pm
Legacy reasons. New code should be using std:: stuff all over the place.
Title: Re: [QUESTION] Noggit Coding style
Post by: ll-cool-j on June 03, 2016, 09:55:23 pm
I was wondering if it had anything to do with the libs, which might require pointers.

I have a really old copy of source from elsewhere too, it's definitely cleaner now than the 2.4.x version I have, which is basically programmer poison; very hard to follow.

Anyway thx for the info, and have a great weekend