7,373 Topics

Member Avatar for
Member Avatar for altheastronut

Hello, I'm almost done with my program however I'm having trouble getting what I want printed to a file. I'm familiar with the printf function and what I want is to print out to the file in scientific notation, which would be %E if I were using printf. Is there …

Member Avatar for altheastronut
0
354
Member Avatar for freesoft_2000

Hi everyone, I am currently trying to serialize parts of a jtextpane using the java ObjectOutputStream to write it to disk and when i am reading the object back i am using the java ObjectInputStream. When i read the api about the streams here is what they say [QUOTE] Warning: …

Member Avatar for jwenting
0
402
Member Avatar for hashi

On my computer we have three different log-on accounts. One of the accounts doesn't work anymore. Whenever you log on the whole thing freezes, the clock won't change and nothing will work. I decided to call my computer company (dell) and they said that I have a corrupt profile. They …

Member Avatar for MartyMcFly
0
127
Member Avatar for Raven11

Here is a source code I found while searching google for API functions. The source will generate a header file from a source file, anyways reading it you can learn a lot. [url]http://www.hwaci.com/sw/mkhdr/makeheaders.c[/url] I also know you can generate header files from a compiled .dll file. Sounds interesting but seems …

0
72
Member Avatar for joey51685

[B][FONT=Tahoma]I am new to this and have been reading around on here about what to run on my computer to check for infections.[/FONT] [FONT=Tahoma]I really don't have the slightest idea what any of this stuff means, so if you could help me out and let me know it'd be greatly …

Member Avatar for dlh6213
0
72
Member Avatar for robis68

HI!! i have just started having a problem with my internet explorer, I have a nasty looking searchbar attached which appears to be called "yupsearch" I have ran adaware, spybot s&d, spyware doctor and microsoft antispyware(beta) with no luck on removing this nasty. i searched this forum and found a …

Member Avatar for hammy
0
217
Member Avatar for jhdobbins

alright say i have a data file i want to open up and extract the data into a binary tree... i do this to open the file: [CODE]binaryTree::information() { ifstream file; file.open ("proj4.dat"); }[/CODE] although ill have more in that after i learn how to do it.. and i have …

Member Avatar for CrazyDieter
0
143
Member Avatar for freesoft_2000

Hi everyone, I am trying to to read and write large files about 600M. The thing is when i use the normal FileOutputStream methods an exception gets thrown saying [code] java.lang.OutofMemory [/code] This is how i am trying to read the file [code] FileOutputStream out = new FileOutputStream("C:/my_life_story.zip"); InputStream in …

Member Avatar for freesoft_2000
0
370
Member Avatar for traceyp28

Hi Everyone, I want to upgrade to Windows XP, but I would like a clean machine before I do that. Could someone take a look at my hijackthis.log and let me know what needs to go. Thanks Logfile of HijackThis v1.99.1 Scan saved at 9:33:15 PM, on 8/11/05 Platform: Windows …

Member Avatar for dlh6213
0
191
Member Avatar for mccarthp

Python Version: 2.1 Platform: HP Windows XP I am using Python scripts generated by ArcGIS/ModelBuilder in order to automate geoprocesses. Currently I am calling a series of scripts from a batch file that is called by the task scheduler. My problem is if there is an error the process stops, …

Member Avatar for mccarthp
0
233
Member Avatar for shanenin

I wrote simple python program that rips, encodes, and gets song data from the cddb. I would like to give the user the option of customizing it to there taste. So I want to make a config file that I can store in /etc(linux fiel location). for example it would …

Member Avatar for shanenin
0
265
Member Avatar for ingeborgdot@yah

I want to transfer my files, pictures etc. from one computer to another. I have never done anything like this before. What would be the best way to do this?

Member Avatar for Cain
0
180
Member Avatar for swchee

Hi, all I am trying to compile and run a programme which I got it from a friend. The problem is every time I compile, the error 'graphics header file no found" appear. My question is : 1. Is the graphic header file come together as standard library? bcos I …

Member Avatar for Dave Sinkula
0
114
Member Avatar for Drowzee

I'm making a program (using MFC) that opens a file using the c-style FILE* format rather than C++ style streams. I'm doing this because I'm lazy, and so I can use as much pre-existing code as I can. When I close the program, a destructor is called. [code] CGrid1Doc::~CGrid1Doc() { …

Member Avatar for Stoned_coder
0
312
Member Avatar for BeeRmOnsTeR

I have got a big blue websearch bar which appears at the bottom of my computer screen whenever i open up a web page for the first time. It the stays there until the computer is shut down. When i right click on it it gives the web address: [url]http://lop.com/passthrough/newpass.html[/url]. …

Member Avatar for crunchie
0
226
Member Avatar for freesoft_2000

Hi everyone, I have two rather silly questions about URLs but please bear with me for a while. Usually when you use the URLConnection class to read from a website you don't get prompted for authentication but if you are trying to post something to that website you will usually …

Member Avatar for Sauce
0
324
Member Avatar for zoodaddy65

Greetings all, I am, obviously, new to Java. I am in my second Java class at UOP, and quite honestly, they seem to believe in letting us teach ourselves! Enough of my rant. I am currently working on expanding a mortgage calculator program, such that it needs to open a …

Member Avatar for zoodaddy65
0
300
Member Avatar for angel22

Hello: I need help with a project. I have to read an input file that contains data for 17 students. This is how they are: first ID, then first name, then last name, then 10 test scores. For this data, I have to read it and process it to send …

Member Avatar for angel22
0
549
Member Avatar for shanenin

I have been messing around with some scripts, and would soon like to start making a few gui apps. I plan on using either tkinter, or possibly pygame, or pygtk. Are there modules already built that will allow you to browse graphically? for instance, choosing a file, or directory, using …

Member Avatar for vegaseat
0
165
Member Avatar for Eya

I'm not very expert in using Win NT. I need your help to share file or folder in Win NT. In Win 98, 2000, ME or XP we can share our file easily, just right click at the file & then select sharing...as long as we have file & printer …

Member Avatar for JoetjeF
0
140
Member Avatar for EBHscales

Greetings, I just want to go ahead and say thank you in advance to everybody on these forums. I've been reading and trying to apply all the useful information here to fix my problems myself but I just cant do it alone. Heres my deal: This computer must have been …

Member Avatar for swatkat
0
569
Member Avatar for kartik911

Hi, can anybody help me? i am relatively new to C Programming. My question is : How do you create a program which will take a filename as an argument, check whether the file is present and open it (if the file is not present create that file). Thanks -Kartik

Member Avatar for Narue
0
276
Member Avatar for actionwillspeak

Hello, I have a quesiton regarding my code. I thought it would be cool to try to implement the reliable UDP file transfer that everone does as a college student. I'm new to java, and im having some problems. Whenever i try to connect with the client, it refuses the …

Member Avatar for Sauce
0
544
Member Avatar for vijmen

Hi I am a newbie to php, having worked more in java. I am trying to write a php script to upload images to a directory. This works in windows but when I test it on a unix box, there seems to be no error message but the file does …

Member Avatar for namit
0
119
Member Avatar for truxpinoyxrl17

I need help. I need help on reading input file using .READ and normal streams. I also need help on sorting input file and passing data to the structure rec and output it without showing any null characters..... here's my confusing code... #include <iostream.h> #include <iomanip.h> #include <fstream.h> #include <string.h> …

Member Avatar for truxpinoyxrl17
0
521
Member Avatar for mu42774

Hi, By the way, I used JAVA to run this simulator.However, my question is, I have to deliver this part of the assignment by 7th of August, but I am not sure if whatever I tried to explain on the [B]Explanation for the Summary Result File for TWO processes in …

Member Avatar for Sauce
0
122
Member Avatar for suckafoo

When I got back from vacation the people who were housesitting allowed my computer to infested with God knows what. First I thought it was that Aurora crap that is going around but after following the steps to remove that I still have popups and shortcuts. Here is my Hijack …

Member Avatar for crunchie
0
133
Member Avatar for Pete_R

Hello, My first post, a little nervous I am. I am starting with learning Java on the server side in servlets. I use Flash on the client side. What I would like to do is the following: [INDENT]client side: send xml file / receive xml file server: accept xml file …

Member Avatar for Pete_R
0
235
Member Avatar for angiebert

Help! i can no longer install software. i think i have a virus...here is my hijackthis log: Logfile of HijackThis v1.99.1 Scan saved at 2:16:34 PM, on 7/20/2005 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:\Program Files\Common …

Member Avatar for DMR
0
255
Member Avatar for winbatch

Hi, I would like to be able to use an api for reading/writing to a file database. Basically, I will have to write programs that have recovery (meaning if it shuts down, etc. it has a file/files to recover from). I could attempt to write something myself but if it …

Member Avatar for winbatch
0
187
Member Avatar for AK47

I recently set up smtp-vilter 1.1.4, SpamAssassin, and ClamAv 0.75 on Fedora Core 2, I am having problems with the three programs working together. smtp-vilter seems to be working and I can send/receive mail, but clamd and spamd don't seem to be configured right, or they don't have the proper …

Member Avatar for Cain
0
248
Member Avatar for RPeeteRules

Here is the process I have done so far, followed by the HighJackThis Log. All of this was done while all hidden folders were shown and the "Hide Protected Operating System Files" option was unchecked. 1. Ran Ad-Aware. 2. Ran TrojanHunter. 3. Ran Spybot Search & Destroy. 4. Deleted C:\Windows\Temp …

Member Avatar for DMR
0
797
Member Avatar for kurse6

hey guys. well let's cut the small talk. i'm trying to access a free lineage 2 server and the directions state that i have to edit my host file. i did my reading on it and found that it should just assign an ip to a host name and the …

Member Avatar for alc6379
0
220
Member Avatar for taimaishu

I have tried everything to rid my computer of whatever is making it act erratic. Avg anti virus finds nothing but later finds trojans that it can't delete or heal. Trojan hunter just as innefective. Please help here is my hijack this log. Logfile of HijackThis v1.99.1 Scan saved at …

Member Avatar for dlh6213
0
143
Member Avatar for killerfaber

Hello boys i'm an Italian boys with a problem,THE STEALTH.HIJACK VIRUS!!! :cry: Thisi is my HighJackThis File Log,can you help me??? THANKS!!! ;) Logfile of HijackThis v1.99.0 Scan saved at 14.29.33, on 07/16/2005 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe …

Member Avatar for crunchie
0
239
Member Avatar for Drowzee

Well, blast. My first attempt took too long, and I autodisconnected. Short version: Not doing homework, on internship(first gainful employment). Task: Make GUI for existing Console app that takes binary input file. Milestone: By Monday, create windows App that displays output of binary and text input files using MFC. Assumptions: …

Member Avatar for Drowzee
0
274
Member Avatar for woolydesheep

Hello all, Ive been building music PC's for friends for a while now and have been getting busier. I was wondering what is the best way to make a recovery CD... I know Norton Ghost is brilliant but i didn't want to use it for two reasons...1) I want to …

Member Avatar for alc6379
0
132
Member Avatar for shmay

Before scanning with Hijack This i scanned with trendmicro and adaware here is the logfile; help would be greatly appreciated my computer has become quite slow. Thanks. Logfile of HijackThis v1.99.1 Scan saved at 3:15:18 AM, on 7/11/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) …

Member Avatar for crunchie
0
131
Member Avatar for fragmented_user

Dear Moderator, I am relatively new to the world of adware, malware and other such inventions consisting of malicious/annoying code, and it is a great relief for me to discover, that there does exist, those few individuals who are dedicated to both fighting it and assisting others to protect themselves …

Member Avatar for crunchie
0
412
Member Avatar for winbatch

Guys, Either there is a bug in the compiler or I'm getting dumber by the day. I want to read an entire file into memory. (Very small file, so no worries about size here). I followed the example here (from [url="http://www.cplusplus.com/"]www.cplusplus.com[/url]) [code]// reading binary file #include <iostream.h> #include <fstream.h> const …

Member Avatar for winbatch
0
318
Member Avatar for amill18

[COLOR=Red][B]I have recently acquired the about:blank virus. I have looked at many forums online but nothing as resolved my problem. I get the imfamous blue background stating the problem (Trojan-Spy.html.smit.fraud.c). I also can not get rid of PSGuard (red and white circle in system tray. My homepage will not return …

Member Avatar for DMR
0
255
Member Avatar for A Monkeys Uncle

While trying to delete, rename, move, or copy and paste a file I get the message: Cannot delete file: Cannot read from the source file or disk. While trying to use a program called Mboot (which can move or delete, move, etc files that don't start up when booting, I …

Member Avatar for DMR
0
517
Member Avatar for RPeeteRules

Logfile of HijackThis v1.99.1 Scan saved at 5:03:08 AM, on 7/11/2005 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\csrss.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\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\svchost.exe C:\Program Files\Norton AntiVirus\navapsvc.exe C:\WINDOWS\System32\nvsvc32.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\wdfmgr.exe C:\WINDOWS\wanmpsvc.exe C:\WINDOWS\System32\xl.exe C:\WINDOWS\system32\mseq.exe C:\WINDOWS\System32\alg.exe C:\Program Files\Microsoft …

Member Avatar for amill18
0
255
Member Avatar for Cassorangeiroc

I just got done running hijackthis and got the log file but I am not sure on what I am supposed to get rid of. Any help would be greatly appreciated, thanks Ben here is the log file Logfile of HijackThis v1.99.1 Scan saved at 9:48:20 AM, on 7/13/2005 Platform: …

Member Avatar for dlh6213
0
189
Member Avatar for vwdriver67

i think i got some stuff off but i know there is more left on here thanks alot Logfile of HijackThis v1.99.1 Scan saved at 6:22:05 PM, on 07/12/2005 Platform: Windows 98 SE (Win9x 4.10.2222A) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\SYSTEM\KERNEL32.DLL C:\WINDOWS\SYSTEM\MSGSRV32.EXE C:\WINDOWS\SYSTEM\MPREXE.EXE C:\WINDOWS\SYSTEM\NVSVC.EXE C:\WINDOWS\SYSTEM\MSTASK.EXE c:\windows\SYSTEM\KB891711\KB891711.EXE C:\PROGRAM …

Member Avatar for dlh6213
0
76
Member Avatar for gokulb

hi there... i have read the other users how they cleared the virus.... do help me out here is the log... Logfile of HijackThis v1.99.1 Scan saved at 3:56:53 PM, on 7/8/2005 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe …

Member Avatar for gokulb
0
281
Member Avatar for RENT

Ahhh, these 2 pesky things are ruining my computer. There's probably more problems too! AIM wouldn't work, I don't think IE works either. I found someone else's thread about these programs and they were told to do a HijackThis thing, and this is the first time I'm ever doing it, …

Member Avatar for dlh6213
0
180
Member Avatar for oxygengone

So ive been using spybot and adware... And "Cool Web Search.aaf.winshow" and "Trek Blue Error Nuker" always seem to pop up... And once they both get deleted... They pop up back again 5 min later when i scan my computer... And my homepage cant be changed either.... Everytime I do …

Member Avatar for swatkat
0
156
Member Avatar for jaysabz

Hello - I somehow picked up the hookdump.exe and Antivirus Gold trojan. I have an updated subscription to Norton Antivirus but it is unable to detect or remove it. However, several other programs alert me to its existence. There is a small red icon at the bottom of my XP …

Member Avatar for DMR
0
103
Member Avatar for bennetjosem

i got a page index.php. i got a link over there to download.php. in download.php i'll do some mysql things. (like count file download...) and redirect the browser to some file 123.zip. Wot i really want is. I dont want to go to download.php instead the browser should remain in …

Member Avatar for bennetjosem
0
235

The End.