Forum: C++
Mar 23rd, 2005, 7:38 AM
|
|
Replies: 3
Views: 251
|
Forum: C++
Mar 22nd, 2005, 3:13 AM
|
|
Replies: 3
Views: 251
Help: Comparing a pointer and a string.
Okay, I have completely no idea what when wrong, and I also have no idea am I coding in the right way. :o So I'd need someone to help me in this:
This program (currently) takes its program arguments...
|
Forum: Java
Mar 5th, 2005, 8:46 PM
|
|
Replies: 2
Views: 354
Try looking at this:...
Try looking at this: http://java.sun.com/j2se/1.5.0/docs/api/index.html?java/lang/NullPointerException.html. By the way, if you're going to make all of the variable's value the same, use a loop;...
|
Forum: Java
Feb 28th, 2005, 7:35 AM
|
|
Replies: 10
Views: 309
|
Forum: Java
Feb 25th, 2005, 7:01 AM
|
|
Replies: 10
Views: 309
|
Forum: Java
Feb 25th, 2005, 6:48 AM
|
|
Replies: 4
Views: 370
I have to admit that, ZenMasterJG, you do sound...
I have to admit that, ZenMasterJG, you do sound as though as you hate the Dummies series completely. :rolleyes: On the other hand, jstevenhall, the starter book you got is a great one! :cool: Why? It...
|
Forum: C++
Feb 22nd, 2005, 8:44 PM
|
|
Replies: 13
Views: 572
Question: Sub-Arrays.
Okay, I have another question. If I want a array of strings, in other words, I'd need to have a char 2D array, right?
I need an array of 6 values, each value with 3 characters, so would it be
1)...
|
Forum: C++
Feb 22nd, 2005, 8:35 PM
|
|
Replies: 13
Views: 572
|
Forum: Java
Feb 21st, 2005, 8:45 AM
|
|
Replies: 3
Views: 222
|
Forum: C++
Feb 21st, 2005, 8:20 AM
|
|
Replies: 13
Views: 572
|
Forum: C++
Feb 20th, 2005, 12:25 PM
|
|
Replies: 13
Views: 572
Sorry Ooble, I can't bring in any other digital...
Sorry Ooble, I can't bring in any other digital stuff (except calculators and watches) so bringing in a external program would not be possible (they provide you will the computers, compliers and all...
|
Forum: Java
Feb 20th, 2005, 12:21 PM
|
|
Replies: 2
Views: 172
Re: Help needed.
Okay, here's a simple program to help you out, you'll still have to edit it. ;)
public class arraySearch {
public static void main(String args[]) {
char[] alphabets = {'A', 'B', 'C',...
|
Forum: C++
Feb 20th, 2005, 12:04 PM
|
|
Replies: 13
Views: 572
Newbie Question: C++ .EXEs.
Everybody starts off as a newbie, don't they? :) Okay, I'm new to C++ (syntax is somewhat familiar, due to my experiences in Java and some other languages) and desperate to get the hang of it because...
|