7,713 Topics
![]() | |
This is my program but i cant get it to calculate my cost These are my calculations: 1) if the color of the car is blue and the cost of the car is less than 1200 add 10% of the cost of the car to the cost of the car … | |
There was some issues with the 9800XT and 9600XT video card models not working with AGp 8x, they would freeze up and run slow. Has that been fixed with the new cataylst 4.9 drivers? because the complaints have died down. | |
OK, I have 6800 graphic card, turn on PC and as soon as fans start spinning PC turns off. I can also hear a small sqeaking type of noise coming from tyhe graphics card. I really need help, can anyone relate to what the cause might be and what could … | |
I need a little help on a simple problem. I am running OSX 10.3.5 How do I get iCal to automatically load up and display on my screen everytime I switch on my Mac without having to click the dock icon? Is there a start-up folder like oS 9 somewhere? … | |
Here is my code. As always I don't understand what beginning asp 3.0 . The book says to do this code, but doesn't explain what vartodaymonth means or varTodayDate = day(now()) means. I am suppose to make two files one html file and in it have the months of the … | |
This is my new program and it is like so killing me I dont understand all those errors I keep getting // Description: This is program 1 of 3 // Display person name, address, calculated and // actual cost of car and color of car 3x. 1 using the For … | |
Alright, if you haven't guessed already, I have began a project. A project in which to build my first gamers PC. Now God knowing, my current job just doesnt pay enough and I cannot get 2 jobs, I am starting a donation for the Xtreme Gamers Donation. I would say … | |
I've written the program out but I'm not sure on how I can get the largest and smallest # to display.. can anyone help? thanks. Write a program with a loop that lets the user enter a series of integers. The user should enter -99 to signal the end of … | |
Hello, I have this code, but it does not work, i everytime i fix one error i get more, i have attached the assignment, and then my work, thanks for any help or pointers in the right direction Write a program to calculate and print out water bills. The rates … | |
Hotmail is working fine for me, but when my mom either replies, forwards, or tries to compose new mail, the bar that usually shows up at the top of the new message where you can choose your font, size, color, etc isn't there. It is just a box with an … | |
how can i make the program display * in password entery i tried [B] while(getch()) { cout<<"*"; } [/B] but it didnt work plz tell me how | |
I am on my son's computer because mine has serious problems... I am running Windows ME and IE 6.......... I keep getting the cannot display page error....... My 56k dial up connects fine but it seems to stop recieving shortly after I connect, it seems to be sending fine...... Usually … | |
Hi, The following code compiles and runs fine from the hard drive but does not compile fine from a floppy disk. It gives me a cannot resolve symbol error for the DataSet dataSet = new DataSet(); line. Any ideas? The program is supposed to except user input for 4 integers … | |
hi, I am trying to create a 2 dimmensional array that reads data from a text file using a buffer reader and tokenizer to separate the information in the text file. As far as using the buffer reader to read from text file it seems to work but when i … | |
Is it possible to make a timer that counts down to a cerrtin day and time also is it possible to make it display some where but not in the way | |
I have to display this prrogram 3 different times using a FOR LOOP but he never showed us how it goes or where it goes I read it in my book and try many different things but nothing works its like it has to display three different people's name and … | |
I am designing a site right now that I need to have links just display information in other frames. I am using the DIV format to make layers I guess and was wondering how I could make a link in on change the content of another. Is this possible? If … | |
hi. i am not very experienced with computers and i was thinking about buying a new graphics card. i have done some research and i have read that the Gainward GeForce FX5600 is quite a good buy. i am hoping to play some new games on my computer, eg Doom … | |
I'm an Avid gamer, and recently I was hoping to see what turning off my Vsync would do for my framerate. I'm currently running a 2.6 ghz p4, 512 RAM and a Radeon 9600xt. Whenever I go into the display properties under the settings tab and attempt to hit the … | |
I want the user to use the four cursors up,down,right,left. i tried to use getch() but it didnt work because the four have the same ASCII code which is 224, so i cant diffrentiate between them plz any one tell me how to make the user use them aam and … | |
Hi, I'm working on a program that will allow the user to input an integer between 1 and 999 and display the numbers as shown by the example of inputing 3 which would result in the output below. 000 001 002 003 I've already written the part of the program … | |
hey guys, i want to overclock my comps vid card and processor. If any of you know how please tell me ... Heres my dxdiag: Is this a good gaming comp? ------------------ System Information ------------------ Time of this report: 9/30/2004, 17:29:37 Machine name: DRAGONFIRE Operating System: Windows XP Home Edition … | |
C++ Help Please!!!!!!!!!!! The Question is: Write a program that asks a user to enter one of the following state abbreviations: NC, SC, GA, FL, or AL. The program should then display the name of the state that cooresponds with the abbreviation entered ( North Carolina, South Carolina, Georgia, Florida, … | |
Ive written all of the code out and it works fine for Am times.....but when i type in a time(in military time) that is after 12 noon, the output still reads AM and not PM. Heres the code that i wrote out if someone could help me see where i … | |
Hello all, I have XP Home SP2. Just recently I decided to attempt to fix an issue that I have been having with my CPU. I have a 2.4 P4 and it has only been running at 1.8. I changed the CPU/DRAM speeds to 133/133 to get it to run … | |
i recently reinstalled my display drivers, because for some reason mt display properties got messed up. anyways, ever since i reinstalled the drivers, the display seems to be darker than it used to be even though i set the brightness and contrast to 100. i dont know what to do … | |
My second. I was told that it is possible to create a button on a vb form that will either print out or display the entire contents of an access table... saved in access97. if this is true how? please :eek: | |
Hi - Although not a serious problem, it is an annoying one seeing as how so many of the emails I receive these days are from friends who have added cutsey things. Is there any reason why OE won't display these .gifs and insists on making them attachments? Thanks for … | |
hey guys, i want to overclock my comps vid card and processor. If any of you know how please tell me ... Heres my dxdiag: Is this a good gaming comp? ------------------ System Information ------------------ Time of this report: 9/30/2004, 17:29:37 Machine name: DRAGONFIRE Operating System: Windows XP Home Edition … | |
C++ - deals with list Assginment given: Consider a slight variation of the pointer-based implementation of the queue ADT. In this variation, the queue uses a circular linked list to represent the items in the queue. You must use only a single tail pointer. Construct the implementation of such queue … | |
Hi, I have to write a program that tests if a number entered is prime or not. I have finished all the code to display input prompts and output message Example: " Enter a number: " - " x is a prime number" - " x is not a prime … | |
hi, i've been surfing around the internet for drivers, tips, help, etc for over a week now trying to get this fixed so far nothing. I have two pcs here's the specs PC#1 p.4 2.8ghz ht asus p4p800-e deluxe mobo msi geforce fx5900xt (driver atm is the latest 61.77 from … | |
Hi, I have written a program that accepts a positive integer as input and determines whether or not the number is prime, it all works accept when a number is prime it should display " x is a prime number " and continue to prompt for user input ( loop … | |
New to C++ programming. I am supposed to write a program that will ask the user if they want to print an ascending or a descending triangle. Based on user input, print the triangle on the screen. Only one cout statment may be used and it has to read: cout … | |
Hi. I'm a new notebook user. I'd like to know that, if I leave my notebook on for more than 8 hours, without going into Standby mode or so, will it cause my display screen to get burnt or something? If I go to Standby or Hibernating mode, I would … | |
Okay here it goes. I suppose this is more of an opinion question than a request for technical support, but if you look at it different I am asking for technical help. I currently have a Radeon 9800 XT. [URL=http://www.ati.com/products/radeon9800/radeon9800pro/index.html]Specs here[/URL] I am looking to upgrade to Radeon X800 XT … | |
I wish to post my HJT log to see if I may have a bug that is causing me to loose my info in my autoexec.bat file. Woul dsome one please check this out. Thanks Firedad Logfile of HijackThis v1.97.7 Scan saved at 9:27:13 PM, on 9/20/04 Platform: Windows 98 … | |
Hello all....I can't seem to figure out why the min value won't display correctly. Could someone please critique my program with out actually giving me the code. I am so happy that I finally got my loop to work! I've been working on this all evening. It is a great … | |
I've been having tremendous problems for several weeks now. My system has slowed to a crawl, it freezes when I run IE (sometimes giving an error message that there was a problem with IE, sometimes not), other times the screen just goes black though the computer is still running and … | |
Hi, I need to write a program that asks for a series of numbers, and when 0 is entered I need it to display the following: the number of integers in the series the average of the integers the largest and smallest integer the difference between the largest and smallest. … | |
Hi everyone, I am new to C++ (2nd week of classes) I wrote this code in c++ for a project and the instructor wants it as a Class instead. I thought they were both almost the same, but I am having a heck of a time getting it to a … | |
Im writing a programme in graphics mode using BGI.I want to get inputs from user and display it on screen,like text mode does.But fuctions such as scanf() cannt work any more.Can anybody give me a solution? | |
Hi All, I am new to Java and need some help with my first assignment: > Assignment 1: Taxation Calculator > Specification > Write a program to calculate the tax of an employee. The program should > prompt for a salary and age, and work out the required tax from … | |
Hi, I am a newcomer to this forum, also new to Java programming. Recently, I am working on GUI design. I have a number a JLabel components put into one single JPanel component. In order to have a full display of all the JLabels, I intend to use a JScrollBar … | |
troubled about this: i need help on how can i display the number of times a value appear in array ex: number[3][3]={{1,2,3},{2,3,4},{3,4,5}} 1 appeared 1 time(s) 2 appeared 2 time(s) 4 appeared 2 time(s) simple tips would do....thanks | |
Hi everyone, I'm doing a beginners C++ paper at Uni and I'm stuck. Basically I need to read data from a file and then display it on the screen. So far I've got: Correct headers will be called..... int main(){ char filename[30]; FILE *in; printf("Enter file you wish to open\n"); … | |
my computer screen is flickering very quickly although everything is displayed properly. sometimes i can see blocks of lines running down the screen and it gives me a headache! what exactly is wrong?? | |
I think its because i deleted my adaware and spyware since someone told me it records everything i do and reports it to someone or something... but i posted a thread a while ago... called "search not working right" i re-followed all the directions, and downloaded everything again... and here … | |
EVGA nVIDIA GeForce 6800 GT Video Card [color=#ff0000]With Free Doom 3Bundle[/color], 256MB GDDR3, 256-Bit, TV-Out/DVI, 8X AGP, Model "256-A8-N349-AX" -RETAIL [url="http://www.newegg.com/app/viewproductdesc.asp?description=14-130-208&DEPA=1"]http://www.newegg.com/app/viewproductdesc.asp?description=14-130-208&DEPA=1[/url] or POWERCOLOR ATI RADEON 9800 XT Video Card, 256MB DDR, 256-Bit, DVI/TV-Out, 8X AGP, Model "R98T-TD3" -OEM [url="http://www.newegg.com/app/ViewProductDesc.asp?description=14-131-251&depa=1"]http://www.newegg.com/app/ViewProductDesc.asp?description=14-131-251&depa=1[/url] or what is the best video card made by both ATI … | |
Hello! I am wracking my brain, trying to figure out how to return & display a column's description. I work in Cold Fusion with SQL 2000 database. My table name is "clients" and the column in question is "client_firstname" The description of this column, as entered in Ent. Mgr, is … |
The End.