2,965 Topics
![]() | |
My boss has recommended a hash table, but I'd like some second opinions as to what you think the best way to accomplish this task is. My problem is that I don't know C++, so I've been learning things as I needed them to finish this project. I'm kind of … | |
Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages … | |
Ok I'm doing some exam prep. I'm checking out an old exam paper and come accross this question Which of the following is not a tool for designing modular systems a) Structure charts b) Data dictionaries c) Class diagrams d) Collaboration diagrams I know that modular systems include collaboration diagrams … | |
Can anyone help me with this problem. It's just started happening that the screen, sound and cursor all freeze for about 5 seconds every 1 - 2 mintues. It's very annoying. IT's not due to the CPU becoming overloaded and after a restart it doesn't start happening again straight away. … | |
the other threads are not displaying properly on my comp i am getting a white space where the replies and post are meant to be. here is the combo fix log without the snap shot section ComboFix 08-06-20.4 - Admin 2008-06-27 10:44:55.3 - NTFSx86 Microsoft Windows XP Professional 5.1.2600.2.1252.1.1033.18.431 [GMT … | |
Topic: ReadFile prob in Release mode Posted: Today at 11:21pm Hi, I have written an application in MFC, to interface with a USB device to get Data. I have used a worker thread which pools for data. I have used the CreateFile function with FILE_FLAG_OVERLAPPED Flag. In ReadFile fn I … | |
Hi, I'm taking a shot at the netflix challenge and relearning C++ at the same time (I usually code in Python now). I'm storing the data in the following structure: typedef struct ndata{ unsigned int userid : 22; unsigned int rating : 3; unsigned int : 0; unsigned int movieid … | |
Hi' everyone .I'm a B.Tech(Comp.Sc), 2008 pass out from a private engg. college from bhubaneswar,orissa,india. I want to be an expert in data structure& algorithm design real life problems. I have already got an job offer from a software company named MASTEK. But GOOGLE is my dream company. i need … | |
I'm having exactly the same problem as describd by the OP. I followed the same instructions but i don't have the same HijackThis results so i'm stuck. Would Crunchie or someone just as helpful please assist. Here are the logs Thanks in advance ComboFix 08-06-20.4 - Owner 2008-06-23 18:11:44.3 - … | |
Hello everybody! As I thought I became more comfortable with data structure I've got the problem I can't solve. It looks so: I have that kind of text file: ABCD vvvv 1e-12 ABCD hhhh 1e-6 ABCD ggggg 1e-3 ASDE ffffff 1e-57 ASDE dddd 0.001 etc. I would like to read … | |
I have this task and i dont know how to do it, any help will be appreciated I want to do it in C language under linux Evaluate Boolean expression given by the user by using tree data structure. An example of the Boolean expression is ((X1 * X2 * … | |
hai all Good Morning. I am trying to show a OLAP Report created (using cube in SqlServer 2000) in crystal reports in a asp page. i used smart activex viewer for this but the data alone in the crystal reports r shown. the drill down structure does not appears. Also … | |
Hi I am new to Python, I would like to inquire why the script below can't use fileHandle.readline() I am trying to store the data in an input file into a structure, but I am not sure why line = file.readline() fails ? The structure contains mode. Each mode contains … | |
Yesterday I had some serious problem with Adware.Agent.BN and fake error messages. (Well I had a virus so maybe not so fake) Spyware Doctor could find and remove Adware.Agent.BN but everytime I restarted it would come back. So I downloaded Malwarebytes' Anti-Malware, turned off Spyware Doctor and did a full … | |
Im trying to make a sort of menu and im not sure how to do it. I want it too build the structure from a file and/or input and im not sure what kind of data structure i should save it it. I´ve been thinking about a linked list with … | |
For starters im making a survey form for a website and ive run into a bit of trouble, if anyone could help and point me in the right direction it would be muchly appreciated :) Im a bit of a php/mysql noob, I can kinda make cookies, I kinda know … | |
help! Mcafee says that i have new win32 virus and cant fix it. computer is running slow. IE keeps poping up.. this is my hijackthis log Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:56:25 AM, on 6/15/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 … | |
Hey guys i need some help. I have a txt file which looks like this: 234 56 123 34 456 56 7 45..... 123 3 34 56 56 67 67 2..... . . . Where each line represents a series of points in coordinate system, and the first number in … | |
Hi I have had an unusually high cpu usage for the past 2 days. Especially when using firefox or safari or similar programs. I have over 300GB of hard disk space and almost 3gb of ram. I have never had over 80% cpu usage even even using high-end games but … | |
Hi all, I am having trouble understanding BST recursive algorithm. Here is the code: [CODE] int maxDepth(struct node* node) { if (node==NULL) { return(0); } else { // compute the depth of each subtree int lDepth = maxDepth(node->left); int rDepth = maxDepth(node->right); // use the larger one if (lDepth > … | |
Wow, my first computer related forum ever! In the computer lab the guys have given me the nickname MsUpstream, as I work on implementing a streaming algorithm in C++ as part of the work for my master thesis. In other words, I am a Computer Science master student in the … | |
hi, my system have been attacked by virus and it showing a "virus alert" in the system tray. when i go through the net i got this "combofix.exe". i downloaded this and installed it. It gave a me a log file which i have pasted down. pls tell me what … | |
I think I have a virus but I need help diagnosing the hijackthis logs. Below is the startup log and underneath is the main hijackthis log. Please let me know if you see anything suspect there. \/\/\/startuplog\/\/\/\/\/ StartupList report, 29/05/2008, 01:50:52 StartupList version: 1.52.2 Started from : C:\hijackthis\HiJackThis.EXE Detected: Windows … | |
Hi there, I was wondering if any of you guys know a good tutorial/book/essay/white paper on creating a generic protocol parser? What I am needing is a generic protocol parser that can read in human editable configuration files at run time and be able to configure itself to read the … | |
Hi , i am trying to retrieve a row of data from a SQL table,but i dont get the results,i just get the variable($stock_code) that i use to search for the row on the screen. <?php include "dbaccess.php"; $stock_code=$_POST["txtStock"]; // Insert the required SQL query here. $query = "SELECT STOCK_CODE … | |
First time posting, this seems like a wonderful community. Okay, so I'm new to C++ (mostly worked with java) and I'm trying to write a program that will read in a plain text file (a short paragraph) and take and place each word in the text file and place it … | |
be posted here my appologies dramas with my registry or system files ? #1 4 Minutes Ago | Add to justoni's Reputation | Flag Bad Post hi guys i need help, i get an error message when ever i open my documents its says that windows has to cloase because … | |
hello, I need to retreive data from excel files into data structure in c++ using vs2005. can someone please help me at least to define the connection string? thank's in advance Lior | |
Hi, I am bound to use VCF15.ocx and need to set printer programmatically. According to the help file it can be done via PrintDevMode property, but there isn't any *working* example available. Any ideas? Thanks! PrintDevMode Property Member of: F1Book, F1BookView Remarks The DEVMODE data structure contains information about the … | |
I have a quick question that is been bugging me. [CODE]void swap(void *a, void *b) { void *tmp; tmp = a; a = b; b = tmp; }[/CODE] I wrote this intending it to be either able to swap a structure, or just the data defined within a structure. Will … | |
Hi All, Quick question... I have a structure for a specific type of vector: struct SParticle { float Position; float Velocity; float FcnVal; float LocalBest; float LocalBestVal; } But now I need to define 30 objects for this structure. Is there an easy way for doing this or should I … | |
I am able to connect to the database and located the table. I am unable to populate the db. Attached is a in image of the phpmyadmin trucks table structure. Please help. I am excited to be so close to getting it right. [CODE] echo '<blockquote><blockquote><blockquote>'; echo '<form method="post" action="/inventory/">'; … | |
I am creating a book database using C++. I am using a book structure which contains all the information for each book that I create. The problem I am having is that I want to be able to search the file I am printing the books to for a specific … | |
I haven't been on the forums for over like 20 days because I have been busy with things, and then my internet died. Not that anyone cared, but I'm just saying this so Vmane won't think that I just copied his code solution and ran away if he stumbled upon … | |
In this work you will materialise a algorithm that solves the problem of Stable Marriage. In this problem we aim at "n" men and "n" women and our goal is the contracting of constant marriages between men and women. Obviously each man can be wedded only one woman and one … | |
Hi everyone, I have a little red circle with a white x in my taskbar that causes pop ups that tell me how my pc is infected with spyware and needs the latest software etc etc. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 16:10:42, on 05/05/2008 Platform: Windows … | |
I'm the systems engineer for a company with just under 400 workstations. We run Novell NetWare 6.5 as our NOS, with some additional Windows 2000 and 2003 servers to run Windows specific netware applications. Our desktop is Windows XP Pro. We have our own Windows update server and update the … | |
Hi all, I would need your expertise/advice on the problem I encounter right now when I tried to parse in the contents of .csv file. Here is the scenario: 1) I have csv file with the possible entries as follow: ProjCat,RefNum,ProjTitle,MemberName,ProjDeadline,ProjGrade --> Header I,0001,"Medical Research in XXX Field,2007","Gary,Susan",20.05.07,80 R,0023,Grid Computing … | |
Hi there and thanks for everything first of all, I borrowed my friends hard drive (tower for the computer) I'm using my own keyboard and monitor, after 1 day of alot of internet usage I turned the computer back on and have benn inundated with all kinds of alerts saying … | |
Detail About Recursion and its Type Here I am going to give a detail about Recursion in C++. Definition: Recursion is the process where a function is called itself but stack frame will be out of limit because function call will be infinite times. So a termination condition is mandatory … | |
Hello all! I am trying to create a form like structure using Swing to enter data into MySQL database. I have a combo box that has a list of items to be chosen. If the user does not find the option that he needs, he can choose 'Other' as an … | |
okay i'm working on a very complicated problem (for me anyway) and i know i'm missing something somewhere. i need to be able to store data into an array but i don't want it looping right off. this is the structure for the data i need and my function headers. … | |
BACKGROUND Your company is writing software for a new networking device and you have the task of managing the DNS storage and retrieval. DNS must translate between an Internet IP address such as 74.125.19.99 and the URI (in this case [url]www.google.com)[/url]. The networking device is not available so the code … | |
The problem is that i need to save in simple way the array of structure: [ICODE]struct gydytojas { int gydid, amzius, specialyb, telefonas, asmkod; String vardas[25]; String pavarde[35]; String adresas[50]; }; gydytojas gydmas[100];[/ICODE] This is the struct & array. Code: [ICODE]gydytojas pgyd; pgyd.vardas[25]=Edit21->Text; pgyd.pavarde[35]=Edit22->Text; pgyd.adresas[50]=Edit24->Text; pgyd.asmkod=StrToInt(Edit23->Text); pgyd.amzius=StrToInt(Edit27->Text); pgyd.gydid=StrToInt(Edit26->Text); pgyd.telefonas=StrToInt(Edit25->Text); pgyd.specialyb=ComboBox5->ItemIndex; … | |
i have to write an image processing program that can invert, blur, sharpen, threshold, and then resave an image. here is what i have so far: [code=c] //---------------------------------------------------------------------- // SECTION 1: Preprocessor Commands //---------------------------------------------------------------------- // Include Win32 API Libraries (headers) #include <windows.h> #include <windowsx.h> #include <commctrl.h> #include <string.h> #include <stdio.h> … | |
I'm creating a file that will only be on my local machine, for personal use. To make sure my kids don't enter data (or delete it) I want to do a simple password protection feature. I basically just want, when a button is pressed, a box to pop up with … | |
Hi everybody, I'm working on project to my tutorial, it's called Library and basically it's reading data from text file and inserting it in structure. Output part is String Grid. It should be able to sort books alphabetically, add and delete books manualy etc. I'm using Borland C++ Turbo. Here … | |
Below is code that I'm using that essentially creates fake *.avi files and puts them in a directory structure so that they can be later added into a database. The whole purpose of this is to be able to index the files without the risk of screwing up the originals. … | |
Hi all, I m doing one c program for serial communication.In that i want to send request to one hardware module, after receiving my request that h/w send me one frame with predefined format. CPP / C++ / C Code: [code] /* Program SERIALCOMMUNICATION.C is used for PC to PC … | |
hello, i have similar problem. I can't do anything to my desktop and in addition there is a flash object o it that wont dissaper. Here is a hijackthis log file, please help. Logfile of HijackThis v1.99.1 Scan saved at 11:04:32 PM, on 4/30/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) … |
The End.