printf with leading zerosThanks a lot! That will solve my problem.
printf with leading zerosHi all, [code] int i = 1; printf("%05d", i); [/code] should output "00001". That's fine. Howe...
malloc/calloc in C subroutinesThanks a lot!
malloc/calloc in C subroutinesHi all, I want to implement a C subroutine, in which memory is allocated using malloc or calloc. ...
This user does not accept Private Messages