This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Noggit Coding style  (Read 1825 times)

ll-cool-j

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
[QUESTION] Noggit Coding style
« 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Noggit Coding style
« Reply #1 on: June 03, 2016, 04:14:43 pm »
Legacy reasons. New code should be using std:: stuff all over the place.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

ll-cool-j

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 8
    • View Profile
Re: [QUESTION] Noggit Coding style
« Reply #2 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »