file - Difference between .dat and .txt in c++ -


i using .txt files in program reading , writing records (records contains both text , numerals). came know .dat file can used .txt file operations. know difference between 2 , advantages , disadvantages of 1 on another.

text files or .txt files bit hard parse in programs , easy read. whereas .dat used store data not plain text.

generally .txt files contains letters, characters , symbols readable.

.dat binary text file in data not printable on screen.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -