Forum: Java
Aug 17th, 2007, 3:25 PM
|
|
Replies: 5
Views: 244
|
Forum: Coder's Corner Lounge
Aug 14th, 2007, 12:38 PM
|
|
Replies: 6
Views: 194
|
Forum: C#
Aug 2nd, 2007, 12:34 AM
|
|
Replies: 2
Views: 148
|
Forum: C#
Jul 24th, 2007, 4:58 PM
|
|
Replies: 5
Views: 178
|
Forum: C#
Jun 15th, 2007, 9:32 AM
|
|
Replies: 3
Views: 114
|
Forum: Other Scripting Languages
Jun 9th, 2007, 6:03 PM
|
|
Replies: 9
Views: 517
|
Forum: C#
Jun 2nd, 2007, 3:30 PM
|
|
Replies: 5
Views: 221
|
Forum: C#
May 24th, 2007, 9:38 AM
|
|
Replies: 6
Views: 175
|
Forum: C#
May 24th, 2007, 12:47 AM
|
|
Replies: 6
Views: 175
|
Forum: C#
May 23rd, 2007, 12:21 AM
|
|
Replies: 7
Views: 103
I think it may be in your best interest to...
I think it may be in your best interest to purchase an introductory C# programming book. Many people like Jesse Liberty's "Programming C#" book. It will start you out at ground level and work up.
|
Forum: C#
May 22nd, 2007, 9:57 PM
|
|
Replies: 3
Views: 87
|
Forum: C#
May 22nd, 2007, 12:52 PM
|
|
Replies: 4
Views: 199
|
Forum: Java
Apr 19th, 2007, 10:32 PM
|
|
Replies: 8
Views: 157
|
Forum: Java
Apr 19th, 2007, 12:49 PM
|
|
Replies: 15
Views: 436
|
Forum: Coder's Corner Lounge
Feb 8th, 2007, 12:04 AM
|
|
Replies: 37
Views: 907
I've been developing .NET 3.0 apps on Vista...
I've been developing .NET 3.0 apps on Vista Ultimate for a few months now at work, and having used OS X in the past, I don't understand this comment.
I have found Vista to be quite stable, as I...
|
Forum: Software Design and Algorithms
Oct 26th, 2006, 2:28 PM
|
|
Replies: 8
Views: 211
|
Forum: Java
Oct 5th, 2006, 11:19 AM
|
|
Replies: 8
Views: 287
You are correct. However, I started using the...
You are correct. However, I started using the client socket before it was accepted by sending a simple message. The ServerSocket apparently queues the message and responds after it accepts the...
|
Forum: Java
Oct 5th, 2006, 10:33 AM
|
|
Replies: 8
Views: 287
|
Forum: Java
Oct 5th, 2006, 10:02 AM
|
|
Replies: 8
Views: 287
|
Forum: Java
Oct 3rd, 2006, 1:58 PM
|
|
Replies: 3
Views: 240
A few things I noticed:
1) You have no import...
A few things I noticed:
1) You have no import statements
2) You are using a bitwise 'and' in your selection statements. Change '&' to '&&'.
3) Is your code actually spaced as shown above? If so,...
|
Forum: PHP
Aug 10th, 2006, 11:02 PM
|
|
Replies: 15
Views: 433
|
Forum: Coder's Corner Lounge
Jul 29th, 2006, 2:56 AM
|
|
Replies: 19
Views: 390
|
Forum: Coder's Corner Lounge
Jul 20th, 2006, 12:20 PM
|
|
Replies: 7
Views: 186
In practice, a computer science degree can land...
In practice, a computer science degree can land you nearly the same jobs as a computer engineering degree. Also, since you mentioned mathematics, the math involved in engineering is actually a bit...
|
Forum: Coder's Corner Lounge
Jul 3rd, 2006, 10:39 PM
|
|
Replies: 53
Views: 973
|
Forum: Coder's Corner Lounge
Jun 29th, 2006, 9:17 AM
|
|
Replies: 15
Views: 423
It's a college major, not a career choice. I'm...
It's a college major, not a career choice. I'm not telling you I think the chances are equal, I'm telling you they are. I spent 9 years in school going through both CE and CS. The curriculums are...
|
Forum: Coder's Corner Lounge
Jun 28th, 2006, 10:20 PM
|
|
Replies: 15
Views: 423
|
Forum: Software Design and Algorithms
Jun 27th, 2006, 9:32 PM
|
|
Replies: 7
Views: 226
|
Forum: Software Design and Algorithms
Jun 26th, 2006, 9:43 PM
|
|
Replies: 7
Views: 226
|
Forum: C++
Jun 26th, 2006, 5:01 PM
|
|
Replies: 19
Views: 503
|
Forum: C++
Jun 26th, 2006, 11:53 AM
|
|
Replies: 19
Views: 503
|
Forum: Java
Jun 23rd, 2006, 11:32 AM
|
|
Replies: 5
Views: 330
|
Forum: Software Design and Algorithms
Jun 17th, 2006, 1:07 AM
|
|
Replies: 22
Views: 586
|
Forum: Coder's Corner Lounge
Jun 15th, 2006, 6:19 PM
|
|
Replies: 29
Views: 662
|
Forum: Other Programming Languages
Jun 12th, 2006, 10:40 PM
|
|
Replies: 12
Views: 317
|
Forum: C#
Jun 11th, 2006, 1:47 PM
|
|
Replies: 47
Views: 1,078
I use both languages. They are extremely...
I use both languages. They are extremely similar, but there are small differences between them. I think making GUIs with C# is easier than with Java, but I like Java's threading model over C#'s. ...
|
Forum: Python
Jun 10th, 2006, 9:20 PM
|
|
Replies: 6
Views: 200
A format specifier is a placeholder for a value...
A format specifier is a placeholder for a value that you will provide. In this case, you provided an integer stored in a variable named 'humanScore'. The % sign outside of the string indicates that...
|
Forum: Python
Jun 10th, 2006, 8:59 PM
|
|
Replies: 6
Views: 200
|
Forum: Python
Jun 9th, 2006, 2:47 AM
|
|
Replies: 25
Views: 618
|
Forum: C#
Jun 8th, 2006, 9:44 PM
|
|
Replies: 47
Views: 1,078
|
Forum: C#
Jun 8th, 2006, 4:17 PM
|
|
Replies: 47
Views: 1,078
Are you sure about this? I'm not saying you're...
Are you sure about this? I'm not saying you're wrong, but my references seem to imply that .NET 2.0 is a larger framework/API than Java. Though, whose framework is larger doesn't seem extremely...
|