Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: CurtisBridges
Forum: Java Sep 15th, 2007
Replies: 2
Views: 2,331
Posted By CurtisBridges
/*Please help. I'm trying to throw an IllegalArgumentException.
*If any test score in the array is negative or greater than 100
*using a try block, but am having little if any progress after 9...
Forum: Java Aug 22nd, 2007
Replies: 4
Views: 1,153
Posted By CurtisBridges
Thank you very much,Ezzara. l will leave a message for the smart one iamthwee maybe you should look for a different line of work. That is what I'm doing.I am 51 years old equipment operator that...
Forum: Java Aug 22nd, 2007
Replies: 4
Views: 1,153
Posted By CurtisBridges
I seem to really be lost. I have included the instructions for this problem, for you clarity only. I'm not asking you to do the work.I really want to learn java. I have read this complete chapter...
Forum: C++ Feb 18th, 2007
Replies: 2
Views: 1,854
Posted By CurtisBridges
I have written a program that work as supposed to, except the output needs to be in 2 cols. instead of 1 col. in console. Could someone help me to format this?

Below is the program and the...
Forum: C++ Feb 6th, 2007
Replies: 1
Views: 1,454
Posted By CurtisBridges
Exceptions

--------------------------------------------------------------------------------
I am working on a class project as layed out by the instructor. This is in conjunction with Chapter...
Forum: C++ Feb 6th, 2007
Replies: 2
Views: 1,719
Posted By CurtisBridges
Exceptions
I am working on a class project as layed out by the instructor. This is in conjunction with Chapter 13 (Exceptions) from the book How To Program in C++ by Deitle 4/e. I am at a total...
Forum: C++ Dec 21st, 2006
Replies: 7
Views: 3,678
Posted By CurtisBridges
Thanks for the help and he links thatwas good info. Merry Christmas
Forum: C++ Dec 21st, 2006
Replies: 7
Views: 3,678
Posted By CurtisBridges
Sorry, about that. I posted incorrect file. Hope this makes more sense.

#ifndef CIRCLE4_H
#define CIRCLE4_H
#include "point3.h" // Point3 class definition
class Circle4 : public Point3 {...
Forum: C++ Dec 21st, 2006
Replies: 7
Views: 3,678
Posted By CurtisBridges
Thanks, Been there, Done that. Just more confused.
Forum: C++ Dec 21st, 2006
Replies: 7
Views: 3,678
Posted By CurtisBridges
//I need to change this program from using inheritance to using composition.
//Could someone please show me how? I have two other programs that I can surely do myself.
//I'm really in search of a...
Forum: C++ Nov 12th, 2006
Replies: 7
Views: 1,495
Posted By CurtisBridges
We got it Thanks for the tips Walt.
Forum: C++ Nov 11th, 2006
Replies: 7
Views: 1,495
Posted By CurtisBridges
At row 378 I have started search function, but I'm not sure where to go with it from here as far as setting up the recursive alg. part of the code I don't need my exact program written, a genral...
Forum: C++ Nov 11th, 2006
Replies: 7
Views: 1,495
Posted By CurtisBridges
No! That's not what I'm after. I'm just looking for some help on the rec. binary search and sort. Thank You.
Forum: C++ Nov 11th, 2006
Replies: 7
Views: 1,495
Posted By CurtisBridges
Here's a better explantion. Thanks!
This part"A" is already finished:
A). Create a menu with the following options, (1) Add, (2) Update, (3) Delete, (4) Sort, (5) Print, and (6) Quit.
Create an...
Forum: C++ Nov 11th, 2006
Replies: 3
Views: 877
Posted By CurtisBridges
Here's a better explantion. Thanks!
This part"A" is already finished:

A). Create a menu with the following options, (1) Add, (2) Update, (3) Delete, (4) Sort, (5) Print, and (6) Quit.
Create...
Forum: C++ Nov 10th, 2006
Replies: 3
Views: 877
Posted By CurtisBridges
//I need to modify this code by changing the sort function to make it recursive
//and add a recursive binary search that prompts the user to enter a search item.
//I have added some code for the...
Forum: C++ Nov 10th, 2006
Replies: 4
Views: 1,187
Posted By CurtisBridges
#13 (http://www.gidforums.com/showpost.php?p=52405&postcount=13) http://www.gidforums.com/images/buttons/reputation.gif (http://www.gidforums.com/t-12089.html?page=2#) ...
Forum: C++ Nov 2nd, 2006
Replies: 2
Views: 746
Posted By CurtisBridges
Nuts I'll be soon. I still cant get this to run.It keeps telling me cannot convert from const and I cant find where I declared a constant. Help Please!


#include <iostream>
#include <iomanip>...
Forum: Windows NT / 2000 / XP Oct 9th, 2006
Replies: 1
Views: 982
Posted By CurtisBridges
Not sure if this is posted in the correct forum!

Good Morning,
I am confined to a wheelchair and only have partial use of left hand and arm making it extremely slow and difficult to type. I am...
Forum: C++ Sep 30th, 2006
Replies: 1
Views: 1,252
Posted By CurtisBridges
Thought I had this going, but I guess not. Would you look it over and get me headed in the right direction please.

Need help creating this to these instructions, mainly with the part where I call...
Forum: C++ Sep 29th, 2006
Replies: 6
Solved: GetFile Help.
Views: 1,834
Posted By CurtisBridges
We got it! Thanks for your help!
Forum: C++ Sep 29th, 2006
Replies: 6
Solved: GetFile Help.
Views: 1,834
Posted By CurtisBridges
still can't read files. Next step please.
Forum: C++ Sep 29th, 2006
Replies: 6
Solved: GetFile Help.
Views: 1,834
Posted By CurtisBridges
I had it declared as char originally and thought that was the problem so I changed it to double and that didn't fix it and forgot to change it back. good catch
Forum: C Sep 29th, 2006
Replies: 10
Solved: need some help
Views: 2,274
Posted By CurtisBridges
1: #include <iostream.h>2:3: float Convert(float);4: int main()5: {6: float TempFer;7: float TempCel;8:9: cout << "Please enter the temperature in Fahrenheit:...
Forum: C++ Sep 29th, 2006
Replies: 6
Solved: GetFile Help.
Views: 1,834
Posted By CurtisBridges
Need help creating this to these instructions, mainly with the part where I call an existing files that has already been created and saved in Notepad as attached.(File one and File two). Below are...
Forum: C++ Sep 26th, 2006
Replies: 12
Views: 2,009
Posted By CurtisBridges
so far . I'm just missing something,but don't know what. Thanks
{ char array [10] = {'a','b','c','d','e','f','g','h','i','j'};
cout << "The value is: " << array[3] << "." << endl;

for (char...
Forum: C++ Sep 26th, 2006
Replies: 12
Views: 2,009
Posted By CurtisBridges
Having trouble with step "c" can you help me out?

c) Initialize each of the 5 elements of single-subscripted integer array g to 8.
Forum: C++ Sep 26th, 2006
Replies: 12
Views: 2,009
Posted By CurtisBridges
Thanks. All help is appreciated. This stuff is just not sinking in. I have scanned the directions out of the book,if you have any other ideas. Thanks again.


4.8
.
Write C++ statements to...
Forum: C++ Sep 25th, 2006
Replies: 12
Views: 2,009
Posted By CurtisBridges
Hi everyone. Iam a beginning C++ student having trouble with a simple one column char. aray. what I'm trying to do is : display the value of the seventh element of chaacter array f. Wich shoud b 6 if...
Forum: C++ Sep 20th, 2006
Replies: 1
Views: 995
Posted By CurtisBridges
I have a group project of designing the old board game "CLUE" in my C++ class that can be played by 1 person against the computer. If someone would help me get started it would help a bunch. I think...
Forum: C++ Sep 20th, 2006
Replies: 5
Solved: Check Please!
Views: 1,434
Posted By CurtisBridges
we have not covered the bool functions in class yet. This was something that was suggested to me, I think there is a way to use the function " counter" but am not sure. Any ideas would help. It...
Forum: C++ Sep 20th, 2006
Replies: 5
Solved: Check Please!
Views: 1,434
Posted By CurtisBridges
Would somebody chck this code please. I am a struggling C++ student and need all the help I can get. Thanks, Curt

Here are the directions:
create a function that check's the number, put's out...
Forum: C++ Sep 13th, 2006
Replies: 6
Views: 1,616
Posted By CurtisBridges
Sorry meant to right-click. Curt
Forum: C++ Sep 13th, 2006
Replies: 6
Views: 1,616
Posted By CurtisBridges
Sorry, first timer. I meant to right-click. Curt
Forum: C++ Sep 13th, 2006
Replies: 6
Views: 1,441
Posted By CurtisBridges
Thank You.Curt
Forum: C++ Sep 12th, 2006
Replies: 6
Views: 1,441
Posted By CurtisBridges
I got stumped can someone please help ?
I’m working on this home work assignment and can’t get past this point.

Here is how far I’ve got:

#include <iostream>
#include <iomanip>

using...
Forum: C++ Sep 11th, 2006
Replies: 6
Views: 1,616
Posted By CurtisBridges
file:///C:/Documents%20and%20Settings/Curtis%20Bridges/My%20Documents/My%20Pictures/Dinosaurs/scan.gif
Forum: Community Introductions Sep 11th, 2006
Replies: 3
Views: 1,000
Posted By CurtisBridges
I would like to introduce and tell you a little about myself. My name is "Curtis Bridges" but I like and have always been called "Curt". I'm 49 years old. I have been happily married for 31 years. I...
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC