Download List

Projeto Descrição

xCover is a code coverage library for C and C++.
It uses non-standard features available with GCC
4.3+ and Visual C++ 7.0+. Users place line-marks
in each branch of each function or method in a
component's source file, and the library is able
to produce, upon request, a report of which of
these has not been executed. Reporting can be done
on a per-file, per-alias, or per-file-group basis.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-08 21:49 Back to release list
0.2.2

Esta versão adiciona funções para traduzir os códigos de retorno da API em cadeias e acesso à seqüência correspondente calços de modo que possam ser passadas diretamente para, digamos, instruções de saída FastFormat. Ele também adiciona um exemplo correspondente ao código no artigo, em 09 de março o parcelamento ACCU's da revista Vu C para a biblioteca.
Tags: Minor feature enhancements
This release adds functions for translating API return codes into strings and corresponding string access shims so that they can be passed directly to, say, FastFormat output statements. It also adds an example corresponding to code in the article in the March 09 installment of ACCU's C Vu journal on the library.

Project Resources