View Single Post
 
Old 06-23-2014, 04:54 PM
whatsup whatsup is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: May 2014
Posts: 137
whatsup will become famous soon enough
Default

O_o, quite interesting

May I ask you a few questions about your new function of the last upload?
1.
Code:
Public Const coBytes As Long = 4 * 8
You changed to 32 Bytes, just for purpose of demonstration or is there any particular reason?
2.
Quote:
The routine is called Mem_ReadHex_Words. It also allows for 4, 8 or 16 bit words which are required by some data structures.
That's still the problem, that we don't know what data-structure we're really facing, isn't it?
3.
Curiousity - I've never seen this before:
Code:
wordCount = Length \ wordLength
For divisions I use / you as well as I see in the following line. Therefore I wonder what's the joke on this?
Reply With Quote