My Account Log In Walkthrough IDE Integrations Contact  
Polystyle
Point And Click Source Code
Formatter & Obfuscator

Click Here To Download A Free Trial!
Home Features Documentation Buy Formatter Buy Obfuscator Download  

 



  • PHP Obfuscator

  • C# Obfuscator

  • Perl Obfuscator

  • Java Obfuscator

  • Javascript Obfuscator

  • JSP Obfuscator

  • Actionscript Obfuscator

  • C/C++ Formatter

  • Perl Formatter

  • Pascal/Delphi Formatter

  • C# Formatter

  • CSS Formatter

  • CMAC Formatter

  • Java Formatter

  • Javascript Formatter

  • PHP Formatter

  • JSP Formatter

  • HTML/XML Formatter

  • Python Formatter

  • ASP Formatter

  • Visual Basic Formatter

  • Actionscript Formatter

  • Step 3: Formatted C++ Source

  • Overall C/C++ Features
  • Step 1: Unformatted Source
  • Step 2: Example Source
  • Step 3: Formatted Source

    Here are the final results which you can see are much easier to read!

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


    void CTrampDlg::LoadConfigFile()
        {
        int handle, ptr;
        unsigned long size;
        char cfgfile[255];
    
        GetModuleFileName(NULL, configpath, 254);
    
        configpath[ptr] = 0;
        sprintf(cfgdata.listpath, "%s", configpath);
        sprintf(cfgdata.skinpath, "%s\\skins\\tramp", configpath);
        sprintf(cfgdata.songpath, "%s", configpath);
    
        sprintf(cfgdata.currentskin, "tramp.skn");
        cfgdata.currentsong[0] = 0;
        cfgdata.currentlist[0] = 0;
        sprintf(cfgfile, "%s\\trampcfg.dat", configpath);
    
        cfgdata.x = 100;
        cfgdata.y = 100;
        cfgdata.w = 500;
        cfgdata.h = 175;
    
        for( ptr = 0; ptr<11; ptr++ )
            cfgdata.eqpos[ptr] = 50;
    
        cfgdata.shufflecode = cfgdata.loopcode = false;
        cfgdata.eqonoff = true;
        cfgdata.volume = (unsigned long)0x3fff3fffL;
    
        for( ptr = 0; ptr<50; ptr++ )
            cfgdata.controls[ptr] = 0;
    
        handle = open(cfgfile, O_RDWR | O_BINARY);
    
        if (handle == -1)
            {
            SaveConfigFile();
            return;
            }
    
        size = filelength(handle);
    
        if (size != sizeof(CONFIGDATA))
            {
            close(handle);
            SaveConfigFile();
            }
    
        read(handle, & cfgdata, sizeof(CONFIGDATA));
        close(handle);
        }
    

    Take Polystyle for a spin: Download a copy here!

  • Home Features Documentation Buy Polystyle Buy Obfuscator Download  

    Click Here To Download A Free Trial!

    Copyright © Flashbulb Studios. All rights reserved.