User profile: Rudey

User info
User name:Rudey
History
Joined:
Number of posts:4
Latest posts:

printf with leading zeros
Thanks a lot! That will solve my problem.

printf with leading zeros
Hi all, [code] int i = 1; printf("%05d", i); [/code] should output "00001". That's fine. Howe...

malloc/calloc in C subroutines
Thanks a lot!

malloc/calloc in C subroutines
Hi all, I want to implement a C subroutine, in which memory is allocated using malloc or calloc. ...

This user does not accept Private Messages

User: Rudey

  • Public profile