Sum of Diagonals of a 5 x 5 double array
hi guys, this is my code but after compiling it, this statement appears "1>c:\users\patricia\documents\visual studio 2010\projects\double_array\double_array\double_array.cpp(58): error C2109:...
View ArticleCalling objects that are created outside the main from the main.
Hey guys, I cannot for the life of me figure out how to call an object in the main. The object that needs to be used must be made available throughout the program, but is only accessible in the...
View ArticleHow to do specific Parameter checking
Hey everyone, I have and odd checking request, that I do not really know how to solve. In my program I am wanting to enter parameters from the commands line (I know how to do this) they have to (or...
View ArticleCarpet Calculator help?
This is a class to my Carpet Calculator. Can anyone help me with why these errors come up? public class RoomDimension { private double length; //Stores Length private double width; //Stores Width...
View Articlesearching through a string
Hey everyone! I'm taking my very first java class and having a few issues. We are supposed to create a program that creates a text file and one that searches through it. I finished the creating one but...
View ArticleTrouble with JFrame AddressBook to file
I am having trouble getting the code to work. it needs to create an address book and creates a file from the inputted data. Please advice how to fix the code I have. import java.awt.*; import...
View ArticleHow do I add a scroll pane to a text area
I looked around online and tried several ways of adding a scroll pane to a text area, but so far I havent been able to get it to show up. Any ideas? Here is my code: (see attached for what it looks...
View ArticleJava Spacing and Astericks
Hi There, I have an assignment due which I've been trying to finish, the problem is I am about 99% complete I just need that extra push to complete that last 1%. The description is as follows: Write a...
View Articleuse a button on a form to cancel operation of second thread.
Hi, My plan is to have my main thread start a second thread and also show a form that will inform the user of the state of the second thread and also allow the user to select the cancel button that...
View ArticleHelp in icosahedron file please help very urgent
can someone help me get this obj file working This is the code called "Phong.java" that I am trying to run with the icosahedron object file. I needed to use Phong.java and the teapot input to create a...
View ArticleConfused about graphics
Hello all, I am fairly new to programming in general. I've read quite a few books on C++ but am still unsure of a lot of things. I eventually want to be able to write my own games. One of the aspects...
View ArticleNeed help with two dimensional array
I have an array that will have two columns and a variable number of rows(based on user input). I am attempting to store user input so that I can later print out the pairs of data that they entered...
View ArticleNeed Help with Multidimesional array PLease Help Problem 1
ecember 2, 2012 no later than 9:00 a.m. Problem 1. Working with multi-dimensional arrays (25 points) Descriptions: You are working in the Marketing Department of a company. Your boss wants to target...
View ArticleVector problem
So, I have been having a lot of problems with this program for the past few days. Made a lot of progress tonight and I think I am almost done, but need some help with the vector. Basically the program...
View ArticleNeed Help with Multidimesional array PLease Help Problem 1
ecember 2, 2012 no later than 9:00 a.m. Not really a good vba programmer I really need help Problem 1. Working with multi-dimensional arrays (25 points) Descriptions: You are working in the Marketing...
View Articlemath quiz in c
I have this code but I can't run it. can somebody tell me what is wrong with it? #include <stdio.h> #include <stdlib.h> int numbers[10]; int clear(void); int initialize(void); int...
View ArticleSorted Linked with infile
I am trying to figure out how to sort this list of char item[21] by alphabetical order. Any Input is appreciated. due soon... //shopping.cpp Implementation file for the Shopping class #include...
View ArticleUsing VBScript to get information for current logged in user
ALL, I am trying to gather some specific information about whether there is currently a user logged onto a workstation/machine/server, whether that users session is ACTIVE or INACTIVE, and if they're...
View ArticleAny ideas of related literature of a Speech Lab Management system?
Can anyone give me ideas about the related literature of a Speech Laboratory Management System and it's features are learning, grading of student's recording activity,managing...
View ArticleDisplay the name and quantity of the item which was sold the most,
import java.awt.Frame; import java.io.*; import java.text.DecimalFormat; import java.text.NumberFormat; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.List; import...
View Article