2,965 Topics
![]() | |
The log is below. Does it matter that these files arenow saved on disks and I can not save copy or delete them now? Logfile of HijackThis v1.99.1 Scan saved at 10:42:31 AM, on 6/1/2006 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 … | |
Helo !!! I was trying to implement linked list in which the data field is Generic... the structure details are.. [code]typedef struct node { void *data; struct node *next; }gnode; [/code] Now to add a node into it, and i have written this function. [code]void insert(gnode **head,void *data,unsigned int size) … | |
can u ppl help me in implementing trie........... i need complete data structure of trie...............and how to implement it???? ![]() | |
I need some help with a program concerning files. a)I have to create a file with the following information: 1. Honda 4000 2.Toyota 3000 3.Mercedes 8000 4. Toyota 3500 5. Honda 2900 create the necessary data structure to represent the above data in a program. create the necessary variables and … | |
Hello! I just want to understand DDK unidrv example. As far as I've read unidrv can include two plug-ins. So,I try OEMDEV structure to send some data from one to another. But when I add some more fields in OEMDEV stucture (I mean besides OEM_DMEXTRAHEADER and dwDriverData, which are happened … | |
I had posted a thread under ";I get a virus alert in my toolbox"t;. The last post to me asked for a new HJT log. Here is the log. Could somebody please look at it and let me know if there is anythng amiss? In addition, I have not been … | |
Tayspen, here is that log that I could not get to post correctly last night. I think that the virus is dead, but need your assurrance that this is so. Thanks in advance. If it is dead, I will mark the other two (2) threads as solved Logfile of HijackThis … | |
Hi. I am stuck when it comes to plan my application. The purpose is to importdata from a database and export it to a cvs file. During the transfer should some data be validated (email adress). How shuld one build such a thing in good OO-structure. I have writen a … | |
I'm stilling running a DELL 8400 Dimensions for more details check my previous posts (only a couple of them) i followed the advice from last time and it seemed to work but now my computer freezes compleaztly on start up sometimes i have just run Ewido, spysweeper and Hjackthis [B]Ewido … | |
May 2, 2006 Hi! I am trying to write a program that uses a structure to store the following weather data for a particular month: Total Rainfall High Temperature Low Temperature Average Temperature The program should have an array of 12 structures to hold weather data for an entire year. … | |
Hey guys im reading in a text file with several fields iv tokenized the '|' so that it only reads the fields categoryId, drinkType, the categoryName, and categoryDescription. My question is how come when i read the file and copy the reading buffer "temp" into each struct it does not … | |
[ATTACH]1928[/ATTACH]I think I need some help here. I have had a trojan horse virus and have removed some of it (I think). However, I still have a flashing alert in my system tray which says that I have a virus and wants to direct me to a web site where … | |
Hi all members.. how are you Can any one help me to make a C programming project ? Its an "Air Lines Reservition System" The project is for our C-programming semester in the university and its due to 15 - 4 - 2006 . The requirements is as follow: [quote] … | |
PLease if someone could help I clicked on the link for the facebook myspace virus. ANy help would be very grateful. Logfile of HijackThis v1.99.1 Scan saved at 12:54:20 PM, on 4/29/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 … | |
I would greatly appreciate anyones help with this. I clicked on the link that said facebook myspace picture click here. Here's the hijack me profile: Logfile of HijackThis v1.99.1 Scan saved at 12:54:20 PM, on 4/29/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: … | |
Heloo! I found codigo well very interesting, but the same it considers that all the processes arrive in instant zero, as I can make to consider arrivals in aleaórios instants. [code]* Scheduling Simulation*/ #include <stdio.h> #include <stdlib.h> /* Process Data Structure */ struct process { int pid; /* Process ID … | |
The first three people to complete this program will be entered into the annual contest for Top Coder! The grand prize is the chance to become one of TopCoders independent programmer. This is a special opportunity to get paid for programing projects that you create. Below is the program to … | |
The computer has just recently started to become slow and sluggish with no major updates done to it except Norton 2006. Two programs " Search Extender," "Shopping Wizard," "Home Assistant" show up in Add/Remove programs. I need some information on removing these also. Logfile of HijackThis v1.99.1 Scan saved at … | |
Hi, I used to have only one HD in my computer. It was a SATA main HD, a 250GB one, but now I set it as a secondary master because the primary master being a new 160GB one. I did not yet wipe the data on the 250GB HD because … | |
Recently got this bug and it is not diasppearing. Run Norton and the whatever it is always seems to be reappearing. Resetting my startup web page and having 2 icons on my desktop. Doesn't help remiving it. Just reappears Well, here it is Logfile of HijackThis v1.99.1 Scan saved at … | |
I'm a recent CS grad with a minor in Stats and absolutely no experience in the industry. I only have academic related stuff related to CS as far as that goes. Part of this is I started to regret being a CS major during junior year and wondering if I … | |
Now, Now, Don't laugh! I am still a huge Beatles fan (they rock). It turns out that Beatles write some songs (secretly), about computers as well. Who could have thought? ;) --------------------------------- * Write In C (Let It Be) * Eleanor Rigby * Yesterday * Unix Man (Nowhere man) * … | |
How do I make selection sort work with strings in a structure?? My compiler doesn't seem to like my variable assignments under the show_alpha() function. :cry: [CODE]#include <stdio.h> #include <stdlib.h> #include <string.h> #define SMAX 12 #define LEN 20 #define EMPTY 0 void show_empty_num(struct data *); void show_empty_list(struct data *); void … | |
just wanted to say heya to everyone first, ok im doing a C++ assigment on linked list but im stuck. i need to write a program that reads records from a text file and then stores them in a linked list. i can read the data from a text file … | |
This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html … | |
Write a menu driven program that manipulates a list of students and has the following options: 1- Build list from file 2- Build list from keyboard 3- Print list Use the standard list ADT to build the student list. Student information are (name, level, ID) information please help with this … | |
Hi guys, I'm currently making a GUI which displays a graph. At the moment it reads coordinates within an array in the code: public int datax[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; public int datay[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, … ![]() | |
I've been working on a binary search tree and I've written out most of what I think the code should look like but I can't test it because of an error I'm getting. I have no idea if what I have is even correct. My professor gave us the class, … | |
The object I use to create a Transferable object with is the same object I should get on the drop component, right? All I want to do is drag a row from one JTable onto another JTable. I don't want to copy the data, only send index number of the … | |
PERL / LAMP PROGRAMMER COMPANY OVERVIEW: We are a small internet applications development firm, which develops concept-to-completion solutions for mid- to large-sized companies. We’ve been serving loyal clients for over 10 years. POSITION DESCRIPTION: Programmer will develop corporate internet applications which adhere to specified standards. Must be able to follow … | |
Hi, I'm new to this fourm I want to ask if anyone can help.I have a program for a GPS receiver it is in C ,for testing I assume the string of GPS message, it doesn't have any errors but it didn't run I don't know why. I used the … ![]() | |
Please help me clean this computer. I have run Spybot, adaware, ewido in normal and safe mode and the popups keep happening.I just ran l2mfix but do not know how to interpret it. Here are my logs: L2MFIX find log 010406 These are the registry keys present ********************************************************************************** Winlogon/notify: Windows … | |
Ok i finished off the program i was making. now i just got a couple problems icant work out....spent hours doing this please help me with my last few probs... First thing is when i write the records to file, and then when i try to sort it...the display shows … | |
I know this is a noob question but where do i put my own code in this menu code for windows. [CODE]#include <windows.h> /* Declare Windows procedure */ LRESULT CALLBACK WindowProcedure(HWND, UINT, WPARAM, LPARAM); /* Make the class name into a global variable */ char szClassName[ ] = "WindowsApp"; int … | |
Greetings All, I am new to the forums. I am a tech and I have a stumper on my hands.... I've beaten my head all day on this one. Working from home, this came out of nowhere today and is actually preventing me from working because it is so annoying. … | |
I use CSocket with send() and recv() to send and receive structure packets of type Packet as follows: class Packet { int dataLen; char data[1024]; } packet; I tried but the received structure elements contained garbage. What would the code be on the send and receive sides of the app … | |
Hello I recently had a problem of my computer booting over and over again and again Guess what I found out At sometime microsoft decided to make a change in windows XP And this change has a very dramatic effect on how your processor reads and writes to the hard … | |
the inet 20099 problem i have has been fixed, thank you to whoever helped me out. Turns out i had about 40 different trojans and worms (check out the ewido logs, its almost scary) Here is my new HJT: Logfile of HijackThis v1.99.1 Scan saved at 1:54:48 PM, on 2/4/2006 … | |
on 14.1 norton discovered hacktool.rootkit on my system. tried to fix using norton with no succes. On 16.1 Liveupdate couldnt install new virus definitions and scan couldnt find hacktool.rootkit anymore. I downloaded Intelligent updater but couldnt run because subscription expired. But subscription status shows remaining 332 days! Any help to … | |
Hi, I plan to prepare a Tangram puzzle solver as my project.It will give correct placement of tiles to form a given shape.Is it suitable to use a constraint programming approach or pattern matching techniques or a combination of both?Also what do you suggest as data structure to represent the … | |
Hi, I have just purchased a new computer with windows xp media center 2005 and SP2. The first day i got a message saying there was an error in windows and then the drwatson32 debbuger message. It keeps doing this for no reason, i have to click ctrl+alt+delete abd close … | |
I worked on this site over the summer at an office, I'm now back on christmas break, and will work again this summer. With the help of many people online I got the following code to work. But now, it doesn't work. As far as I know, the code SHOULD … | |
i got a spyware which disables my desktop. i've seen somebody's got the same problem. . i've tried many ways. it doesn't work. so please help me out thank you so much..... :lol: this is my log files from hijackthis Logfile of HijackThis v1.99.1 Scan saved at 12:36:53 PM, on … | |
Hello, IE keeps freezing on my home computer when I try to access certain sites, like the homepage for my college. It started in the summer and I recently tried to fix it. Now I can usually open the homepage of my college, but sometimes i cant open links from … | |
I am not new to computers and consider myself to be fairly competant. This is the first time I have received something that I can't fix on my own (knock on wood). I have never used HijackThis, but seems to be working fairly well for others. From other forums I … | |
Please help - can't get rid of the Spy Sheriff Logfile of HijackThis v1.99.1 Scan saved at 7:07:50 AM, on 12/10/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:\PROGRA~1\COMMON~1\Stardock\SDMCP.exe C:\WINDOWS\Explorer.EXE C:\Program Files\ewido\security suite\SecuritySuite.exe C:\unzipped\hijackthis\HijackThis.exe R1 - HKLM\Software\Microsoft\Internet … | |
[COLOR=DarkRed][B]Nowadays,[/B] [/COLOR] network technology plays a significant role in the science and business area. Scientists innovate and develop some new technologies to fit businesses’ needs and to satisfy people’s demands. Thus, the hot topics of the network technology that are going to be illustrated in this paper are 3G and … | |
i need to finish this program by friday at 8:00am i know im new but i have a lot of work done so pretty much here is what i have. requirements programmer defined function for into - check user must input element statistics into element_t im pretty sure i made … | |
Hello, I get the following seg fault error when I try to delete the last node of the list. Does anyone know why? My delete function and high level function are included below: The seg fault only occurs when the if value in BeginQuizFirstTry detecting that CheckAnswer is not true … | |
i got the quicksort coding correct ,, the problem is that the data is still not sorting below is the complete program to the database. The data is to be sorted by genre like i have stated i have checked over and over again but cant find nething wrong... The … |
The End.