2,965 Topics

Member Avatar for
Member Avatar for raevin

Long story short, writing a multithreaded honey pot, and am having issues starting the honey pot servers. I'll get straight to the code, then explain the issue: Structure defs: [code=c] typedef struct __GENERIC{ int sock; char buff[MAXBUFF]; char ip[17]; int status; int port; int max_conns; // dMaxClients (Master = max …

Member Avatar for ArkM
0
162
Member Avatar for lolaabbydawn128

I have a very hard programming challenge and i need help... I have nothing so far, so im hoping somebod could help me build it... Im to write a program that uses a structure to store student name, student ID number, pointer to and array of test scores, average test …

Member Avatar for Ancient Dragon
0
104
Member Avatar for lolaabbydawn128

I have a very hard programming challenge and i need help... I have nothing so far, so im hoping somebod could help me build it... Im to write a program that uses a structure to store student name, student ID number, pointer to and array of test scores, average test …

Member Avatar for lolaabbydawn128
0
180
Member Avatar for Arunabh Nag

Hi.. i want to know how do we access a web site's data to be displayed on my application e.g. like i want to create an application that looks up some investing site and displays current stock and share values on my desktop. I have already in mind that the …

Member Avatar for Arunabh Nag
0
70
Member Avatar for digirandi
Member Avatar for hughv
0
45
Member Avatar for jesseb07

hey, I got a question regarding functions returning a linked list. Here's the data structure of my linked list (just in case it deviates from the standard way of doing it) [CODE] template <class T> class Link { private: unsigned int size; Link<T> *nextRow; Cell<T> *firstCell; public: Link(); ~Link(); //functions …

Member Avatar for jesseb07
0
105
Member Avatar for polorsport

I can't seem to get rid of them. They first showed up on nod32. Then spybot, then maleware bytes. etc. I would remove restart. Everything would be fine for a day. Then bam there back. Performance wise luckily everything has been fairly normal. With the main issues being when I …

Member Avatar for jholland1964
0
240
Member Avatar for delifion

Hi guys, I need a help on my assignment. [B]Background[/B] A data transmission system typically breaks a large message into smaller packets. In some systems, the packets can arrive at the destination computer out of order, so that before the application requesting the data can process it, the communications program …

Member Avatar for ArkM
0
636
Member Avatar for SerbOz

Hi, My comp start to behave strange. Almost on every task poping windows to say: "encountered problem and need to close". I have 4 scans: 1. ESET Smart Security 2. MBAM 3. Spybot 4. HijackThis and posting them here. Hope someone can help. I am using Windows XP Pro Sp1 …

Member Avatar for crunchie
0
470
Member Avatar for mashimaro

