C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Hardware
Remove
Platform
License
Any
Yes... P/Invoke, you say. But... this goes well when you have a function and pass the parameters, but if you have to pass parameters that they are large (list of 500.000 points, etc.), this consumes...
im moving from c to vb .net and i was looking fot the function wich writes to a port, something like outportb() function in c, (it gets the port number and what to put there)
thanks in advance.