Search:

Type: Posts; User: azzuwan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,075

    Thanks Vart, that is a good example.

    Thanks Vart, that is a good example.
  2. Replies
    2
    Views
    1,075

    Asynchronous Operation In Main

    Hi everyone,

    I'm testing an optical fingerprint device which has an asynchronous operation with a flow like the following:

    1) LoadFG() - This will initialize device, camera, etc

    2)...
  3. Replies
    7
    Views
    3,002

    Great explanations! I'm an example of one of...

    Great explanations!

    I'm an example of one of those people who started learning programming using "managed environment" language / platform. Totally messed things up when tasked to do things in a...
  4. Replies
    7
    Views
    3,002

    Hi citizen and jason_m, Thanks for replying. I...

    Hi citizen and jason_m,

    Thanks for replying. I know what %X does but I tought after copying the content from one location to another, the contents in both location should be exactly the same.

    I...
  5. Replies
    7
    Views
    3,002

    Simple Memory Content Question

    Hi folks,

    I use memcpy to copy a content from a memory location to another



    #include <stdio.h>
    #include <string.h>

    int main ()
Results 1 to 5 of 5