Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~13.0K People Reached
Member Avatar for Prabhanjan95

Hey guys.... M new to this forum... I have a compaq presario c700 notebook which is quite old..... when i press the power button the led lights turns on..i can here the fans spinning sometimes after 4-5 seconds the system turns off....and i switch it on again...the display remains black …

Member Avatar for Suraj_12
0
2K
Member Avatar for henpecked1

Esteemed folks of Daniweb, I find myself in a small quandry. I am part of a test organization working to test a piece of software that the developer does not feel needs the level of test we provide. My issue is this: As we all know, if you change code …

Member Avatar for SalmiSoft
0
98
Member Avatar for Tyra

Hi I need help to draw a circle using c++. I have never used any programming before and have to do computer science to become a Maths Teacher. My first task is to write a program to draw a circle with the user inputing two x,y coordinates and the centre …

Member Avatar for CarminPolitano
0
233
Member Avatar for BruceSmith

Have you ever given a thought about installing three different type of Operating System on a single computer? Not Yet! Hmm... This sounds scary and too complex right? But You're Totally wrong! Its as simple as Install two Windows Based OS on one computer... Believe Me! Still Don't Believe Me? …

Member Avatar for Tannus
0
447
Member Avatar for henpecked1

I'm looking for a line (or more) of VBA that would tell me how to set the "required" property of a field to "No" instead of "Yes" Just so you have the context, I'm helping someone write a module that imports data into an Access database. Of course, sometimes a …

Member Avatar for henpecked1
0
182
Member Avatar for Dragennd

I am in the process of building a new computer to replace my 7 year old Compaq. I've never actually built a computer before so I wanna make sure that my parts are compatible. According to a friend of mine the processor I've picked (with due research) is a newer …

Member Avatar for Dragennd
0
250
Member Avatar for henpecked1

Good morning folks...I have a pseudo concept question. I have a trio of unix text files that I need to load into an Access database, and then do a comparison for matches (knowing one field will never match). My original idea was to create a VB application to parse the …

Member Avatar for hkdani
0
112
Member Avatar for emcyroyale

Hello Everyone, Recently my hp pavilion dv7 laptop's battery died, so I've been running it with just the charger. It worked for awhile but when I unplugged it from the charger and tried to connect it again, after a few days of keeping it connected, it wouldn't send a charge. …

Member Avatar for henpecked1
0
154
Member Avatar for programer25

I have a dell inspiron 1526, when you turn it on you can hear the fans going and the lights will all flash one time like on regular start up then then 9 lock stays solid lit and the A lock and down arrow lock flash... Ive also noticed that …

Member Avatar for henpecked1
0
193
Member Avatar for tomcruise3230

All I would like to know is that if all parts are compatible with each other and will not conflict with each other: CPU Intel Core i5-2500K Sandy Bridge $220 [url=http://www.newegg.com/Product/Product.aspx?Item=N82E16819115072]Newegg.com - Intel Core i5-2500K Sandy Bridge 3.3GHz (3.7GHz Turbo Boost) 4 x 256KB L2 Cache 6MB L3 Cache LGA …

Member Avatar for henpecked1
0
183
Member Avatar for Merrikii

Intel D845GRG MB 2 GB Ram 2.4 Ghz Pentium 4 nVidia 6200 PCI Hi all, I realize this computer is really old. Obsolete even, but I am trying to cluster. (I have other older computers too.) I bought a 2.8 Ghz Pentium 4 Prescott, 533 Mhz, 1Mb Cache. The 845GRG …

Member Avatar for henpecked1
0
157
Member Avatar for henpecked1

I'm not sure how to ask this and I'll probably sound a little stupid, but bear with me. How does a "membership" website store member data? Is it done with a database? Does it store the information in a flat file as pages that can be edited later? I see …

Member Avatar for almostbob
0
150
Member Avatar for henpecked1

I'm doing a lab where I must use three sorting methods, then merge sort the three arrays. While separating the larger array, I'm getting a "run time check error #2 stack around the variable x was corrupted: It does this for y and z as well. I think it is …

Member Avatar for henpecked1
0
138
Member Avatar for nesfrank

Hi there, I just started a course on school for data structures using c++. I program in C# and I have no issues with it hoeever a lot of statement in c++ are new to me. I understand the professor completely when he explains but I am lacking syntax etc. …

Member Avatar for henpecked1
0
113
Member Avatar for henpecked1

How do you delete the front cell of an array in an array based circular queue? Here's the Queue cpp functions [code] #include <iostream> #include <string> #include "Contributor.h" #include "myQueue.h" using namespace std; myQueue::myQueue() { front=0; rear =0; Index=0; size= 0; ArrayQ[10]; } myQueue::myQueue(const myQueue &CCmyQueue) { for(int i=0;i < …

Member Avatar for littlestone
0
149
Member Avatar for phillipeharris

Well I dont know where I am going wrong.... I and trying to do this queue with out the STL I am having issues with my enqueue () How do I get the contritor Info into the enqueue. I am trying to do it as simle as possible and I …

Member Avatar for henpecked1
0
191
Member Avatar for henpecked1

I'm having trouble getting my delete function to work for a singly linked list. If I try to delete anything other than the entire list, it deletes everything up to that node. I know there is something wrong with it, but I can't tell what it is. I would like …

Member Avatar for henpecked1
0
175
Member Avatar for phillipeharris

well I am back with the code agin. I am trying to print the whole queueu. I can cout the front and rear but I can get the PrintQ() to work.

Member Avatar for henpecked1
0
113
Member Avatar for papuccino1

Hello guys. This is my first post on the site and I think I'll like it here very much. :) I already have the site set as my home page. So here is my dilemma. The program is supposed to do some pretty basic comparisons of two numbers typed in …

Member Avatar for sparty
0
161
Member Avatar for Reg74

Hi anyone. Please help with this seperate compilation. Many thanks ! ================================== //pointerDataClass ;Header file [code=cplusplus] class pointerDataClass { public: void print() const; //Function to output the value of x and //the value of the array p. void setData(); //Function to input data into x and //into the array p. …

Member Avatar for henpecked1
0
204
Member Avatar for henpecked1

Yes folks me again, but if I don't struggle through, I don't learn it. I'm constructing my main (no interactivity at this point), and when I start to declare/create my first object, it doesn't like the string portion of the input and tells me this: error C2664: 'Contributor::Contributor(std::string,double,gender,int)' : cannot …

Member Avatar for ArkM
0
2K
Member Avatar for henpecked1

My professor has assigned a lab that we will later be using to learn how to abuse the various types of data structures. In this first lab he asks for the default constructor, a copy constructor, and an overloaded constructor to accept the appropriate data, which you'll see in a …

Member Avatar for Duoas
0
129
Member Avatar for henpecked1

I'm trying to create a contributor class with one enumerated type. I took the member functions from the header and put them in a cpp, but I get an error for the enumerated type when I try to compile. Is it because I haven't written a code body for that …

Member Avatar for henpecked1
0
103
Member Avatar for henpecked1

This one actually tells me visual studio has a problem and needs to close this code. I'm sure it's in the insert/write section, but I'm not sure what I did wrong. I'll post the rather simple cpp below it. [code] #include <iostream> using namespace std; template <class T> class list …

Member Avatar for henpecked1
0
133
Member Avatar for henpecked1

If you grab this code and run it, you'll see what I mean. The second half doesn't run, and when I can get it to run, it's all completely wrong. I'm trying, but I'm tired and just want to get it done...lol. The encrypt and decrypt are a separate cpp …

Member Avatar for henpecked1
0
108
Member Avatar for henpecked1

If this is the original class: [code] class StorageBin { public: StorageBin(); ~StorageBin(); void PutInBin( int Item, int Location); int ReturnFromBin (int Location); bool FindInBin(int Item); void DisplayBin(); private: int *pBin; int NumberInBin; int BinSize; }; [/code] Would this be the correct conversion to make it a template? [code] Template …

Member Avatar for Alex Edwards
0
214
Member Avatar for henpecked1

When I'm opening a file, is it the file that is text or binary or is it the stream that can be text or binary? Also, when I close a file is that when the stream object is destroyed?

Member Avatar for Ancient Dragon
0
125
Member Avatar for henpecked1

I'm being asked to make my default constructor "interactive" by having it prompt for an input and store the three phone number pieces you see below. They are strings, and they get called for display in main with the telnumber yournumber piece of main. How would one do that? [code] …

Member Avatar for henpecked1
0
130
Member Avatar for henpecked1

I have the function below in three base classes, one base, then one derived, and another derived from the second. I'm getting external resolution errors when I try to build it. [code] virtual void printtostream(ostream& out); //Since it is a virtual function the above was not defined in any of …

Member Avatar for henpecked1
0
124
Member Avatar for henpecked1

I have a "two stage" inheritance piece I'm writing. The overall class is telnumber, the worknumber is derived from telnumber, and billnumber is derived from worknumber. The problem is in in my billnumber.cpp. In the main there are two lines referring to the billnumber class with only 4 parameters, and …

Member Avatar for henpecked1
0
166