6,015 Topics
![]() | |
Hi, i want the best program to compare CPP files, i tried Araxis and Beyond Compare and ExamDiff, all compare good, BUT, the problem is that i want a program which compares the WHOLE file, then gives me the REAL differences, meaning ..., let's say there's a TEST1::TEST2 (int x) … | |
I've produced an exe file in visual basic - (recently downloaded as beta version) When I run it it will start up an excel file - runs fine on my computer but when I try it on another I get error message that dotnetfx must be installed. Can I alter … | |
Hey guys, I am trying to write a section of a program that reads in data from a file and stores the data into an array. The problem is the length of the file can vary, and I need to know how many items to store in the array.(I really … | |
I have a project due involving a problem from my textbook. In the text they want a list of all students for a carpool. They want me to get the info from an input file and print only the students from the local city (Huntley). They also want me to … | |
I am using php to search the file names of about 10,000 files. It works now, but for it to find the file the search phrase has to be found exactly within the file name. I would really like to get a fuzzy search feature workings, but things like similar_text() … | |
how to transfer between 2 computers? I have no idea how to start, can someone guide me? it is better to have sample code or website as reference. the file transfer need to in vb.net. thanks | |
![]() | I've been playing around with files and streams and just hit a pot hole. My goal is to be able to input time and date into a file when say someone "clocks in/out". Just a little program that will help me keep up with my time in school. [CODE] #include … ![]() |
I need to write a string field-char customer_name[20]- in a structure data type to a file using fprintf,fscanf,scanf. I failed to use the below syntax. Please I need to not go outside scanf,fprintf,printf . /* Book name : The prodessional programmers guide to C File name : E:\programs\tc\iti01\ch09\main\01setupm.c Program discription: … | |
I have to write a program to compute the class's average and standard deviation from a file which contains a collection of student idds and corresponding scores for my computer class. I am to assign each stedent a letter grade as follows: 100-90 = A 89-80 = B 79-70 = … | |
hey all, my problem is this, i recently learned how to play a midi file in the code snipet area. but i couldn't figure out how to get the program to switch sound files when i want. idealy i would like to have one file start out in the beginning … | |
I want to create a program and send the information i come up with to a data file which already has something in it for Ex. in my data file I have student names and other stuff and in my program i'll find the letter grade of the numeric score … | |
I'm trying to write a program that converts PDF files into TIFF files. I have been trying to so in VB.NET but someone told me that VB doesn't support Tiff files, is that right? If so what other language would be better suited for me to write this program? I … | |
mother-in-law has prob on computer.ran Ran M$ spyware removal software and removed some Ran SBS&D and removed stuff Ran AD AW and removed stuff. Did an AGV AV Full scan and now clean of all above with deep scan done When going to M$ update site it comes up blank. … | |
I would like to transfer a file from a server to a user for the user to read. I would like to be able to insure that the user can view, but not save or print the file. I am willing to write a user tool to enable viewing and … | |
hi all, i have a project to make a data quality audit tool that will be used as a plug-in with another tool. now in this im making forms using VB. we have to then allow user to choose rules he wishes to apply to the various data types assigned … | |
Using C++, Can you take a variable from a text file to use in an if, then statement? As in, your program reads a text file from line, say: 5 column 8 to get the number, say: 1. Then use that number like: If 1 then change to 2 and … | |
I sent a graphic file to the recycle bin but when I tried to empty bin, I got a message that "Dc6 (nothing like the original name of the file!) could not be deleted as another person or program was using it. Close any other program that might be using … | |
i want to delete part of a binary file, let's say 12 byte record somewhere in the middle of the file. i can think of only one thing: - put the file pointer on the spot - shuffle all the following records up there're gotta be a better way ... … | |
Hey, I have taken over from the previous IT Administrator and now trying to implement OSX 10.3 on to G4 machines. I am having a issue of when some of the staff are munipulating files in OS X then saving, to be opened in OS9 and go to read the … | |
Hello, I am new here, I found this place by doing a Google search for bridge.dll. I got the same error as so many others, it seems. I read that I am supposed to do a hijackthis run and post the log on here to see what I should do … | |
here is my log file. please tell me what to get rid of thank you very much, steve Logfile of HijackThis v1.99.0 Scan saved at 8:42:14 PM, on 12/30/2004 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe … | |
Hi i ran a manual scan over my machine today using Trendmicro pc cillian that is usual very good at removing the nasties that get into my machine however this file WINNT\system32\NETAPI32.DLL has become infected which is what the virus scanner detects however it can not clean/quarantine or delete from … | |
Hello, I am a software developer on a rather large project and I use vim as my primary file editor. The project is spread out over many paths. What I want to do is to create a large tag file for the entiere project. I used the find command to … | |
Hi. My computer has a file in C://Windows called 'wndllsys.exe' This file, since it's licated there, runs on startup every time. Selective startup will not work (Automatically re-ads itself to the accept list). Now the file simply brings up a window with some.. Er... Rude text, and gived the option … | |
I have a script to read a file that has text on lines. The script is supposed to take the text and make them into space delimited and save the new text to a new file. I am able to only accomplish this with 1 line from the text file. … | |
Hi - new to all this. Trying to learn C++. How can I create an exe file in C++ that will open another file eg an excel file, when my created exe file is run?? Thanks for any help TP | |
Sir, I need ur help in the Following Assignement. I have to write a program to store the Employee details i.e rollno,Department,salary,name,experience etc using the file operation. plz help me! Urs PriyaJaiGanesh | |
I am making (or trying to make) a mailing list form for my web site. It is supposed to write the email addresses to the file but it isnt working any help would be [B]GREATLY[/B] helpful THANKS 1} <html> <body> <form action="write1.php" method="POST"> What is your E-MAIL ADRESS <input type="text" … | |
Hi my name is Peter and I'm looking for somebody who can help me to understand how to read from external file without "destroing" existing inforamtion inside. whole staff is based on book example which i'm trying to extend. I have a programm which is working with database of 3 … | |
My system file was corrupted and my computer wouldn't start. So I went into the restore console and manually wrote over it with the system file from the repair folder. I did this because the "repair" option was not showing up when I booted from the CD. After doing this, … | |
I AM RUNNING A PROGRAM THAT DEALS WITH TEXT FILES IN NOTEPAD. I TYPE IN A FAKE SSN AND THE PROGRAM IS TO READ A LIST OF FILES FROM student course. I AM GETTING AN ERROR MESSAGE TELLING ME THAT PROGRAM CAN'T READ FILE. TWO EX OF SSN'S ARE 201235678 … | |
normally we read text file like this.. $filename = "D:/Point/Point.txt"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); fclose($handle); if i want read text file on LAN computer. how to write path name of the text file?? | |
Hi- I just set-up and installed a usb ethernet adapter on my Laptop (windows 98 se). It is one of four computers connected to the Netgear router. I can access the files on the laptop from my other PCs but I cannot connect to the internet from the laptop- I … | |
Hello everyone, If I am using two threads, the task of one thread is to read the first 1k bytes from a specific file and the task of second thread is to write (maybe modify without the change of 1k length, maybe append some additional bytes making the file larger, … | |
Write a program that will read the file, Address.txt, which I have provided. It contains names and numbers with no spaces between. Write the same data to a new file with the numbers right justified in 12 spaces and with 3 decimals. (file): Pete Moss25.33 Sara Bellum78.45 Harry Legg 76 … | |
I need help ladies and gentlemen, I am writing a program that validates ISBN numbers both from file and from console input. However my program is unable to open the file even though I have it in my Debug folder. Here is a piece of my code. I need help … | |
Hiya ! I want to see how the following types of files’ Interpreters are built into a browser : 1. Un-compressed Image files 2. Compressed Image files 3. Un-compressed Animation files 4. Compressed Animation files 5. Un-compressed Audio files 6. Compressed Audio files Question 1 : So, can anyone tell … | |
the code that is attached it what i have done so far but dont seem to be able to get the test file to get it to display the informationthe code i have is shown below import java.io.*; import java.util.*; public class league{ private static final int MAX_TEAMS = 50; … | |
windows isn't loading for me. need help. it says....... [COLOR=Navy]a device file that is specified in the system.ini file is damaged. it may be needed to run windows. you may need to run the windows setup program again. if the file is included in another software package, you may need … | |
Hi, I'm working an a project that must take a text file (provided to us, in.txt) that has the scores of students from different sections on different labs. You can view the assignment page at: [url]http://www.cs.wmich.edu/~nelson/CS111FALL04/lab06/index.htm[/url]. The problem I'm having is that I can't think of how to make a … | |
Hey Everyone, I need to write a program where the first half builds what is basically a file directroy tree. Files and their paths will come in from file in the form... /program/file/whatever ... and be read into a string. Problem is I don't know how to manipulate strings very … | |
hi below is my save function that is used to placed data from the C program to a text file for future usage. [code] [COLOR=Blue]void save() { FILE *save; int i = 0; save=fopen("employeerecord.txt", "a+"); do { if(strcmp(record[i].ID, "")!=0) { if(i!=0) fprintf(save, "\n"); fprintf(save, "%s %s %s %s %s ", … | |
can any1 tellme how to access the sql file using c++. what i've to do is to take a sample file from oracle and one from access(a table having employee's personal info with different attribs,obviously) then i've to print them in c using standard format which i'l define in c++ … | |
Im trying to write a struct for a binary header of a sun raster file to a file on disk. i have a struct for the header data: [CODE] struct rasterfile { int ras_magic; int ras_width; int ras_height; int ras_depth; int ras_length; int ras_type; int ras_maptype; int ras_maplength; }; which … | |
accidently clicked a button twice, resulting in MAC read the command as in download the file. forced to quit the process, but the file is now on desktop, can not be moved nor deleted, the message says the file is currently used by another task right now, such as moving, … | |
Well, not so much difficulty, more like I am completely stumped! I've only been programming with c++ for a few weeks, yet I have found myself in the predicament of having a small, albeit difficult assignment to complete for university pretty soon. I was wondering if anyone could help me. … | |
hi rellay i am new in you forum but i think that i will intersted with you... my quastion is: how can i compressed any file as zip by php? i have a file and i want from user to download it as zip file and i want to compress … | |
Hello there, My program is supposed to read data from a txt file, and put this data in a 2 dimension array. All I have is the last line of data in my text file. My teacher said that I have to update the array in my loop. I have … | |
I have a windows 98 running in a compaq deskpro that now is saying that there is an unrecognised command in config.sys file and that there is an error in config.sys file in line 1.I have a rescue disk and I copied the himem.sys file to c:\windows and typed sys … | |
Hi everyone, I am doing a simple compression program in which the application uncompresses the file to a selected folder. The thing is that the file that is being compressed already exists in that folder. What i need is someone to show me a way in whic the file is … |
The End.