Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
dat
- Page 1
DAT file reading in C
Programming
Software Development
12 Years Ago
by efxee
…am trying to read a structure from a .
dat
file...the first integer to be read is…ptr_myfile2; struct Oven my_record,my_record2; ptr_myfile=fopen("data.
dat
","rb"); ptr_myfile2=fopen("out.csv&… identify what is wrong with my .
dat
file HEX dump of data.
dat
: http://i.stack.imgur.com/TcT9z…
dat,txt file and csv file????
Programming
Software Development
17 Years Ago
by jerryseinfeld
… csv file to do this... I can take data from
dat
or txt file with [code] printf( "%s %s %d… not I do that???? note: when I take data from
dat
file there are only numbers or chars. but my csv…
.dat, .idx, .blb data; ,bpl code - what is it?
Programming
Software Development
14 Years Ago
by AES2
… manager. A lot of database table files come in pairs .
dat
and .idx, some in threes with a .blb file, which… files, but I don't know what database manager uses .
dat
files. The program folder has .exe files that also come…
Re: dat file txt file help????
Programming
Software Development
18 Years Ago
by jerryseinfeld
… I change this to [code]if((cfPtr = fopen("employee.
dat
","r")) == NULL) [/code] it appears some stupid… mean what is the difference??? why cant I read from
dat
file????
Re: dat file txt file help????
Programming
Software Development
18 Years Ago
by jerryseinfeld
I checked it and saved files differents format
dat
and txt. They include same things. But I think only difference is
dat
file has at the end of lines a blank line.. Is that main problem?. If it is problem I have to make with this blank line and how can I do that??
*.dat conversion to *.tax file pls help
Programming
Software Development
19 Years Ago
by jto
i have a *.
dat
file which is i am sending as attachment can any body help to convert this file in to text file or any other database format such as access /oracle etc
dat file txt file help????
Programming
Software Development
18 Years Ago
by jerryseinfeld
… file like notepad. But I need to read into a
dat
file. Here is my code [code] #include <stdlib.h…
Re: dat file txt file help????
Programming
Software Development
18 Years Ago
by jerryseinfeld
ok I tried it but system cant accept the
dat
file upload :(
Re: dat file txt file help????
Programming
Software Development
18 Years Ago
by jerryseinfeld
I tried winrar but it didnt work now I try zip :) in zip file my
dat
file and txt file my txt file... so what is the problem??
DAT file
Programming
Software Development
14 Years Ago
by Mikey12345
Hi all, Need help, How can i read a
dat
file in c# and display data in datagridview. the data is in a comma format. Ie a,b,c,d etc....... many thanks,
Re: DAT file
Programming
Software Development
14 Years Ago
by Oxiegen
…: [CODE] private void PopulateDataGridView() { string filePath = "<path to
dat
file>"; System.IO.TextReader reader = new System.IO…
Re: DAT file
Programming
Software Development
11 Years Ago
by dskamburapola
… this. private void PopulateDataGridView() { string filePath = "<path to
dat
file>"; System.IO.TextReader reader = new System.IO…
Re: dat to obj model converter (needs to know)
Programming
Software Development
14 Years Ago
by Tcll
… the above bits and pieces. Should turn something up.[/QUOTE]
dat
is hex... (from a GCN game) obj is ascii the…
dat
format is complex... it has a header that takes you …
Re: dat to obj model converter (needs to know)
Programming
Software Development
14 Years Ago
by Tcll
ignore that last post :/ I've just thought of a better way... just rename the obj after the
dat
:/ ^whith doing that, I can do 'per vert' conversion EDIT: @ any admin that spots this don't delete this thread... there will be times I'll need to bring up something about this :/
Help with managing .dat files
Programming
Software Development
16 Years Ago
by radhasb
… button for which you can add to the .
dat
file Concerning the .
dat
file, it is organized into lines. Each line…This pattern is inherent for all the lines of the .
dat
file I have a function that successfully splits each line…is attached. I have attached my .java files and the .
dat
file as .txt files. (just incase people are suspicious...) …
How I can Open This .dat file --> This dat file is no ordinary
Digital Media
UI / UX Design
18 Years Ago
by fuxco
…I wish and finally save them. -------------- I extract that .
dat
files from this address of 2006 FIFA World Cup: C… of up sentence is: How can I open this .
dat
files of reporter's sounds (this file is peculiar compressed…) ? You can download sample of .
dat
file from here: [url]http://www.vkavmax.com/dat_file.zip…
Contents of DAT file are not in binary format
Programming
Software Development
16 Years Ago
by kousarrabiya
…trying to put username and password in some
dat
file(ADMIN.
DAT
)from changeLogin page and getting/retreiving username … file part is dname = My.DataFile("ADMIN.
DAT
") fnum = FreeFile Open dname For Binary Access…file part is dname = My.DataFile("ADMIN.
DAT
") fnum = FreeFile Open dname For Binary Access…
Re: converting a .dat --> .mp3 the right way?
Hardware and Software
Microsoft Windows
11 Years Ago
by hgabszxk
I know a powerful
DAT
Converter as well as a step by step guide on how to convert .
dat
video or audio to almost all popular formats like convert
DAT
to MP3,
DAT
to MP4,
DAT
to WMV,
DAT
to MOV,
DAT
to 3GP,
DAT
to WMA and etc. Type "**step by step guide to convert
DAT
to MP4, MP3, WMV, 3GP, MOV**" in Google to find it.
Re: system32\SKYNETlog.dat (Trojan.Agent)
Hardware and Software
Information Security
15 Years Ago
by lynnjohn
… and settings\Administrator\Local Settings\Application Data\GDIPFONTCACHEV1.
DAT
2009-07-13 20:09 . 2009-07-13… and settings\Customer\Local Settings\Application Data\GDIPFONTCACHEV1.
DAT
2009-06-22 10:57 . 2009-06-22…)partition(1)\WINDOWS [operating systems] c:\cmdcons\BOOTSECT.
DAT
="Microsoft Windows Recovery Console" /cmdcons multi…
Deleting record from .dat file
Programming
Software Development
17 Years Ago
by Wiizl
…to write a function that should delete specified entry from .
dat
file. But it just ADDS TWO MORE NEW ENTRIES- … *tmp; struct rec r; t=0; f=fopen("junk.
dat
","r"); if (!f) { gotoxy(20,47);…goto END3; } big=sizeof(struct rec); tmp=fopen("temp.
dat
","w"); fseek(tmp,0,SEEK_SET); do{ fread…
file stream. where do .dat files go?
Programming
Software Development
17 Years Ago
by Biro
… file stream //ofstream out_stream; in_stream.open("infile.
dat
"); // open infile.
dat
file if (in_stream.fail( )) { cout <…"; exit(1); } //out_stream.open("outfile.
dat
") int res; int num1, num2, num3; in_stream…lt;< "The largest number in the infile.
dat
file is: "; cout << max…
Re: converting a .dat --> .mp3 the right way?
Hardware and Software
Microsoft Windows
18 Years Ago
by robio376
…functions as listed in its instructions. The .
dat
files that I am trying to view appear…Thanks 'E'[/quote] I have been taking
dat
files from VCD's and converting them to …mp3 cds. Also VCDGear can take any
dat
file and convert it to an bin/cue… format which may work for .
dat
backups. Because essentially a
dat
file is information compressed into on…
Re: How I can Open This .dat file --> This dat file is no ordinary
Digital Media
UI / UX Design
18 Years Ago
by peter_budo
you have to find some convertor which can work with this audio
dat
files, if their are audio just simple google[URL="http://www.google.co.uk/search?hl=en&q=convert+audio+to+
dat
&btnG=Search&meta="] search[/URL]
Re: Contents of DAT file are not in binary format
Programming
Software Development
16 Years Ago
by kousarrabiya
… string they cannot be stored in binary format in
DAT
file... So i used Input and Output instead of…file part is dname = App.Path & "\ADMIN.
DAT
" fnum = FreeFile Open dname For Output Access Write As…file part is dname = App.Path & "\ADMIN.
DAT
" fnum = FreeFile Open dname For Input Access Read As…
Re: converting a .dat --> .mp3 the right way?
Hardware and Software
Microsoft Windows
20 Years Ago
by caperjack
[QUOTE=marceta]I have a .
dat
file which is actually an mp3. It …begin.mp3" it still recognises it as a .
dat
file, and doesn't auto change the recocognition to…click -> Properties says that it is still a .
dat
file. How can i convert it to a "…changed it reads Klubbheads - Let the party begin.
DAT
,correct so all you are changeing is the…
Reading in a .dat file from SSH shell command line
Programming
Software Development
19 Years Ago
by arvinp
…'m trying to write a code that reads in a .
dat
file from the SSH shell command line. example: java Prog1… simply just want to print out the contents of the
dat
file after is has read it in.... example: this is… the SSH shell command line java Prog1 xxx.
dat
"contents of the xxx.
dat
go here" thanks for the help
Read data from a two-way array from a .DAT file?
Programming
Software Development
18 Years Ago
by youngone
…me, and print out the information from it. The .
DAT
file is for a two-way array It has 6…; int row; int col; clrscr(); ifstream noiseFile ( "a:\\noise.
dat
", ios::in | ios::binary | ios::nocreate ); if (!noiseFile ) {… cout << "\nUnable to open NOISE.
DAT
"; cout << "\nPress any key to continue…
Error in File write of dat file
Programming
Software Development
16 Years Ago
by ambarisha.kn
… bytes instead of 4 bytes. Output file(ambi.
dat
)is as follows ----------------- 0D 0A 00 00 00… ----------------- Expected output in
dat
file is --------------- 0A 00 00 00 -------------- What is…break; } } FILE *f1; f1=fopen("c:\\ambi.
dat
", "w"); fwrite(constDataArea, 1,4, f1…
Re: Help with managing .dat files
Programming
Software Development
16 Years Ago
by quuba
… file try { BufferedWriter out = new BufferedWriter(new FileWriter("nlc2008.
dat
", true)); out.write(str); out.newLine(); out.close(); } catch…
Read dat file data but cannot acces later to it.
Programming
Software Development
15 Years Ago
by mrestrepo30
…I'm trying to read the information in a
dat
file, to then use it in some calculations.…the section of the code that reads the
dat
file: /* Open the file */ fp = fopen(&…quot;VELOCITY_nodes.
dat
", "r"); /*file=fopen("VELOCITY_nodes.
dat
", "r");*/ /*…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC