ditto, except I prefer lowercase whenever possible, like on the return keyword.
-- mailto:[EMAIL PROTECTED] Tuesday, February 25, 2003, 1:27:14 PM, you wrote: TA> I prefer: TA> Int foo(int bar) { TA> Return bar * bar; TA> } >>OK, so I have been arguing with another guy here about where to put the >>curly braces in your C/C++/C# application, I contend: >> >>Int foo(int bar){ >> Return bar * bar; >>} >> >>He contends: >> >>Int foo(int bar) >>{ >> return bar * bar; >>} >> >>Cast your votes now! TA> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
