[GRASS-dev] grass command percentage

Hi All,
I am using C code of grass to execute a grass command
start_command(…)
how to get percentage of process when running a grass commandI dont want to use python.I use C++. I am doing it on web for webGRASS

Regards,

On Wed, Dec 14, 2011 at 8:28 AM, Mohammed Rashad
<mohammedrashadkm@gmail.com> wrote:

Hi All,
I am using C code of grass to execute a grass command
start_command(....)
how to get percentage of process when running a grass command

http://grass.osgeo.org/wiki/GRASS_and_Python#Percentage_output_for_progress_of_computation

I dont want to use python.I use C++. I am doing it on web for webGRASS

Then G_percent()

Markus