Skip to content Skip to sidebar Skip to footer
Showing posts with the label C++

Program Of Power Operator In C

I'm creating a library which will have concepts similar kind of python. C doesn't have any … Read more Program Of Power Operator In C

How To Embed C Code In Python Program?

i want to write a program using multi-threading, raw sockets, to scan the ports in python i have a … Read more How To Embed C Code In Python Program?

C Code For Python's Property Function?

I am really curious as to how Python's interpreter makes an attribute x out of a method x throu… Read more C Code For Python's Property Function?

Call Python Function From Fortran/c

I am writing a Fortran code and I would like to use some special functions and methods from Python … Read more Call Python Function From Fortran/c

Server And Client In Python And C

I've wrote a simple client code in python, and I'm trying to connect to a simple echo serve… Read more Server And Client In Python And C

Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks

I have traced a memory leak in my program to a Python module I wrote in C to efficiently parse an a… Read more Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks