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: 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: 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: Need help with this: I shall write a "pre-installer" which will select the package to be installed. To do so it shall fetch the username and accordin...
Summary: I know Fuzaketoru, it will take a long time to do it by myself and the deadline is this thursday. I just need help only this time. I know there are g...
Summary: Hi everyone, I'm modifying my phpBB installation, and I need help with one of the queries I'm trying to modify. I'm a novice with SQL, so go easy, pl...
Summary: hey, i need help on how to create a program that has a user inputs an integer and a character. The output should be a diamond composed of the charact...
Summary: I need help with an algorithm that I can't seem to get my head around. I have come up with a couple of solutions, all of which are very inefficient s...
Summary: Hi .. can you show like more of the class in wich for example you use totalPrice? for example if you have a non-static Method Test() and a variable in...
Summary: Hey all, need help with an if command. I am creating a simple script (yeah simple lol) that deletes temp files, cookies and normal junk. I have cr...
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: wulf- Thank you for posting your code and being more specific. I'm sorry I've offended you, I did not mean to imply you were cheating. I am in schoo...
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: 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: 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: 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: Sorry to bother anyone, but I'm having a problem. I'm coding a rental car rate program for an assignment I have in my programming class, and I just do...
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: 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: Well, I don't know how to go about setting this part up. 1. display pairs unsorted 2. display pairs sorted in ascending order of the integer values 3....
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: Yea, you have to be careful of mixing the assignment operator (=) with the comparison operator (==). One trick I've seen (I've never really liked it,...