code for recognising character pattern in vc++
-
code for recognising character pattern in vc++
-
code for recognising character pattern in vc++
See [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
code for recognising character pattern in vc++
Check this [^]
-
code for recognising character pattern in vc++
prerananit wrote:
code for recognising character pattern in vc++
UINT RecognisePattern(LPVOID p)
{
//stuff goes here
}It is a crappy thing, but it's life -^ Carlo Pallini
-
prerananit wrote:
code for recognising character pattern in vc++
UINT RecognisePattern(LPVOID p)
{
//stuff goes here
}It is a crappy thing, but it's life -^ Carlo Pallini
I would expect
BOOL MyMFCFunkyClass::OnRecognisePattern(const CString & szTextWithPossiblyHiddenPattern)
{
// MFC stuff goes here
}From you... :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I would expect
BOOL MyMFCFunkyClass::OnRecognisePattern(const CString & szTextWithPossiblyHiddenPattern)
{
// MFC stuff goes here
}From you... :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Well, I felt like providing a generic, cross-platform solution today. :-\
It is a crappy thing, but it's life -^ Carlo Pallini
-
Well, I felt like providing a generic, cross-platform solution today. :-\
It is a crappy thing, but it's life -^ Carlo Pallini
Cross platform?
UINT
&LPVOID
? Surely you're Joking, Mr. Subramanian! :-D :laugh:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Cross platform?
UINT
&LPVOID
? Surely you're Joking, Mr. Subramanian! :-D :laugh:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]That may pull a tough one on the OP. He may post a query asking how to port
LPVOID
to Linux. :laugh:It is a crappy thing, but it's life -^ Carlo Pallini
-
That may pull a tough one on the OP. He may post a query asking how to port
LPVOID
to Linux. :laugh:It is a crappy thing, but it's life -^ Carlo Pallini
Rajesh R Subramanian wrote:
He may post a query asking how to port LPVOID to Linux.
You mean it's not a Linux Pointer?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Rajesh R Subramanian wrote:
He may post a query asking how to port LPVOID to Linux.
You mean it's not a Linux Pointer?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
DavidCrow wrote:
You mean it's not a Linux Pointer?
Yeah, it is a Long Playing VOID, indeed. :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]