Forum: C Dec 12th, 2008 |
| Replies: 1 Views: 615 ; check out this link:
http://msdn.microsoft.com/en-us/library/aa389273(VS.85).aspx |
Forum: C Dec 12th, 2008 |
| Replies: 9 Views: 682 ; I have written an example for you.
; try this:
; all files are in attachement
#include <windows.h>
#include <winioctl.h>
struct Record
{ |
Forum: C Dec 10th, 2008 |
| Replies: 9 Views: 682 ; yes you can separate data in the text or any other extension file ;with some characters (e.g: "<Name>Max</Name>" and so on) or ;you can separate data with e.g.: 0A4h or some other non-letter or... |