3,974 Topics
![]() | |
heyy... i need to analyse diffrent text(strings) inputs... and there is no pattern between the inputs... i have a question in my school...i need to do like a little storage with char**...and each time i get a string i need to input it into the char**, if the char** gets … | |
pci info: pentium 4 old dvd player(IDE) acer Sa80 | |
after deleting oem partition on Dell computer,using Diskpart and "delete partition override handle".The space on the hard drive has now diappeared,it can't be seen by or is not seen by Diskpart,Bios or windows management consul.Any ideas how I can access this space and use it | |
Hey Peeps....... I want help regarding aol instant messenger mail client. i have got its password storage location. it stores it in registry as like this: Hkey_current_user/software/america online/aol instant messenger/users/login I want to know that how this mail client decode its password from this file. Do you have any knowledge … | |
Hello.. I am making a program where i use an sql database to storage user information, but i cant figure out how to add a new record that actually stays in the database, i have found some different codes but they only add the record "locally", so when i close … | |
Hey Peeps....... I want help regarding CORE FTP( File Transfer Protocol) Client. i have got its password storage location. it stores it in registry as like this: [B]Hkey_current_user/software/ftpware/coreftp/sites[/B] I want to know that how this FTP encode its password in this file. Do you have any knowledge of its working...any … | |
Hello Guys, I need someone's help please. I just recently started to learn MYSQL and am a complete novice. I learned a few things from here and there but it's still not enough for me to complete my ("they called it a basic simple task" ) new project. The project … | |
hi, i found this site by accident and am giving it a go for some help needed. I am new to linux and am using Debian Lenny at the moment. I am finding that a lot of my tasks can be made a lot simpler and quicker if i just … | |
I'm supposed to allow the user to draw shapes based on their combobox choices (eg. line, rectangle, circle), colour, fill state, etc. However, nothing is showing up. Model class: [CODE]import java.awt.Color; import java.awt.Graphics; import javax.swing.JPanel; import javax.swing.JLabel; import javax.swing.JOptionPane; import java.awt.event.MouseAdapter; import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; import java.awt.event.MouseEvent; public class DrawPanel … | |
For some unknown reason my DVD-RW drive is now invisible in My Computer, and the Device Manager tells me that the drivers are either corrupted or damaged. I have searched for about the last 30 minutes looking for the drivers I need, but I can't frickin' find 'em! lol Here … | |
Hi, I'm planning to build a file server (Linux NFS) and would be interested in some advice from anyone who has done so recently. It needs to hold 6 disks (RAID5), cost as little as possible and consume little power. I was thinking to get a Pineview Atom based mobo … | |
Hi This is the summary (by Everest Home Edition) of my desktop Compaq Presario SR 1720IL [QUOTE]Field Value Computer Operating System Microsoft Windows XP Professional OS Service Pack Service Pack 3 DirectX 4.09.00.0904 (DirectX 9.0c) Computer Name User Name Motherboard CPU Type Intel Pentium 4 516, 2933 MHz (22 x … | |
Each of the two food stores, A and B, of the same company has a list of products that are available in its stock. We assume that the standard input contains NA records for food store A and NB records for food store B. Each record describes the code of … | |
In c++ pre and post operator are used with variables where one need to just increment or decrement value by 1.For incrementing value ++ operator can be used and for decrementing -- operator can be used. Its use is very simple one can easily say ++i or i++, to increment … | |
This is the code i have for my stack program: public class MyStack { private int top; private int[] store; Stack(int capacity) { if (capacity <= 0) throw new IllegalArgumentException("Stack's capacity must be positive"); store = new int[capacity]; top = -1; } void push(int value) { if (top == store.length) … | |
I have been working on a project in Intel assembly until I hit a bump and I can't seem to get myself out of a hole. I realize that this is homework, and I don't expect anyone to do my work for me. However, a little help would definitely be … | |
I am working on an assignment which is a container class that uses an array to hold strings. We must use dynamic memory, and can only use cstring class functions, no objects can be strings. So we must use char arrays. Anyways my problem is that whenever i run my … | |
Working on my pacman project I have come across something strange. Im using the outline font method from NeHe and have used the code from there for text printing. When I copied it to my main method and texted it worked fine. But a lot of my objects need to … | |
Hi, my housemate and I share the same laptop, and he clicked on one of those fake notications on facebook saying someone likes or has commmented on your picture. We've both changed our passwords on most things, and I ran a full scan with kaspersky which picked up this (copied … | |
Have an old Dell DVD drive from a laptop [Model DS-R2102] Would like to use it for a spare external drive. There is the connector port in the back that was meant to join to the circuitry in the drive bay. Is there some adapter cable that would allow power/data … | |
Hello, I'm writing a c++ code that reads a wav file and stores read values to a 1D array of integers. After doing some manipulation, I am able to write the values of the array to a new output wav. I use libsndfile library to do the reading and writing … | |
I am having a small bit of trouble with a certain program. Here's the program requires. The program developed in Chapter 8 sent data to an external, sequential data named payment11192007 (or payment plus the system date for your computer). It opened a connection to the DataOutputStream and used the … | |
Hello people, I'm having a problem on a optiplex gx260 It has 2 hard drives, one has windows xp one has windows 7 Neither of them matter though because they can't be seen.. I boot up and after the Dell logo, it beeps and says that either one or both … | |
Hello everyone :) I have a serious problem with my SATA drive. Yesterday I changed almost everyhting in my comp: motherboard, CPU, RAM and graphic card. I only kept my 2 HDDs, one IDE 40GB (on which I have system) and one SATA 250GB (precious data). They were both working … | |
Will the instructions you provided earlier work on the XP version of the "XP Antispyware 2010" malware, [B]crunchie[/B]? I'm helping a family member who got hit with basically the same malware. I followed your instructions and after the two scans and got the following MBAM and and OTL logs: [B]MBAM[/B] … | |
I'M wanting to get a new computer, not a typical computer from Wal-Mart or BestBuy. I want to run Linux, Windows 7, and Windows 98. Since this will be a desktop I can add new hard drives as I see fit, but here's my question. What's the best way to … | |
i am trying to simulate an alert for transaction being done on a bank account as my project but the person i asked to help me told me that using flexcube all i need is to execute the code below it would create a table OUTMESG which my own code. … | |
How to store some strings at the client side for firefox, chrome & IE? This code works on firefox & chrome but does not work on IE - no alert window appears. [CODE] var key = "localorder"; localStorage.setItem(key, 'asc'); alert('localorder ' + localStorage.getItem(key)); [/CODE] This code does not work on … | |
Hey all, Have a couple of problems that I hope someone can help me with. Got the infamous Redirect problem, where you search google, click on one of the results, and it goes somewhere else totally. I have to click back to google and click on the link again to … | |
Memo.h: [CODE=cpp] #ifndef _MEMO_H #define _MEMO_H #include <stdlib.h> #include <string> #include <typeinfo> #include <iostream> #include "Date.h" #include <map> #include <vector> using namespace std; class Memo { public: map<Date, vector<string> > Appointment; //void delMemo(int x); void addMemo(Date myDate,string x); }; #endif /* _MEMO_H * [/CODE] Memo.cc [CODE=cpp] #include <stdlib.h> #include <string> … | |
Hi! This is my first post here. I have this problem, IE7 opens automatically showing ads and sites saying "You've won...". I also have other web browsers- mozilla, safari and google chrome. I tried to open IE7. It opens then closes right away. Then I can't open mozilla. Nothing happens … | |
Hi, I would like to declare function with calling convention. But getting following errors on CentOS 4.7 with GCC 3.4.6 test.c:3: error: syntax error before "display" test.c:3: warning: data definition has no type or storage class test.c:12: error: conflicting types for 'display' test.c:3: error: previous declaration of 'display' was here … | |
I know *what* the problem is, I'm just not sure how to proceed... Here's the code I have so far: [CODE]void BinarySearchTree::writeIteratively(ostream& outfile) const { TemplateStack<Node*> stack; // this is to set up the actual stack Node* current = root; while (current != 0 || !stack.isEmpty()) { // here is … | |
I have written a program for the Game of Life in OpenMP with C. But the execution time is increasing with the number of threads. Can you please help me with where I am wrong? [CODE]#include<stdio.h> #include<stdlib.h> #include <malloc.h> #include <math.h> #include <sys/time.h> #include<omp.h> #define ALIVE 1 #define DEAD 0 … | |
I recently purchased a used portable 500gb Buffalo Metro HDD. I attempted to access it and found it had a password on it. I contacted the seller and they don't have it on record. I was wondering if there was any way to reset the password so that I can … | |
I need some help please to recover a lost wav file on a Digital Voice Recorder that doubles as a 2 Gbt USB formatted using FAT 32. I was the only one recording an important international conference at a local university. Unfortunately on the last 90 minute recording (expected 20 … | |
Hi all, I think this is a pretty minor problem, considering that I bought my laptop only a few days ago and haven't really downloaded a lot (only programs that I trust) or visited many websites. Basically, everytime I run Spyware Terminator, it tells me that there is a critical … | |
I have a 200GB Hard Drive on my laptop. Recently, I've had lots of weird problems with BSODs (I never got them before), and restarts. Ever since then, I've been getting the "Your hard drive has a problem" dialog.So I cleaned my registry, reinstalled windows, ran chkdsk, but still the … | |
My laptop will not turn on completely. It powers up but I keep getting this message. IDE #0 Error Intel UNDI, PXE-2.1 (build 082) Copyright (C) 1997-2000 Intel Corporation For Realtek RTL8139(X)/8130/810X PCI Fast Ethernet Controller v2.13(021015) PXE-E61: Media Test Failure, Check cable PXE-Mof : Exiting PXE Rom Insert System … | |
I have a 360G ext hard drive which I formatted, partitioned and used to backup both my laptop and desktop aabout a week ago. Now when I plug it in to my same laptop or desktop, neither of them seem to see the drive--tho the laptop makes a sound when … | |
I am currently using a 150gb hardrive i went and got a 500gb hardrive to give me more space i have plugged it in, but when i go to my computer it just isn't there. | |
My Secondary hard drive has disapeared. I can see the drive on Disk Management but it isnt listed under "My Computer" so i thought i would check to see if was showing up a under Disk Management and it shows but the drive states "UNALLOCATED" it also shows up in … | |
My computer has crashed again!! (for the 3rd time!!) and it says "BOOT DISK ERROR PLEASE INSERT SYSTEM DISK" which I have done...Windows XP....Now its sayin it cant set it up,as it cant find the drivers!!!...help me PLEASE! I'm gonna throw it thru the window soon ! If anyone can … | |
Juniper Networks announced general availability of Juniper Networks [URL="http://www.itvarnews.net/news/10432/Juniper-Networks-Announces-Ethernet-Switches-For-Campus-Networks.html"]EX2200 Ethernet Switches[/URL], which offers cost-effective-performance solution for supporting today's converged network access. | |
I have a 3x3 matrix with values: (0,0)=3 (1,1)=4 (2,0)=2.4 the rest of the values are zero and the code: [CODE]#include <iostream> using namespace std; class sMatrix { public: sMatrix(); sMatrix(int,int); int getR(); int getC(); bool rValid(int); bool cValid(int); void setEl(int,int,double); double getEl(int i,int j); void print(); private: int nr, … | |
From a forum I downloaded R.A.D.: Robot Alchemic Drive. The file is a .bin and when converted the screen is in black and white. Ok, all normal there as it's still NSTC. However, I then went from scratch and converted it to PAL and the screen was misaligned. So I … | |
Hi folks - I think I'm almost there... I have files with data in this format: ID1 ID2 Dist 1 a 50 2 b 20 3 c 10 2 c 100 4 c 80 4 a 70 1 a 90 2 a 34 3 b 5 2 b 6 1 … | |
![]() | I have run into a problem. I have many video files (not from DVD, so no, nothing illegal) and as you all know they take up much, much space. Plus many photos, music etc. The problem I have run into now is that I have a 2 bay enclosure that … |
Hi, My project modules are organized in such a way that I have to maintain following Database structure. I've 5 schemas, each containing 20 to 50 tables. Each schema is accosiated with one module of the project. All the tables that are used within more than one modules are kept … |
The End.