If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Writing to a txt file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-15-11, 13:19
Essi Essi is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
Writing to a txt file

Hey guys

my first post

I'm currently stuck. I have a project about a projectile that has been launched, and for the last part (there are 3), you have to analyze the data.

the question :

• Write the position information to a text file
• Calculate the energy information and write it to a text file
• Display a summary of the simulation

.......and...........


Write code for the following function: You must ask the user to enter a filename. Use strcat to add
the extension ".CSV" to the filename. (An easy optional task is to check whether the user did not
already enter an extension)

We haven't done this in the lectures, and since exams are around the corner I'm busy as hell.

Could anyone help? either by giving part of the code or by explaining how?

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On