Hi,
Here is what i did in Perl..It works perfect for me.See if it helps you.Try calling these Perl subroutines from your program.
-------------------------------------------------------
my $shadowFile = "/etc/shadow";
my $oldpasswdFile = "$passwdFile.old";
#write...
Hi,
There is a perl script with three subroutines which works real perfect.How do I integrate this to my VC++ code ?
The C++ code should call these perl subs or the whole file.
So what will i need to do in order for C++ to perform this
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.