Changes

no edit summary
Line 27: Line 27:  
::*bushing wasn't saying you needed to add comments, he was saying your coding was bad. You shouldn't have #include statements INSIDE a function. You should be taking the necessary parts of other source, adding your own and using it, not putting an entire app in a function.  
 
::*bushing wasn't saying you needed to add comments, he was saying your coding was bad. You shouldn't have #include statements INSIDE a function. You should be taking the necessary parts of other source, adding your own and using it, not putting an entire app in a function.  
 
::--[[User:SifJar|SifJar]] 18:56, 25 May 2010 (UTC)
 
::--[[User:SifJar|SifJar]] 18:56, 25 May 2010 (UTC)
 +
:: Re-read the GPL. You esentially need to provide the source code for *everything* you link against a GPL file, i.e. your whole project including instructions how to build it.--[[User:Svpe|Svpe]] 19:12, 25 May 2010 (UTC)