Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to use 'unsigned char' C data type with Win32::API

by BrowserUk (Patriarch)
on Mar 12, 2012 at 13:44 UTC ( [id://959125]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        printf( "Returning %d\n", c );
        return c;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
        or die $!, $^E;
    
    print getChar() for 1 .. 10;
    
  3. or download this
    C:\test>t-w32api.pl
    Returning 41
    ...
    82
    Returning 144
    144
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://959125]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-25 16:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found