7,713 Topics

Member Avatar for
Member Avatar for wangstarr

Hi, I'm supposed to create a program that does the following: A corporation has six divisions, each responsible for sales to different geographic locations. Design a divsales class that keeps the sales data for a division, with the following members: an array with four elements holding four quarters of sales …

Member Avatar for jwenting
0
567
Member Avatar for nelsonca

Hi, everyone I am new to asp.net and just installed asp.net in my computer(on windows xp pro sp1). but when i created a asp file and requested in a browser, it couldn't run properly. here is the code: <html> <body> <h1> The date is <% Response.Write(DateTime.Now.ToLongDateString()) %> </h1> </body> </html> …

Member Avatar for latinboy192001@
0
236
Member Avatar for ladorn45

I have a laptop with a busted screen that is 14.1 in i was wondering if i used the same size Lcd will any work or do i have to use the same screen that came with my laptop.

0
78
Member Avatar for DougB

Hi, I just upgraded video cards from a nvidia geforce3 ti 200 to a sapphire radeon 9600xt. All of my old games run much nicer but Max Payne 2 won't run at all. It used to run fine on my old card but now all I get is a message …

Member Avatar for Catweazle
0
721
Member Avatar for lilpil02

Hello everyone! I sure wish I would have known about this place befroe now, it would have saved some long nights. I am having probems with arrays. The situation is this read all the lines from a file and store it into an array. Once you do this, you have …

Member Avatar for lilpil02
0
173
Member Avatar for hkb

hi, i'm working on an assignment for school, and i'm having a lot of problems when i try to compile it. one of the errors is about changing the functions into arrays and getting an error about pointers, and another is trying to get the right info to the right …

Member Avatar for Dave Sinkula
0
113
Member Avatar for dncloud

How can I write a program that will read as input two strings and display the word true if the strings are the same and false otherwise. In this activity, two strings are the same if they contain exactly the same characters in the same order (i.e. 'A' and 'a' …

Member Avatar for jwenting
0
137
Member Avatar for Zachery

I loaded up HL2 yesterday for the first time to test my system and see how well it would run, I was insanely suprised to findout that my 8500 plays the game, not only does it play it but i rarely see any lag and of course im not trying …

Member Avatar for ockaho
0
93
Member Avatar for dontcare

This program displays the information of an input file containing dates and strings, the output is in the following form On day, January 1, 1800 The first day begins. [number of days since 1/1/1800; (1)]. My problem is implementing a correct switch statement to display the Day of the week. …

Member Avatar for dontcare
0
113
Member Avatar for rcrevolution

but isnt the 6800Ultra a way better video card, and Nvidia will make it PCi-e if they haven't already.

Member Avatar for JonnyBlazexx
0
120
Member Avatar for gencor45

Im a beginner to VB.net and im trying to code for a search button which will compare a string from a textbox to a combo box list? Here is what Im instructed to do: [SIZE=1]The Search button will look for the phrases containing the phrase the user has specified in …

Member Avatar for neb
0
89
Member Avatar for oafp

I have a motherboard Intel 875PBZ model 303, a P4 3.20E Ghz(Prescott) 1M cache, 1 Gb ram memorie Kingston KHX 3200 DDR 400, and a Antec True Power 480 w, but I bought a BFGTech GeForce 6800 GT OC graphic card that never works, so I send the graphic card …

Member Avatar for suRoot
0
98
Member Avatar for Peutch

Hi everyone, I would like to redirect my images to a php page so they'd be nicely displayed and I could track their frequentation. Let's say my display page is called [B]openpic.php[/B] The problem is, if I put an htaccess simple RewriteRule, all images will be subject to redirection, including …

0
143
Member Avatar for boujibabe

I have this assignment that requires a program that will initialize an array of charcters to ABCDE and allow you to shift in a circular fashion, those characters to the right any number of places you specify.The shifting shoud be done in the `functino shift()` but all printouts should be …

Member Avatar for boujibabe
-1
205
Member Avatar for C++fusedKat

I am having several issues, besides figuring out how to word this request. [INDENT]1. Trying to integrate some sort of looping to increment class object. 2. Properly declaring #1 3. The use of Static member function to Subtotal and Total data. 4. ? What ever is messed up.[/INDENT] [CODE]#include <iostream> …

0
77
Member Avatar for rbm

Help... I tryed to install a ATI Xtasy 9200 se video caed in my computer. XP picks it up but it gives me CODE 10 ERROR. I have disabled ans uninstalled the onboard video. I have an Emachines T2796. Thank you.

0
108
Member Avatar for anderton

The program to be done; > Team Wins Losses Ties PF PA +/- > Blue 0 0 0 0 0 0 > White 0 0 0 0 0 0 > Red 0 0 0 0 0 0 > Black 0 0 0 0 0 0 > Green 0 0 0 …

Member Avatar for jwenting
-1
79
Member Avatar for Manny805

Theres a program call Redline that came with my ATI RADEON 9600 But i lost the cd i cant find it on the net i was wondering if theres some one on this board that might have it or knows of diff programs the can overclock my video card.

0
88
Member Avatar for Der_sed

the question is to be solved using loops,decisions and arrays!! QUESTION: [B]Statement of question: “AIRLINE RESERVATION" Write a program to assign seats on a 10-seater plane. Your program should first ask a user to enter 1 for First Class and 2 for Economy class. First 5 seats are economy and …

Member Avatar for Der_sed
0
221
Member Avatar for moderate_rock48

I am currently looking to upgrade my computer in the way of video enhancement. I am looking at the nVIDIA GEFORCE 6800 GT, I am aware of the price and am willing to pay up to $400, The thing i need to know is which one is compatible with my …

Member Avatar for moderate_rock48
0
100
Member Avatar for mintran

Hello my friends I am running windows xp pro. lately, I can not open my internet page. When I triied to load my homepage (Google), it opened but the page turn blank. If I tried to load other page from my favorite, it open the "can not display" page. Please …

Member Avatar for caperjack
0
154
Member Avatar for rcrevolution

Hi, my laptop has a FX5200Go video card, I was wonder will the new Nvidia drivers for the Fx's work on my card, or is the moblile technology a different set of drivers?

Member Avatar for Catweazle
0
141
Member Avatar for happyfish

I have a packard bell iPower laptop. I have been watching a fair few dvds on it lately (idont know if that matters ) all of a sudden copmuter shut down, then when I restarted it ther was nothing not even a flicker fan runs all the time. tried safe …

0
81
Member Avatar for mcclth

I am working on a program which creates an arraylist containg all of the cards in a 52 card deck and then randomly selects 20 of them. I would like to have the program display the images of the cards, but I lack knowledge and resoursces to figure out how …

0
63
Member Avatar for cdt1983

Hi. I just ordered a video card from tigerdirect that has an interface speed of 8x, core clock of 275Mhz, memory clock of 500Mhz. I am now concerned that my computer won't support it. I downloaded PC wizard 2004 and it tells me that my AGP slot is version 2.0, …

Member Avatar for Coconut Monkey
0
350
Member Avatar for Neal.Rideout

OK, I just want some advice on two things. 1) Does anyone know how to hook up multiple monitors? As in; if I have two of them set up, and move my mouse to the edge of one it moves to the other monitor. I just wanna know if all …

Member Avatar for alc6379
0
82
Member Avatar for dhasik

I am trying to install some new components on a used PIII computer for a friend and my dilemma is that after I installed the new hard drive and moved the existing old drive to the slave, when I boot the machine, the monitor, the mouse, and the keyboard do …

0
70
Member Avatar for mellinda

hya,hope all of ya are orite. i am working on a project for wireless networking, that is my program must be able to detect as well as connect to any available network within the range of my laptop. Once connected, i must be able to display all facilities on the …

Member Avatar for bentkey
0
81
Member Avatar for knucklehead

I need help with my homework assignment. The assignments asks to enter a list of double values with the maxium to be entered is 50. I need to print out the list entered and find the largest and smallest values entered by the user. This is what I have but …

Member Avatar for Chainsaw
-1
147
Member Avatar for rhino1616

Hi, I have a Win XP 1.1hertz 512 ram with 40 gig hardrive. A few days ago I installed an additional 80 gig Maxtor drive, & everything had been working perfectly for a few days, but today I opened explorer to navagate to some files & it didnt display my …

Member Avatar for caperjack
0
157
Member Avatar for Danniboy

hi all, got 2 massive 20" screens from a friend and they need me to buy em an adapter to work with standard graphics cards rather than with an apple computer with annoyingly different graphics hardware, wot type of adapter is it i need? how do i find out? the …

Member Avatar for DMR
0
230
Member Avatar for rwlea

Some how while changing themes I must have deleted the xp theme. Now my screen is black, all I can see are icons and web pages. I can't install another theme because I can't see the display dialog box. I'm guessing blind, I have been abel to connect to the …

Member Avatar for rwlea
0
131
Member Avatar for missy

how do you convert to binary. i have to write a program that will prompt the user to enter an unlimited(user defined) number positive intergers, the program will convert each positive interger(base 10 value) into its equivalent binary representation and displat each conversation. to exit the program, the user is …

Member Avatar for Narue
0
117
Member Avatar for DARCENEAUX

Here is my log: I think! Ads 234 is absolutely driving me insane. Please help! Logfile of HijackThis v1.98.2 Scan saved at 1:47:53 PM, on 11/15/2004 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) 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\spoolsv.exe C:\Program Files\Netropa\Multimedia Keyboard\nhksrv.exe C:\Program …

Member Avatar for crunchie
0
224
Member Avatar for missy

i am a beginner, and i have 4 questions but i will only ask 2, 1. i have an assignement that says, write a program that will display one of three user-selected shapes, ('T'=triangle, 'D'=diamond, or 'R'=rectangle and 'X' to terminate). using a switch statement. please help me with the …

Member Avatar for frrossk
0
296
Member Avatar for vexer007

Hi Peeps, I am new to this forum, I am trying to create a weblog to allow users who are registered in a database I create in Access to create a blog entry which will be displayed on the screen to every one. I have created the database i Access …

Member Avatar for paradox814
0
96
Member Avatar for Ellio7

Right, iv'e been stressing over this for the past couple of days. The lowdown is my Broadband connection connects fine, i can ping the dns server recieving 4 packets, so there is a connection. The problem is that IE6 wont loud any pages "cannot display..." also my games wont work …

Member Avatar for Ellio7
0
108
Member Avatar for hurdy011

the code that is attached it what i have done so far but dont seem to be able to get the test file to get it to display the informationthe code i have is shown below import java.io.*; import java.util.*; public class league{ private static final int MAX_TEAMS = 50; …

Member Avatar for hurdy011
0
109
Member Avatar for missy

Write a program that will prompt a user to enter an integer between 2 and 999, inclusive. As output, the program will display all prime integers between 2 and the user-input value. This program will use a process of “cancellation

Member Avatar for Narue
0
145
Member Avatar for Athon800mhz

Hi, I have an Athon 800 mhz processor with spacewalker AI61 Cpu pnp mainboard (motherboard) and western digital 60 ghz 54 rpm (?). for awhile, my harddrive was giving me problems. I had the HDD for at least 2 or 3 years. It had WinME for a while, then installed …

Member Avatar for alc6379
0
97
Member Avatar for mookie5381

I've been infected with something for far too long, and AdAware/SpyBot (which were both reccomended by my IT guy at work) have done little to nothing to solve it. Please help!!!! Logfile of HijackThis v1.98.2 Scan saved at 9:32:27 AM, on 11/14/04 Platform: Windows 98 SE (Win9x 4.10.2222A) MSIE: Internet …

Member Avatar for DMR
0
245
Member Avatar for mendrif

I'm not sure how to get started with this. Here's the assignment and what i've done so far, but I'm not sure if i'm going the right direction with this. The assignment says to have the user enter input one character at a time. That means one letter or space …

Member Avatar for mendrif
0
169
Member Avatar for old lady

I've written programs for averaging lists of exam grades but throwing in the percent is throwing me for a loop. I don't know how to handle this information. Any help will be greatly appreciated. > //Write a program that asks the user to enter a student's midterm > //and final …

Member Avatar for jwenting
0
164
Member Avatar for Der_sed

the typical question which ask user to display THIS * ** *** **** ***** ****** ******* ******** ********* ********** using a single cout<<"*" & cout " " with the help of [B]for loops ONLY[/B]. :) ive come to this this prgram but can anyone tell me where i am going …

Member Avatar for Der_sed
0
113
Member Avatar for Kamex
Member Avatar for schmackh

I would like to attemp to replace the lcd screen in my brothers compaq 700 laptop. i dont think it will be hard but what is the easiest way to do this and what are some tips for me. this will be my first time taking apart and working on …

0
84
Member Avatar for catladi

After loading RegAnalizer I deleted something under software and now Windows 98 is messed up and will not respond or load. Display messed up it wants to check for new hardware but then it stops working. Help me please.

Member Avatar for thepom11
0
212
Member Avatar for Jessicaal2004

The program I'm writing has an opening screen explaining what it does. I need to display the square root symbol to show the equation the program is using and I have no idea how to. Could someone explain how to

Member Avatar for Narue
0
90
Member Avatar for NiTeHaWk4787

Recently (about a month or two ago) my monitor blinks very rapidly whenever im viewing a white screen for the first 5 or so minutes that the monitor is on. If I view a white screen the screen flashes black and then back to what im viewing etc. I leave …

Member Avatar for NiTeHaWk4787
0
141
Member Avatar for anne117

Hello, I'm using windows 98. After about 45 minutes or so my explorer freezes and gives dns errors. However my connection is still up, and all my other applications work fine. here is a hijackthis log -- can someone please help me and see if anything is wrong? Logfile of …

Member Avatar for crunchie
0
173

The End.