如何在mfc中做一个柜台 [英] how to make a counter in mfc

查看:419
本文介绍了如何在mfc中做一个柜台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以教我如何做柜台吗?

Can anyone teach me how to make a counter?
not i timer, but a counter,, which calculate how many cycle of certain function have been done..

推荐答案

同时提供更多信息,同时:
Give us more information, meanwhile:
int iCounter = 0;

// Do something
iCounter++;  // each time you cill call that iCounter will be incremented.

// Do something else
iCounter++;  // each time you cill call that iCounter will be incremented.

...


我想您对这个答案不感兴趣,但是从您的问题中我可以想象得到的是最好的.

重写您的问题,添加更多详细信息,然后可能会得到正确的答案...


I guess you are not interested in this answer, but is the best I can imagine from your question.

Rewrite your question, add more details and then probably you''ll get a proper answer...


这篇关于如何在mfc中做一个柜台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