|
|
SQCBW 3.12t
If you are a software developer / programmer using the C or Java programming
language, you should use the important programming tool SQCBW whenever
you have modified the structure of your program, i.e. whenever you have
inserted/deleted blocks/conditional statements/complex expressions. This utility
can be easily launched from your workbench
(e.g. "Microsoft Visual Studio"). |
Keywords:
|
||
|
SQCBW is currently available for the programming languages SQCBW runs under Microsoft Windows 98/ME/NT4/2000/XP. You can install SQCBW on your PC without having "Administrator" or "Power User" access rights. You may use SQCBW during a 30-days evaluation period without restrictions before you buy a license (please read the license conditions). If SQCBW should not perform like you expect it to do please read the information about the latest updates and feel free to send a message to info@softwarequarter.com. Features for all programming languages:SQCBW
SQCBW Source Code Beautifier Main WindowThe Main Window shows the list of beautified files and structure errors (if any).
Examples in C:/* this macro calculates the days since 1/1/1970 * for a given (year,month,day); * demonstrates: * indentation within a macro that spreads over several lines * indentation within an expression where * corresponding brackets are aligned */ #define DAYS_SINCE_1970(year, month, day) \ ( ( ((year - 1970) / 4) \ * ((4 * 365) + 1)) \ + ( ((year - 1970) % 4) \ * 365) \ + ( ( ((year - 1970) & 4) \ == 3) \ ? 1 : 0) \ + ((month - 1) * 30) \ + (month / 2) \ + ( (month >= 3) \ ? ( ( ((year & 3) == 0) \ ? 1 \ : 0) \ + ( (month >= 9) \ ? (month & 1) \ : 0) \ - 2 \ ) \ : 0 \ ) \ + (day - 1) \ ) /* conditional compilation: * each conditional branch starts at the same column */ { #if ( defined (A) \ || ( defined (B) \ && defined (C))) if (sub_2 (a, b)) { i = 1; #else do { i = 2; #endif c = 4; #if ( defined (A) \ || ( defined (B) \ && defined (C))) } #else } while (sub_2 (a, b)); #endif } |
SQCBW awards: Please find SQCBW and much more listed at the following Shareware Sites: |
|
SoftwareQuarter GmbH Boehmerwaldstrasse 13 D-85386 ECHING Germany
Fax:
+49 89 37998286 CopyrightŠ SoftwareQuarter GmbH. Revision: October 31, 2007. All rights reserved. (Imprint) |