Hey, i'm writing a client-server, so far i've got this: my structure [CODE]typedef struct mesg{ long type; pid_t pid; char data[64]; } MSG;[/CODE] the client [CODE]int main(int argc, char *argv[]){ int MSGid, msglen, mpid; MSG m; MSGid = msgget(KEY, 0600); while(1){ memset(&m, 0, MSGLEN + sizeof(long)); m.type = 1; mpid …

Member Avatar for mashimaro
0
183
Member Avatar for nexocentric

Before I state my problem, which is in bold text, I need to give you a little bit of background. I'm working with 3 binary log files of about 35mb each. Each one holds approximately 65000 records. Each record, which is about 400 bytes, holds information containing the date, transmission …

0
65
Member Avatar for smitem03

I am a new user on this C and have a hard trouble with I/O's. If you could let me know what I am not clarifying. Thank You! [code] #include <stdio.h> #include <stdlib.h> // employee structure definition // struct year2009Data { float SSN; // employee social security number // char …

Member Avatar for Ancient Dragon
0
164
Member Avatar for dchapma

I cannot get rid of this virus... mbam continues to find the following...tried in safe mode also. Thanks for your time in advance. David Malwarebytes' Anti-Malware 1.36 Database version: 1979 Windows 5.1.2600 Service Pack 2 4/16/2009 8:37:11 PM mbam-log-2009-04-16 (20-37-04).txt Scan type: Quick Scan Objects scanned: 70432 Time elapsed: 5 …

Member Avatar for crunchie
0
260
Member Avatar for roulingo

i have been programming all my life and would like to intoduce myself my name is phil and i know a lot about the following subjects Delphi electronics electrical otherwise im quiet stupid. favourate subjects rock n roll, cooking, karaoke, computer programming. present projects computer data protection. secure data comms. …

0
49
Member Avatar for TuX4020

Hi all, So I've got an assignment of creating a priority queue using a heap data structure. I've read lots of pages online about the heap data structure, but I keep coming up with questions. In my class, I got the impression that a heap was structured similarly to a …

Member Avatar for jrw0267
0
138
Member Avatar for karen_CSE

Hi, I'm doing this programming exercise for my C++ class. I'm using Microsoft Visual C++. for some reason, the program wouldn't save my data. Can someone please take a look at my code and tell me what I did wrong? [code] /* Chapter 12 HOMEWORK Dung Tran CS 116 C++ …

Member Avatar for Narue
0
425
Member Avatar for sowmyask7

Please help me, I am new to Java . My xml file structure is as follows--- <Procedure> <SP> <ID>100</ID> <Name>Employee</Name> <Inputs> <Input NAME ="asasa" DATA="sasas"/> </Inputs> </SP> <SP> <ID>101</ID> <Name>Display</Name> <Inputs></Inputs> </SP> </Procedure> I have generated the classes for the xml file using the commmand xjc. Now I need to …

0
52
Member Avatar for CS Lover

Hello, Iam working on website, technically this is my first j2ee website .. so iam trying my best here .. I tried to make simple front-controller technique using servlets + JSP .. and this is wat i done : index.java [CODE] Map event = new HashMap(); event.put("cats", new cats()); event.put("login", …

Member Avatar for ~s.o.s~
0
144
Member Avatar for Human01

[COLOR="Red"]Hi guys :?: I'm in my final year and I'm supposed to do an eCommerce assignment, but I'm new to eCommerce world. So I just need some hints and guidance to work on this assignment. I have very short time to do it, so I just need your kind help …

Member Avatar for Human01
0
212
Member Avatar for bsweet0us

I recently got the annoying virus/malware which causes your Google search results to redirect to some random other website. Many searches later and I landed on this fantastic site. I did all the stickied stuff at the top of this thread and appear to be pretty clean. (On a possibly …

Member Avatar for jholland1964
0
131
Member Avatar for gala22

PARTITION ROTATION PROBLEM CASE - Once a day application pupulates table which is used during the day. Next day the data are purged and replaced with the fresh set of rows. The table is relitevly big - about 1GB of data. Application does truncate the table and repopulates it anew. …

0
83
Member Avatar for meistrizy

Thanks in advance for your help. Ok...the last part of this program is where I am stuck. I am supposed to read data in from a file and sort by gender. But the output is supposed to read department, gender, first, last names, job title and salary -- then to …

Member Avatar for meistrizy
0
215
Member Avatar for jesseb07

hello, quick question regarding template classes and pointers. I'm making a linked list kind of container system, and I'm running into trouble with it when I (don't know if the terminology is 100% correct here) declare an instance of it. An example would be best to explain what's happening: I …

Member Avatar for jesseb07
0
6K
Member Avatar for burrin.p

Hello; I am new to using HJT and would like to request some assistance with my first log. I have done a cleanup but still have the same redirecting problem and none of my cleaners / scanners have found the problem. I know there's something redirecting my search results to …

Member Avatar for jholland1964
0
109
Member Avatar for sadiekins

I need help with my program. I have four errors with the ostream. It should be print my list of books. I know its something simple... I just can't figure it out! [code] #include <iostream> #include <string> using namespace std; //---------------------------------------------------------------------------- class Book { private: string title, author, genre, pubyear, …

Member Avatar for tux4life
0
163
Member Avatar for fia

Guys i am working on a desktop application idea, using the visual paradigm to draw uml diagrams then export them to an XMI file. the problem that i am facing is that i need a uml 2.0 meta model data structure to use with C#.net. i was wondering if any …

Member Avatar for alc6379
0
208
Member Avatar for acadata

"Anti-Virus Number-1" Free Removal? I have looked into this little piece of spyware on the Internet, but there are varying answers of what to do. PLEASE: Do NOT post "Free scan" solutions; these are programs that claim to be free, but you end up having to pay for them to …

Member Avatar for jholland1964
0
314
Member Avatar for sampson

I recently solved a issue with this computer on this forum. My family member is now getting this pop up when windows boots up. ASking user to run installation wizard. Ran MBA-M and scan came back with nothing found. I will enclose that log and a HJT log. Thanks for …

Member Avatar for sampson
0
150
Member Avatar for Riskboy999

hi guys, im new at the forum and would like to ask for assistance with a programming assignment. First the Question.. [COLOR="Green"]DEVELOPMENT OF A C++ PROGRAM FOR A STUDENT RECORD SYSTEM. You are to develop a student record system that makes use of the C++ structure and classes. The record …

Member Avatar for Riskboy999
1
3K
Member Avatar for dessolator

Hi, I'm trying to read certain values from a text file and store them in a variable/string so that I can populate a combobox with the values. I have my read stream etc, but I'm unsure about how I would pick out certain data from the text file that I …

Member Avatar for Acedia
0
134
Member Avatar for gctbob

I've been trying to get rid of some problems i've been having with my computer by following instructions for other threads, but i have been unsuccessful. This is my latest Malware bites log and hijack this log. Thanks for any help :D [CODE]Malwarebytes' Anti-Malware 1.34 Database version: 1889 Windows 5.1.2600 …

Member Avatar for crunchie
0
188
Member Avatar for jagsrocknfl

I am currently at Kutztown University enrolled in Computer Science II. I am struggling to finish writing the actual cpp for the program, the implementation and header files are finished. Here are the instructions of the program: Recall that a polynomial is a sum of terms in the form, f(x) …

Member Avatar for Lerner
0
2K
Member Avatar for safyrmwn

Any help with these issuses is greatly appreciated. Thank you so much for your time and attention. Overall System sluggish along with the following problems: Start>Programs>Administrative Tools>Services results: Windows Internet Explorer error Cannot find 'res://C:\WINDOWS\System32\mmcndmgr.dll/views.htm'. Make sure the path or Internet address is correct. Press Ok same error returns, Press …

0
133
Member Avatar for artemis_f

Hello, I want to create a tree structure in haskell so that later I can do a depth first search on it to find something. Here is an example I have thought of to try and understand the concept - [CODE]data Tree a = Nil | Node a (Tree a) …

Member Avatar for thoughtcoder
0
1K
Member Avatar for pezza

Hi, I have managed to get a nested query to work partly, but i need to somehow add another nest, which i cannot get to work. To explain more, i wanted to firstly find records that did not exist in another table, to which i used the following [CODE] SELECT …

Member Avatar for pezza
0
111
Member Avatar for bobsta

Hi, I am still rather green when it comes to C++ so be gentle with me. I am trying to create a dynamic array of objects (class Structure), each object represents a geometric (physical) structure. But for the sake of simplicity let's consider only one such object. Within each instance …

Member Avatar for bobsta
0
382
Member Avatar for pscha3

Hello, I just started C++ and I have this assignment to write. I started writing it but I can't seem to get this one thing and that is [U]how to create a new contact and store it in a file. [/U] I need to know if I used the structure …

Member Avatar for adam1122
0
393
Member Avatar for metal_butterfly

When i tried to make the structure members(res_name,res_loc) as char pointer, i am getting error. i don't know how to convert res_name[25] to pointer.plz help me in this [icode] #include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX 10 struct resource { int res_type; char res_name[25]; // i want to use this as char …

Member Avatar for metal_butterfly
0
143
Member Avatar for vijaysoft1

Help me to implement file concept in this problem , i want to save the structure data to a file and Display from file.Please help me. [CODE] #include<iostream.h> #include<string.h> #include<iomanip.h> #include<dos.h> #include<conio.h> #include<stdio.h> #define max 20 struct employee { char name[20]; long int code; char designation[20]; int exp; int age; …

Member Avatar for Lerner
0
108
Member Avatar for The Dude

[url]http://www.mindmedia.com/brainworks/profiler[/url] Seems to be right on! My results: Your Brain Usage Profile: Auditory : 56% Visual : 43% Left : 36% Right : 63% You show a slight right-hemisphere dominance with a moderate preference for auditory processing, an unusual and somewhat paradoxical combination of characteristics. You are drawn to a …

Member Avatar for chriswellings
0
276
Member Avatar for ashkash

I have a number of files in a folder that are number as 1, 2, 3, 4, 5, 6, etc. I also have a text file in the same folder that identifies each of these numbered files and gives their path location. The text file looks like this: 1 C:\system\Apps\file1.exe …

Member Avatar for mittelgeek
0
420
Member Avatar for RushNP774

I'm building my first real C# project, and need just a little guidance about the best way to do it. The website is pretty simple, pretty much just a few static pages, but one is going to be a nearly 300-item survey of the activities a person enjoys. The data …

Member Avatar for P.K.Chaudhary
0
105
Member Avatar for santhanalakshmi

Hi ,this is my code,see the bold letter that highlighted in this following program....If i am not redirecting this page to another page means ,i am facing big problem like for every refreshment on the browser a dummy data is get inerting into the table(last inserted values into table).to avoid …

Member Avatar for nathenastle
-1
128
Member Avatar for Trekker182

Hi everyone, I just had a quick question on how to go about getting data populated from a data grid view to an array of structures? I have a data grid view with 6 fields and 10 records that match elements in my array. I declared a list of songs …

Member Avatar for Trekker182
0
114
Member Avatar for shea279

ok so i have some code that works perfectly with visual studio 2003, but when i move it into my project which is using visual studio 2008, the compiler spits out 9 errors. compiler output: [CODE]1>Compiling... 1>main.cpp 1>.\main.cpp(3) : error C2011: '_STORAGE_QUERY_TYPE' : 'enum' type redefinition 1> C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winioctl.h(641) …

Member Avatar for greg022549
0
469
Member Avatar for saraalaee

hello!! is there any body to answer my question : is "General List" a data structure(like ArrayList for example) in java language??if it is, plz tell me what it exactly is??I have searched but i didnt find anything about it!!

Member Avatar for jasimp
0
91
Member Avatar for Rezert

Sorry, I've got to go so this'll be quick. Icons don't show up and even can't open unless he goes to the right click > open with > program. His standby light keeps flashing as if it is in standby. WinVista [quote]Logfile of Trend Micro HijackThis v2.0.2 Scan saved at …

Member Avatar for smith_
0
74
Member Avatar for ashkash

I have a number of files in a folder that are named as numbers like 1, 2, 3, 4, 5, 6, etc. I also have a text file in the same folder that identifies each of these numbered files and gives their path location. The text files looks like this: …

Member Avatar for Comatose
0
190
Member Avatar for Vincentjames501

Ok, I think my problem has to do with my rotation functions. It is not performing them correctly though I don't see where they are messing up. On a more complicated tree when it performs a rotation the structure of the tree becomes incorrect. Maybe some one can see something …

0
63
Member Avatar for tasneemnikhat

hey ol, i dnt hav much time left to solve des Q's.. can u plz guide me solving des... Fundamental Exercise /* class design, dynamic memory allocation and operator overloading */ 1. Write a program to implement Matrix class. • Implement addition and multiplication operation • row and col of …

Member Avatar for tasneemnikhat
0
121

The End.