Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 7 of 7
Search took 0.05 seconds.
Search: Posts Made By: Jarod Silverstar
Forum: C# Oct 13th, 2007, 10:52 PM
Replies: 1
Views: 1,668
Posted By Jarod Silverstar
Cannot assign 'Add' because it is a 'method group'

Beating my head against the wall on this one. Trying to write a simplified version of a combat routine (to make sure I have all the basic pieces working).

But getting stuck with just getting the...
Forum: C# Sep 16th, 2007, 3:20 PM
Replies: 4
Views: 166
Posted By Jarod Silverstar
Thanks for the info, this explains what I was...

Thanks for the info, this explains what I was seeing.

I am still working on the actual program I am doing and was not sure if the thread.sleep method was going to be the best way of doing what I...
Forum: C# Sep 15th, 2007, 9:35 PM
Replies: 4
Views: 166
Posted By Jarod Silverstar
Thread.sleep issue

Hi,
Got a little issue I am scratching my head over. In a program I am working on, I have a place where I have some basic output being writen to a window and what to have each line show up every...
Forum: C# Feb 25th, 2007, 9:02 PM
Replies: 3
Views: 220
Posted By Jarod Silverstar
Question Problem with an If statement

Good evening folks.

Got a problem with the following statement:

for (int index = 0; index < scores.Length; index++)
{
scores[index] = objRan.Next(1, 10);
...
Forum: Java Dec 2nd, 2006, 4:01 AM
Replies: 4
Views: 170
Posted By Jarod Silverstar
Well, I partly figured it out. When I do...

Well, I partly figured it out.

When I do this:
outArea.setText(data[0].toString() + data[1].toString());

I get my output. But it seems to be that there must be a much better way of doing this.
Forum: Java Dec 2nd, 2006, 3:23 AM
Replies: 4
Views: 170
Posted By Jarod Silverstar
Okay, that got me past the NullPointer error. But...

Okay, that got me past the NullPointer error. But I am not getting my output now.

Here is the output from my Grades class:

public String toString()
{
String studentStr = "Student name: " +...
Forum: Java Dec 1st, 2006, 8:50 PM
Replies: 4
Views: 170
Posted By Jarod Silverstar
Question Trouble inputing data to an Array

Hello all.
New programming novice here that has run into a weird issue.

Trying to create a program to input student data from a text file into an array, but getting an error when I run it. I am...
Showing results 1 to 7 of 7

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC