User profile: igorbez

User info
User name:igorbez
Old user name:igor1985
Name:Igor Bezverhi
Location:C:\windows\system32\igor
History
Joined:
Number of posts:30
Latest posts:

converting string to int
try a for loop, reading each char and checking if its between 0x30(ascii 0) and 0x39 (ascii 9) if it...

How to check the occurence of each words in the textfile and display the number of times C++
are simple Windows API functions, check out on [b]MSDN[/b] I think that if you plan to interact with...

struct issue
Figured it out just now... lambdas require the Common Runtime startup function. I have overwritten ...

How to check the occurence of each words in the textfile and display the number of times C++
make it a binary structured file, and handle it with APIs like SetFilePointer().. MapViewOfFile()...

struct issue
the struct aligment in the compiler properties is set to default, i tried #pragma pack()... nothing ...