What about

int foo(int bar){
        return bar * bar;}

?


Matthew Small
IT Supervisor
Showstopper National Dance Competitions
3660 Old Kings Hwy 
Murrells Inlet, SC 29576
843-357-1847
http://www.showstopperonline.com

-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 1:27 PM
To: CF-Community
Subject: Survey - Coding Style

I prefer:

Int foo(int bar) {
    Return bar * bar;
}

>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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to