I agree, and sometimes lose sight of this. I often find myself so busy creating goals lists and rushing from one thing to the next that I don't stop to just take a look around.
It is, but sometimes we get so overwhelmed by what we're doing that we lose track of what's important. (My hunch is that you probably do the same from time to time.)
CWinApp theApp;
using namespace std;
unsigned long cnt=0;
void ThreadProc()
{
while (TRUE)
cnt++;
}
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
unsigned long i,nRetCode = 0;
CreateThread(0,65536,(LPTHREAD_START_ROUTINE)ThreadProc,0,0,0);
while (TRUE) {
printf("Press <ENTER>\r\n");
getchar();
i=cnt;
printf("Line:%20u %6u\r\n",i,i%100000);
}
return nRetCode;
}
Do you really think the count can be predicted and key triggered remotely. Why do you think all the people in the Bible reported God?
God says...
2:42 And as the toes of the feet were part of iron, and part of clay,
so the kingdom shall be partly strong, and partly broken.
2:43 And whereas thou sawest iron mixed with miry clay, they shall
mingle themselves with the seed of men: but they shall not cleave one
to another, even as iron is not mixed with clay.
2:44 And in the days of these kings shall the God of heaven set up a
kingdom, which shall never be destroyed: and the kingdom shall not be
left to other people, but it shall break in pieces and consume all
these kingdoms, and it shall stand for ever.
2:45 Forasmuch as thou sawest that the stone was cut out of the
mountain without hands, and that it brake in pieces the iron, the
brass, the clay, the silver, and the gold; the great God hath made
known to the king what shall come to pass hereafter: and the dream is
certain, and the interpretation thereof sure.
7 comments
[ 4.2 ms ] story [ 30.4 ms ] threadI try to consistently remind myself, it is the journey, and not the destination.
God says... 2:42 And as the toes of the feet were part of iron, and part of clay, so the kingdom shall be partly strong, and partly broken.
2:43 And whereas thou sawest iron mixed with miry clay, they shall mingle themselves with the seed of men: but they shall not cleave one to another, even as iron is not mixed with clay.
2:44 And in the days of these kings shall the God of heaven set up a kingdom, which shall never be destroyed: and the kingdom shall not be left to other people, but it shall break in pieces and consume all these kingdoms, and it shall stand for ever.
2:45 Forasmuch as thou sawest that the stone was cut out of the mountain without hands, and that it brake in pieces the iron, the brass, the clay, the silver, and the gold; the great God hath made known to the king what shall come to pass hereafter: and the dream is certain, and the interpretation thereof sure.