var fDesc=new Array(); fDesc[0] = "C++ Code Export is a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your C/C++ documents, convert them to PDF, RTF, images and more!

Format / Indent your C++ code (thanks to GC GreatCode)
Convert your C/C++ code to the following formats :
HTML
PDF
RTF
BMP
PNG
JPG
Lotus
SVG
QUATTRO Pro
Excel
Print / Create advanced reports using a state-of-the-art printing / report engine
Indent multiple files at once.
Backup indented files automatically.
And much more!"; 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 = ''; } }