fstream

Pages: 12
WOW...you're GOOD!
im done with it.. THANKS alot!

but I just want to ask:
warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

can we solve this problem? what this means?

@Bazzy
besides, Im very admire your programming skills, do you mind to share where you learn it? =D

and also thx alot to blackcoder41 too.
it wants you to use the new version of localtime.. there is also strcpy_s() for strcpy and strcat_s() for strcat().. something like that..

i think it request more parameters than the old version..
All the xxx_s stuff are non-standard and should not be used

@Bazzy
besides, Im very admire your programming skills, do you mind to share where you learn it? =D
practicing
yeah i think the xxx_s() functions are just for visual studio
oh ok.. forget about the problems.
now i have a new problem
how i gonna make my password to hash value?
i want to encrypt it using MD5
coz i search all the we is just codding of making it not how to use it.
im using OS unix
i think we should now discuss it here, it will not fit the title "fstream"

post another thread..
Topic archived. No new replies allowed.
Pages: 12