var fDesc=new Array(); fDesc[0] = "QA·C is the industry leading analysis solution for the C language; providing a comprehensive suite of features to enforce a range of coding standards. QA·C offers a simple way of analysing your code against your chosen coding standard, providing an effective and accurate solution to improving your software. Deploying industry standard metrics and providing code structure visualisations, QA·C brings a level of clarity to complex code, identifying issues long before they reach production. Through analysis your software becomes more robust, more maintainable and much more reliable.
features:
- Interactive Message Browser
- Relationship Browser
- Function Structure Diagrams
- Metrics Browser
- Online Help and Knowledge Base
- Contextual Messaging
- Coding Standard Enforcement
- Summary and Detailed Reports"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }