2,965 Topics

Member Avatar for
Member Avatar for Extro

I'm currently a 4th-year CS major. This is not to say I took many CS courses, but I still need to take classes on Operating Systems, System programming, S/W Engineering, AI, Database, etc. So, far, my programming skills are pretty trivial. I know C++/Java but can only write simple trivial …

Member Avatar for Libertate
1
305
Member Avatar for lyn1261

my computer has been extremely slow the past week. I assume my son must have attained some viruses. The internet takes awhile to open and the entire computer is running slowly. Can someone please help? Here is my hijack this log: Logfile of HijackThis v1.99.0 Scan saved at 4:43:24 PM, …

Member Avatar for Monksrule333
0
356
Member Avatar for Auto

I have a function in one of my programs that picks a random state from a list. It then puts this random state in a structure array. However the name selected from the list does not match the name that winds up in my array structure. The following is not …

Member Avatar for Auto
0
155
Member Avatar for Asif_NSU

I have a template linked list class, eg: [CODE]LinkedList<int> list1; LinkedList<implicant> list_imp;[/CODE] Now I need a Linked List of Linked Lists, This is how I declared [CODE]LinkedList<LinkedList<implicant> > list_of_lists;[/CODE] Then I declared a Linked List of implicant class. [CODE]LinkedList<implicant> implicants_list;[/CODE] I calculated some value and put them in the implicants_list. …

Member Avatar for Narue
0
144
Member Avatar for indangasy

Comatose, thanks for the example you gave me yesterday. I am using Data Reports. ASsume you have a table with a Combo list with list items like Medical, Protection, and so on. I would like in the Reports to be able to show only fields which have a list item …

Member Avatar for anand_kataria
0
98
Member Avatar for gphoto

Hi I have a IBM Thinkpad T20 with a pentium III running XP professional. A program highjacked my desktop about two days ago. It turned my desktop black with a big WARNING sign about spyware with a place to click into for a solution. I think that this is an …

Member Avatar for DMR
0
424
Member Avatar for arrjay

Any help would be greatly appreciated. Here is my log:Logfile of HijackThis v1.99.1 Scan saved at 4:01:26 AM, on 3/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\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Iomega\DriveIcons\ImgIcon.exe C:\Program Files\Registry Mechanic\RegMech.exe C:\WINDOWS\BCMSMMSG.exe C:\PROGRA~1\TEXTBR~1.0\Bin\INSTAN~1.EXE …

Member Avatar for arrjay
0
158
Member Avatar for cghv

Hi, I am writing a program at the moment which requires me to scan in data from an external file, which to be added to a linked list. The external file is a list of pairs of cities and the distances between them - each piece of data is tab-delimited, …

Member Avatar for Dave Sinkula
0
174
Member Avatar for Marauder

HijackThis log, Please help.... I have used HijackThis numerous times and tried to fix IE but these just keep coming back so obviously I am not finding them all. Any help would be appreciated. [CODE] Logfile of HijackThis v1.99.1 Scan saved at 20:54:06, on 05/03/2005 Platform: Windows XP SP1 (WinNT …

Member Avatar for caperjack
0
350
Member Avatar for Dani

[b]Declaring Objects[/b] When one works with classes, each instance of the class which is defined is known as an object. C++ is an extremely object oriented language (perhaps not so much so as Java, however). In OOP, or Object Oriented Programming, one can easily perform multiple tasks on objects which …

Member Avatar for Pmaster
0
149
Member Avatar for snowwolf

This is my friend notebook. I am using Tend Micro scan for virus and find this virus as abrove can someone help me have a look plz The virus is in c:\system volume information\.......... and the HijackThis logs is here Logfile of HijackThis v1.99.0 Scan saved at 12:06:46, on 01/02/2005 …

Member Avatar for alc6379
0
442
Member Avatar for mus_203

Hi I need help with devising a method that will calculate the frequency of elements in a chain data structure. Here's an example of what the method is supposed to do. If x = [3,6, 5, 9, 4, 5, 3, 5, 5, 1, 6, 10, 3, 3, 1, 7, 5, …

Member Avatar for tonakai
0
103
Member Avatar for ah01

#include <iostream> #include <stdio.h> #include <iomanip> using namespace std; struct person { char name[15]; int Idnum; int *testscores; float average; char grade; } *student, freshman; //////////// function prototype /////////// void allocate_memory(int number_students , int number_scores); void get_data(int number_students ,int number_scores); float validate_score(int score); void print_results(int number_students ,int number_scores); void release_memory(int …

Member Avatar for vegaseat
0
178
Member Avatar for ehab_aziz2001

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: …

Member Avatar for Narue
0
144
Member Avatar for Alfarata

I have a structure set up from some earlier help. Now when I try to write the data to the disk I only write zero's. I have no idea what I have done wrong or why this is happening. I realize this is not the complete program but shows the …

Member Avatar for Alfarata
0
130
Member Avatar for seeplusplus

is this program i wrote so far going to store all the data entered by the user correctly?, i dont really understand structures completely yet. i think my cin statements need to store them differently to reference the structure. my code: #include <iostream> int main() { struct students { char …

Member Avatar for Dave Sinkula
0
153
Member Avatar for dassyboy

I have just tried to acess wmp and hotmail inbox also my aol companion comes up with a script error?.I have used hijack this and created a log- Logfile of HijackThis v1.99.0 Scan saved at 07:02:09, on 20/01/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) …

Member Avatar for dassyboy
0
227
Member Avatar for Tester2

Hello, I am learning to use Borland Builder 6.0 (and trying to remember/learn to use C++ after taking a college course in C programming nine years ago). I have created a data structure. When I try to delete it using: [COLOR=Navy]delete films;[/COLOR] I am told that deleting an object requires …

Member Avatar for Tester2
0
183
Member Avatar for sheff

Hi, I'm new to this, so apologies for any breaches in forum protocol. I've picked up the about:blank Trusted Start Page hijacker, which seems to be blocking all access to the web through Internet Explorer, I just get the "web page cannot be displayed" error message. I'm currently using Firefox, …

Member Avatar for sheff
0
177
Member Avatar for Attina

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 …

Member Avatar for DMR
0
338
Member Avatar for stephencallgood

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 …

Member Avatar for caperjack
0
860
Member Avatar for alxyar

hello, could anyone please help me with a problem i encountered today. whilst surfing, my blackice running in the background asked me whether i wanted to terminate an unknown application....i pressed 'continue' by mistake. :sad: now every time i startup windows i get a message saying c:/windows/explorer.exe is attempting to …

Member Avatar for dlh6213
0
367
Member Avatar for Piraino

Hey i need help with this offeroptimizer k thnx Logfile of HijackThis v1.99.0 Scan saved at 12:02:13 PM, on 12/28/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\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:\Program Files\TGTSoft\StyleXP\StyleXPService.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Symantec …

Member Avatar for crunchie
0
287
Member Avatar for Wealth_Builderz

Hi, I have come up with a project to design a web-based Complaints and Suggestion System for a local estate agents in my area and I am going to use PHP with a MySQL database and at the moment I am doing all my Process and Data Analysis before moving …

Member Avatar for mikeSQL
0
155
Member Avatar for Tumpster

Hi there, Im about to destroy my machine or whipe it whichever seems clearer to me when I get ready to do it!! :P I have something that has rooted into my machine and has not let go, I don't wanna whipe my machine I wanna remove this....if I have …

Member Avatar for crunchie
0
139
Member Avatar for racecar22

please help me take out especially this shopping wizard Logfile of HijackThis v1.98.2 Scan saved at 5:57:45 PM, on 12/4/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:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\COMMON~1\AOL\ACS\AOLacsd.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe …

Member Avatar for dlh6213
0
201
Member Avatar for RaulC

I have to make an assignment for my class I ve done 9 assingments already but this one got me lost. How can I do it? New concepts reinforced: Pointers 1. Create the function GetEmployeeData. 2. Call the function above passing as arguments the addresses of Name, Id, RateOfPay, and …

Member Avatar for alc6379
0
108
Member Avatar for Wealth_Builderz

Hi, I have come up with a project to design a web-based Complaints and Suggestion System for a local estate agents in my area and I am going to use PHP with a MySQL database and at the moment I am doing all my Process and Data Analysis before moving …

0
84
Member Avatar for siddhu_avula

:sad: hi friends my name is A.Siddhartha currently iam pursuing my masters in information technology and i have to do project in C++ as iam very new to information technology as my background is chemistry so iam having problem in doing this project. so pls help me how to do …

Member Avatar for jwenting
0
198
Member Avatar for Asif_NSU

Hi guyz, I am about to start my third semester in my university. I have options to take Data Structures(CSE 225) or Discrete mathmatics(CSE 173). I am not sure which one take to before the other -- I will be doin both though. What do u guyz think. Will taking …

Member Avatar for Asif_NSU
0
1K
Member Avatar for agtmulder17

Hi, I am working on a project using Java and embedded SQL in the Java. I have gotten the SQL to successful do what I need it to (In this case, create tables and insert data into them). However, I am having a difficult time with IO. The goal is …

Member Avatar for jerbo
0
113
Member Avatar for RichyBoomstick

Hi, Firstly, thanks for letting me join. Hopefully you guys can help me and vice versa. I've just started a project creating a virtual map. This map will allow uses to walk around a town using digital photographs. I was just looking for some advice as I cant decide whether …

Member Avatar for Phaelax
0
147
Member Avatar for jifiii

Here is my code I am trying to figure out what is wrong with it, can anybody help me. [code] #include <stdio.h> #include <stdlib.h> #include <string.h> int GetBuffer(char* buffer[]); int ParseArgs(int argc, char* argv[], int* canonical); main(int argc, char* argv[]) { int canonical=0; //If it is true, print the ascii …

Member Avatar for Narue
0
131
Member Avatar for SAZAR

I have Windows 98 SE operating system, and a Hard-disk (20GB) with two equail partitions... There is a short description of my problem on bottom of this post (read it first or start reading how it happened (right below)...)... ----------------------------------------- Today I used my computer as usual, I wanted to …

Member Avatar for antioed
0
154
Member Avatar for kimimaro

hi I wonder if array can be work along with structure? Below are the declaration of my structure struct employee{ char ID[15]; char Name[20]; char Department[5][30]; int selection; char Post[3][30]; }; struct employee record[200]; I was wondering could if there is anywhere you can : struct employee{ char ID[15]; char …

0
66
Member Avatar for hopeolicious

It took me about 2 days but I got it lets see if you can do it. Challenge ends on October 27 the program will then be posted for you viewing The program is designed to write a three-structured program in structure form with data members and member functions. In …

Member Avatar for alc6379
1
121
Member Avatar for wangstarr

Hi, I am having some problems with a program I'm supposed to write: here is the program I am supposed to write: Write a modular program that uses a structure to store the following information about a customer account: Name Address City, state, and ZIP Telephone number Account Balance Date …

Member Avatar for Stack Overflow
0
149
Member Avatar for birdman1541

Here is the log [size=2]Logfile of HijackThis v1.97.7 Scan saved at 7:35:59 PM, on 9/27/2004 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 C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Real\RealPlayer\RealPlay.exe C:\Program Files\Java\j2re1.4.2_05\bin\jusched.exe C:\Program Files\WindUpdates\WinUpdt.exe C:\WINDOWS\system32\pcs\pcsvc.exe C:\Program Files\Common files\updater\wupdater.exe C:\Program Files\D-Tools\daemon.exe C:\Program …

Member Avatar for crunchie
0
391
Member Avatar for Catweazle

[i]Edit: Thanks to Dani for 'cleaning up' this topic a bit. Should any of our members have links to useful sites, or items of their own which they consider would make a useful addition to the contents here, please send them to one of the Security Forum moderators via PM …

Member Avatar for crunchie
0
2K
Member Avatar for meow

Hey guys. I recently had this stupid thing known as my personal horoscope installed without my permission..how do i delete it? I ran Spybot and Adaware...heres my log Logfile of HijackThis v1.98.2 Scan saved at 6:04:07 PM, on 09/29/2004 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 …

Member Avatar for mikeandike22
0
190
Member Avatar for PixureTakr

Hello .. please check this log to see why System32 window open on startup and programs are slow to open and only do so after the screen and icons flicker after about 30 seconds..thanks Logfile of HijackThis v1.98.2 Scan saved at 4:54:00 AM, on 9/25/2004 Platform: Windows XP SP2 (WinNT …

Member Avatar for crunchie
0
180
Member Avatar for CRIS_650510

this a lof from adware se 1.04 ok can u guys tell me what to do!!!! Ad-Aware SE Build 1.04 Logfile Created on:Wednesday, September 08, 2004 3:25:28 PM Created with Ad-Aware SE Personal, free for private use. Using definitions file:SE1R7 06.09.2004 »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» References detected during the scan: »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» CoolWebSearch(TAC index:10):105 …

Member Avatar for Grinler
0
249
Member Avatar for TimmyRaa

I've at least *seen* PHP code before, and have modified my own phpBB forum moderately. However, I've been set a project to build a web interface for recording skittles scores (like 10-pin bowling, but with 9 pins!!), and producing a nice ordered table with player names, number of games played, …

Member Avatar for TimmyRaa
0
418
Member Avatar for Skalliwag

Please Help Running processes: C:\WINNT\System32\smss.exe C:\WINNT\system32\winlogon.exe C:\WINNT\system32\services.exe C:\WINNT\system32\lsass.exe C:\WINNT\system32\svchost.exe C:\WINNT\System32\svchost.exe C:\WINNT\system32\LEXBCES.EXE C:\WINNT\system32\spoolsv.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINNT\system32\LEXPPS.EXE C:\WINNT\System32\NMSSvc.exe C:\Program Files\Common Files\Lanovation\PrismXL\PRISMXL.SYS C:\WINNT\System32\svchost.exe C:\WINNT\wanmpsvc.exe C:\WINNT\System32\SK9910DM.EXE C:\WINNT\System32\igfxtray.exe C:\WINNT\System32\hkcmd.exe C:\Program Files\Common Files\Symantec Shared\ccApp.exe C:\Program Files\Roxio\Easy CD Creator 5\DirectCD\DirectCD.exe C:\WINNT\System32\ranzwzvq.exe C:\Program Files\AIM95\aim.exe C:\WINNT\System32\wuauclt.exe C:\WINNT\explorer.exe C:\Program Files\SpywareGuard\sgmain.exe C:\Program Files\SpywareGuard\sgbhp.exe C:\Program Files\Windows Media Player\wmplayer.exe C:\Documents and …

Member Avatar for crunchie
0
100
Member Avatar for Xev0luti0nXx

Can someone please point me in the right direction here? I have run all of the progs adaware/spybot s&d/symantec/CWShredder/APM/Hijack this to no avail. I've gone into and read up on all the solutions for the problem but I still cant get it off this computer. Here is a post of …

Member Avatar for Xev0luti0nXx
0
157
Member Avatar for Pimp Daddy

This book, which is written by David A. Wyatt and Deryck F. Brown is excellent for explaining some of the more complex aspects of data structures and gives plenty of examples of various different algorithms. It also explains a little bit of history behind some of things that are being …

Member Avatar for cosi
0
140
Member Avatar for hexstar

Help me please! After I installed Suse Pro 9.1 I get the following message when trying to boot to windows from the grub bootloader: [quote]root (hd0,0) Filesystem type is fat, partition type 0xc chainloader +1 NTLDR is missing Press any key to restart[/quote] I've tried the suse fix ([url]http://portal.suse.com/sdb/en/2004/05/fhassel_windows_not_booting91.html[/url]) but …

0
179
Member Avatar for ontheedge

Here is the Hijack log. Running several spyware programs that do not help. Have not tried Shredder yet. Any suggestions would be greatly appreciated. :confused: Logfile of HijackThis v1.98.2 Scan saved at 7:28:16 AM, on 8/11/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: …

Member Avatar for ontheedge
0
155
Member Avatar for CRIS_650510

WELL YEAH IVE BEEN HAVING TROUBLE REMOVING "HOME SEARCH ASSISTENT" ITS A BROWSER HIJACKER!! WELL.. YEAH!! IAM VERY MAD KNOW!! IVE TRIED ADWARE... SPYBOT AND IT DONES'T REMOVE IT.. WELL.. YEAH HERES MY LOG FROM1!! ADWARE I RAN IT.. CUSTOM. SCAN..!!Lavasoft Ad-aware Personal Build 6.181 Logfile created on :Tuesday, August …

Member Avatar for Bear
0
119
Member Avatar for CRIS_650510

WELL YEAH IVE BEEN HAVING TROUBLE REMOVING "HOME SEARCH ASSISTENT" ITS A BROWSER HIJACKER!! WELL.. YEAH!! IAM VERY MAD KNOW!! IVE TRIED ADWARE... SPYBOT AND IT DONES'T REMOVE IT.. WELL.. YEAH HERES MY LOG FROM1!! ADWARE I RAN IT.. CUSTOM. SCAN..!!Lavasoft Ad-aware Personal Build 6.181 Logfile created on :Tuesday, August …

Member Avatar for caperjack
0
129

The End.