Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I NEED TO CODE???

Name: Anonymous 2007-08-30 3:07 ID:XW6t9UTD

                    /* Put all coefficients to zero */
                    for (A = 0; A < 4; A++)
                    {
                        for (B = 0; B < 4; B++)
                        {
                            for (qq = 0; qq < 7; qq++)
                            {
                                for (ii = 0; ii < 3; ii++)
                                {
                                    for (ji = 0; ji < 3; ji++)
                                    {
                                        for (ki = 0; ki < 3; ki++)
                                        {
                                            coefg[A][B][ii][ji][ki][qq] = 0.0;
                                        }
                                    }
                                }
                            }
                        }
                    }

Name: Anonymous 2007-08-30 13:31 ID:y2+24G9a

>>18
Coding style. Some people use more semicolons for "larger scope" comments (e.g. four = comment relates to entire file as a whole, e.g. boilerplate crap at the top, three = precedes a group of related functions, two = one function, one-semicolon comment on a separate line to document blocks of code within the function, and inline comments to document individual lines of code within those logical blocks.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List