Shopping Cart My Cart Account Log In Walkthrough IDE Integrations Contact Partner  
Polystyle
The Elegant, Intelligent Source Code Formatter

Click Here To Download A Free Trial!
C/C++   PerlPascal/Delphi
C#   CSSCMAC
Java Javascript   PHP 
JSP HTMLPython
ASP Visual BasicActionscript
Home Features Documentation Buy Polystyle Download  
Step 3: Formatted CMAC Source

  • Overall CMAC Features
  • Step 1: Unformatted Source
  • Step 2: Example Source
  • Step 3: Formatted Source

    Here we see the final results formatted in the Whitesmith style.

    Now that you've seen what Polystyle can do for you, why not download a copy and try it out yourself?


    str oct_str(int decval) no_break
        {
        int temp;
    
        str octl[3];
    
        temp = decval;
        octl = "";
    
        while (temp > 8)
            {
            octl = str(temp % 8) + octl;
            temp = temp / 8;
            };
    
        if (temp == 8)
            octl = "10" + octl;
        else
            octl = str(temp % 8) + octl;
    
        return(octl);
        }
    

    Take Polystyle for a spin: Download a copy here!

  • Home Features Documentation Buy Polystyle Download  

    Click Here To Download A Free Trial!

    Copyright © Flashbulb Studios. All rights reserved.