create soft link in linux

C++
ln -s [/path/to/file] [/path/to/symlink] ln -s source_file myfileln -s source_file symbolic_link

Source

Also in C++: