how to make NTFS read only file system writable in linux

C++
sudo mount -t ntfs-3g /dev/sdb2 /mnt/ntfs2/
Source

Also in C++: