Summary: Hi really need help with this please. It is supposed to be a program that mimicks score keeping in the game of bowling. I input how many pins on eac...
Summary: Hi, I'm a rookie in c programming and need some help with writing a simple stopwatch program. The stopwatch must have a circular background, with both...
Summary: Need help with a C++ program? But anyone you ask doesn't have the slightest idea what your talking about, let alone doing? Then visit http://www.subdu...
Summary: Ok I have to build a CD Catalog with C++ for school and I got this one but it does not work. I have literally search the internet for hours and have f...
Summary: A friend of mine is programing with C. He's trying to make a kind of binary code coverter, from XS3 to BCD 742. There's only 9 value..well 10. What he...
Summary: I need help with a Currency Conversion program. It should accept as input some foreign currency, e.g., Euro, and convert & display the equivalent US d...
Summary: I am a very bad programmer and have no idea where to start, and its not one of my favourite subject. This is the first one: But nee help with the seco...
Summary: Hi Guys, I need a wee bit of help with a project I am working on. Part of it involves writing a Modulus 11 check which is causing me no end of trouble...
Summary: Hi. I'm currently learning C++ programming and I have problems coding a program. I need to write a program that finds the integer from 1 to 1000 with...
Summary: i'm using microsoft studio standard. the problem i having is with this program. write segments that accomplish each of the following: a)calculate the ...
Summary: Hi, I was wandering if anybody here could help me out with a programming assigment i have to do. I'm not asking for the total solution, I really wa...
Summary: You need to learn about scope. An object's scope determines who can access it. If you want BurgerPrice accessable to all members of a class you can d...
Summary: Hello, I have a friend who is having problems with some c++ code that he wrote, I don't know enough to help but I thought that someone here would! Her...
Summary: I have a science fair idea where i need to build a guitar tuner, I have 2 weeks to do this, i took on the task because i think its a huge challenge fo...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: hello, i have dev c++ and visual studio 6.0 and i want to make a c++ program that will let the user input a string of characters (like a name) and th...
Summary: I need help with one of my homework review problems. If a child bought 147 cans of beans for his family, and could only carry 45 cans at a time, how m...
Summary: My program will not output the second part : where it has to add the even numbers and show the sum. I did not code the third part with letters yet... ...
Summary: The following program (below my question) produces the results I want, but I am trying to create a for loop to replace all of the cout statements. Wha...
Summary: I need some help with a program I need to write. I am a sophomore in high school taking AP Computer Science A. I need to make a program that computes ...
Summary: Thanks Again. Here is the script #!/usr/bin/perl - Tw require 5.001; use strict; #-- Parse form data my $query = $ENV{'QUERY_STRING'}; $query =~ s/Pa...
Summary: Hi...I have a program here that contains a Bubble sort, Shell sort, and Binary Search. It is a program that you can use to search an sort a list of 2...