View Single Post
  #5  
Old 07-08-2015, 12:32 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Some general guidelines on code: use tabs not spaces. Avoid tricky expressions. Code for C++11, target compilers are VS2012+ and GCC 4.6+ so the allowed features must be present with these minimum compilers.

You mentioned p99, which is a private fork. (They don't distribute executables so GPL dosnt kick in)
Reply With Quote