7,373 Topics
![]() | |
This is a simple little word boggle game for those of you that would like to see something interesting. It is not very complex nor is it all to intelligent. The game is that you basically select letters on a game board to try and make words, only letters that … ![]() | |
I would like to extract the header info from an image file. For example I would like to search for the key "LINES" and return "2240" as string. And should I use open("r") or open("b") since im only interested in the header. Header: [inlinecode] BANDS = 1 BAND_STORAGE_TYPE = BAND_SEQUENTIAL … | |
This program is supposed to make two passes through a file; the first pass counts the number of elements inside the file to get the total size; the second pass will fill the array and sort it. The problem i'm having is that on the second pass, the array is … | |
This is a input file DEL 0050 XYZ 0050 0310 CCU 0710 MAA 1325 TRZ 10415 KWI 0050 FJR 0325 0325 CCJ KWI 0050 FJR 0325 0425 CCJ 0925 1005 i.e maximum items(column entries) in a row can be 8 but their data type will be in same order i.e … | |
im new to this site so if i posted this in the wrong section.. im sorry.:rolleyes: so anywayz, im a having a problem with windows media player for about 2 weeks now. i installed the windows media player 11 beta and since then i havent been able to stream any … | |
I am reading a CSV file and parsing its content into tokens. Now i want to know how to check for End of File. I am giving my code to be more clear. [CODE][COLOR=#0000ff]ifstream file(filename); if (file) { char ch ; do { file.getline(line, SIZE); tmp =static_cast<string>(line); vector <string> array; … | |
Hi every body Can you please fix me errors. Here are my codes and errors incountered #Stage1 I want the user to type in the file path to txtpath.Text and a text input to be appended to that file be written in txtwrite.Text The error: Run Time error ->path not … | |
I am extremely new to C++ and I've been trying to do a few things. I want to read a file and get all the numeric values. This information is going to be used in writing a binary file. I also want to count how many numeric values where found. … | |
Hi, I have problem with uploading images by php script. I created a HTML form for user to input image file, and simple PHP script which accepts this file from form and prints it in the browser. My script uploads file, prints file's name, generates HTML code, but does not … | |
Hi I used an variable int i; in a faunction block as it is in a code below. [code] #includes.... int i; int function() { while(charbuff[i]!=' ') { ofstream stream("file.lng", ios::app) stream << charbuff[i]; i++; stream.close(); } return 0; } main() { ........... some code function(); /*call function */ cout … | |
Hi friends, Its my first experience to this forum. can any one help me in reading a csv file into an array and then parse each word seperated by commas. I have csv file which contains rows and columns of record. and i have to read the file into an … | |
I have a similar problem to others with a virus alert on my taskbar (now dissappeared) which has lead to unwanted pop ups for security and adult friend finders - I have been away and assume a colleague has used my computer to downlaod codecs? My Start Page on IE6 … | |
Hello, this is my first post here. I'm taking c++ as an elective course, and I'm doing great until now. The problem I'm having is taking data from a txt file formatted line by line [inlinecode]#### # ##[/inlinecode] for product id, store number, and quantity. I'm supposed to read this … | |
:mrgreen: hi guys/gals, thanks for the bioinformatics help, im working on tons of independant projects, it feels like im in summer school and im not even in it! oh well, that is how it is. Python and me are like new friends so I have been needing on this journey … | |
Hi, i was looking for some help and i found this website. it looks amazing, great work admins and all the pplz who r sharing their thoughts and helping pplz. ok here is my question i built an application using vb.net and sql server 2000 and installed it on the … | |
Hello if i have a file residing on a unix machine, how do i get the stats of the file, ie date stamp of file, and username of file. Best Regards | |
here is my hijackthis log Logfile of HijackThis v1.99.1 Scan saved at 5:35:27 PM, on 7/5/2006 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:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Citrix\ICA Client\ssonsvr.exe c:\Program Files\Common Files\Symantec Shared\ccProxy.exe c:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe … | |
Ugh. And yet.. I'm back again. The computer has been going slow, for no apparent reason. No one has gotten on a bad website, to pick up anything. So far, I've run Spybot, Ad-Aware, Norton, and I cleaned it with Cleanup. Here's my Hijackthis Log: Logfile of HijackThis v1.99.1 Scan … | |
K, It's fairly easy to use a ostringstream object or a derived class to output text like a normal stream class like cout. Eg. [code] class console: public ostringstream { public: void Render() { std::string buff = ostringstream::str(); //Some code to put it to screen //Write it to a file … | |
Does Python have a module to display when a file has been last modified? Also, how do you get the file length? | |
I was wondering if someone could help me out. I've run HijackThis and SmitfraudFix. I cleaned all of the files SmitfraudFix found (atmclk.exe being one of them). However, my computer is still running very slowly and my internet browsers freeze up frequently. I think that there's still some sort of … | |
hello, i'm trying to run a progrm written in perl this is the code i wrote perl aramorph.pl <infile> outfile where aramorph is a notpad file with my code saved in c:\perlscripts infile is the file that should be read from outfile ................................wirte the output to. both saved in c:\perlscripts … | |
Hello I am trying to write some data to a certain position in a file, but cannot get it to work I want to write "XX" to position 6 of a specified file, but the data is just being written to the end of file. see below [code]#include<stdlib.h> main() { … | |
alright, im not a computer geek, so treat me like im stupid :] so i have cable & a network set up so i can go online from several computer through a linksys router. what i want to do is set it up so that i can share files and … | |
[COLOR=black]Hi All, My VB.NET program uses tabControl, which consists 8 tabPages, as the user interface. Basically, everything is done there, except when Excel file is opened. My program reads Excel file by the following function:[/COLOR] [COLOR=#101010]VB:[/COLOR] [CODE] Private Sub btnReadFile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnReadFile.Click excelApp … | |
What, if anything, can you see wrong here. Been having a hard time booting up IE, Windows Explorer, My Computer, Control Panel, etc. after reboot or restart. Thanks in advance! Here is my HiJack Log: Logfile of HijackThis v1.99.1 Scan saved at 9:00:50 PM, on 5/30/2006 Platform: Windows XP SP2 … | |
Hey. Everytime I get on the internet, it takes a while to load. Not a real long time, but longer than usual. When they ACCIDENTALLY cut off out internet (stupid SBC people).. they told us to cut off our firewall because the 2Wire came with one. It gave us a … | |
How to activate file typ filter in wxPython file browser I am using wxFileDialog() call for file browsing,I want it to filter all unwanted files in display. | |
Hello Here is my hijack this log file. My computer isn´t working propertly in some areas. For example when I turn on my computer the wireless zero configuration service doesn´t start though it´s set as automatic. I always have to start the computer automatically. Also when I leave my computer … | |
Please help a newby trying to code first program. I want to be able to write data to a file, then read from the same file. I can manage this OK, but If I set-up a loop to do the same procedure again I get an error message telling me … | |
The following problem has recently crept into my computer. Whenever I open "My Computer", it takes close to 1 minute to display the contents. I always use Firefox as my browser, however, I was using IE 6.0 recently to view some sites that I could not view with Mozilla. I … | |
Hi, I'm new to this forum and hope I'm posting in the right section! I hope someone can help. I am trying to upload a website but have been advised I need to edit the includes/config.inc file. I've to edit the database name, username and password which is fine but … | |
hi, I have written small server/client programs to transfer files from one pc to another on the network.. Naturally ,I have used the send() and recv() functions on both sides to send and receive buffer. I am transferring the characters one at a time in any given file into the … | |
Hi, I am trying to install MSI starcam 370i wbcam application named "MyGuard"., it starts installing , after completing process creats a destop icon "videosecurity.exe" and then an error message " please upgrade to directx 9" , I alreaday have 9.0c on my windows xp. then I deleted the file … | |
;) Hi I have the following problem. I'm building a web side, where user can upload a file, this file then need to be processed be a python scribt, to do this, I use wscribt.sheel run that run an external bat file. This works ok, BUT it look like if … | |
I just noticed from within the finder that the root of my drive has a file, with no extension, called 0, that is a 0 byte file. Does anyone know where this could possibly have come from and whether it's save to delete? It should be, no? I'm thinking maybe … | |
Dear All, I have alot of old funtions that have 'FILE *' as passing parameter. Now I am using Compound File...It use IStream. Does anybody know how to convert IStream to FILE* ? Thank's | |
hello friends, as i know header file contain the declaration then in which file they contain implementation/initialization and where these files are put in turbo c++ compiler i am able to see header files declaration but where is implementaion/initialization file is they are put in same directory with same name … | |
hi, i try to build a aplication in vb for detect on real time which files are under utilization like antivirus software do. any one can help me? thanks a lot bruno | |
Hey everybody, I originally posted to the Web Browsers forum, since I have a major problem with IE not accessing the web. I can't do Windows Update, and any apps which require IE also cannot access the web. However, Firefox and Netscape both work fine, and I can update other … | |
hey.. i haven't replied for a while but i was just doing a clean up on the computer and thought i would give you my hijack this report.. if you could just take a look at it and tell me if its ok.. that would be great, thanks alot Logfile … | |
Recents escapades with "Red circles", followed by relentless attacks of unwanted "items" (one session with AdAware revealed 82 extras !!), like recent encounter with Alexa, found by AdAware (gave me some chills, reading description) and EzuLa, found by Spyware hunter 2.0, but not (I think) HijackThis and AdAware (logs posted … Information Security adobe app-store client-server data-protection email file-stream flash http-protocol laptop microsoft-office microsoft-windows multimedia operating-system pdf session storage user-interface visual-basic visual-studio web-browser web-server window-manager windows-server windows-virus | |
I want to open a file and count the number of strings in the first line. Assuming that each string is delimited by spaces. I tried to do some code but yet not successful, can anyone help? [CODE] int main(int argc, char* argv[]) { int count = 0; FILE *stream; … ![]() | |
:cheesy: :!: :lol: Hi I am "mahmood" and I Come from iran I don't speak English well. (Excuse me) Would you please guide me to open .dat files of reporter's sounds in 2006 FIFA World Cup, listen and edit them as I wish and finally save them. -------------- I extract … | |
Upon startup I get a message saying "bridge.dll cannot be found" I know it is spyware, but im not sure on how to fix it. Here is my Hijack this log: Logfile of HijackThis v1.99.1 Scan saved at 3:32:55 PM, on 6/6/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet … | |
Hello, I am trying to teach myself C++ and am currently studying file I/O. What I am trying to do is this (and I am sure you have heard this before): open a text file and output each word with the number of occurrences. For example, if the file contains … ![]() | |
here it is my sound doesn't work and i dont know why it might be malware related so plz take a look at this Logfile of HijackThis v1.99.1 Scan saved at 10:18:33 PM, on 6/7/2006 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 … | |
Hi all, I am using oc4j 9i as my web server. My operating system is windows 2003. I get this error 'Too many files open' . This error is not frequent. After browsing through the web, i have found something about file descriptors. Now i cannot figure out where to … | |
hey i have a problem. I know i have a radeon 9600 128 mb graphics card but i dont know what kind it is. Any way of finding out? My dxdiag says its the radeon 9600 seires chipset but i dont know. HEres my dxdiag: ------------------ System Information ------------------ Time … | |
hey crunchie.. after i fixed the problems you gave to me these messages came up: [B]Message 1[/B] Unexpected error occurred! Error #52 (Bad file name or number) in Sub GetLongPath(?.exe). Please send a report to [email]merijn@spywareinfo.com[/email], mentioning what you were doing, and what version of Windows you have. This message … |
The End.