Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rkv19
  • Order by date
  1. rkv19

    Multiple runs on a software !!

    sorry for confusing .. I am working with C++ . I need code to read line by line from a text file and modify a particular line in a main file & create as many main files as no of lines in the text file . then run a software over each modified file .
  2. rkv19

    Multiple runs on a software !!

    Hi , I am using a software written in Visual Basic and simulation of which is written in Fortran . In this software in interface when i open a cateogory and give one set of values to parameters and run the S/W then i get results. My problem is i want to enter 100 such set of parameters one by...
  3. rkv19

    writing into a file error

    This is what i need to print in my output file c:\My Documents\Folder1\Input1\1.dat xyz.dat c:\My Documents\Folder1\Input1\2.dat xyz.dat .... . . . . c:\My Documents\Folder1\Input1\10.dat xyz.dat My output file should look exactly like this. even if i am trying to use \\ (double slash )...
  4. rkv19

    writing into a file error

    #include<stdio.h> Hi, I would like to know why i am getting a segmentation fault when i run this code, also i want to write the statement as it is into file.txt just changing the value of m in m.dat without changing the format which i am not getting .Can someone help me with this?? main() {...
  5. rkv19

    Need a Help about file handling

    I have a software written in VC++ and in the interface it accepts few values for different parameters. I want to do something like read a file which list of entries in to the interface instead of modifying one by one to get output , i ll read a file which all some 100 entries and read line by...

Part and Inventory Search

Back
Top