User: Biju Scaria

  • Public profile

User profile: Biju Scaria

User info
User name:Biju Scaria
Email:bijuscaria4u@gmail.com
Name:Biju Scaria
Location:Bangalore
Statistical data
Gender:Male
Occupation:Designer
Skills:C
C++
Perl
Java
Python
History
Joined:
Number of posts:13
Latest posts:

accessing files from folder
Another way would be to use popen to issue the ls command and you can create the file from your prog...

Auto-update a file that is being written to
Parallel read and write are very common and well supported in Unix. reload message is because you op...

Is this possible in C++ ??
You can do this in the makefile, using echo. You just need to keep the @echo at the end of the targe...

Isn't the C++ standard library backward-compatible?
This is a dependency issue of stdc++ with glibc++. Your application is expecting that the libstdc++ ...

Hash/encrypt a password
It is better to use the crypto++ library as suggested by Grey Wolf. If you still want to use a syste...

This user does not accept Private Messages