Forum: HTML and CSS Aug 3rd, 2009 |
| Replies: 4 Views: 383 Hey everyone, I am thinking of becoming an User Interface Designer. I was wondering what "skills" do you need to become one? Currently I am a Computer Science and Graphic Design major. Does anyone... |
Forum: C++ Jul 26th, 2009 |
| Replies: 3 Views: 470 Hi I am just learning programming and I was wondering where can I go to get better at writing algorithms? In a few books I have they show simple ones like finding primes/ finding if number are even... |
Forum: Java Apr 5th, 2009 |
| Replies: 1 Views: 547 I tried inserting this new way but i keep getting the same error
This is the error i get in the "StringDetail sdm = new StringMoreDetail(lines.get(i));" line : No enclosing instance of type... |
Forum: Java Apr 5th, 2009 |
| Replies: 1 Views: 547 I have a Class and then a made a sub class that would check if the letter "a" is in the string. i don't know how to call the subclass i made. i want to insert the subclass object into a StringDetail... |
Forum: Java Feb 16th, 2009 |
| Replies: 7 Views: 427 Hi thanks i looked at the documentation for the Interface Comparable but how would i implement this in my class? I have never worked with Interfaces before. |
Forum: Java Feb 15th, 2009 |
| Replies: 7 Views: 427 Hi i have a java class called City and in this class i have this.
public class City {
/**
* read the file and make 10 objects
*
*/
private String name; |
Forum: Java Feb 2nd, 2009 |
| Replies: 19 Views: 2,565 |
Forum: Java Feb 2nd, 2009 |
| Replies: 19 Views: 2,565 How would i make it in a loop? |
Forum: Java Feb 2nd, 2009 |
| Replies: 19 Views: 2,565 I just started programming in Java and i dont think i would know how to program a method to make it detect the min/max in an array. is there any method to just use the Math.min/Math.max for trying to... |
Forum: Java Feb 2nd, 2009 |
| Replies: 19 Views: 2,565 I am trying to make a program that finds the max and min of more than 2 inputs and i am trying to use the Math.Min and Math.Max method but i cant seem to get them too work since they only accept 2... |
Forum: PHP Jan 14th, 2009 |
| Replies: 5 Views: 2,063 Hi i am currently a Computer Science undergrad and i was just doing some thinking for a Master degree. I like software and web development and i am leaning towards more of a web development specific... |
Forum: PHP Jan 6th, 2009 |
| Replies: 4 Views: 493 i think i am going to look into PHP to learn the back end and hopefully this will help learning the other web frameworks easier |
Forum: PHP Jan 5th, 2009 |
| Replies: 4 Views: 493 I looked at Django and i am not really interested in learning it.maybe in the future. |
Forum: PHP Jan 5th, 2009 |
| Replies: 4 Views: 493 Hi am a new programmer and i am a CS/Graphics major. i have already learned Python, xHTML/CSS and i am in the current stage of learning java( i don't think this top portion really mattered)
my... |
Forum: Java Dec 2nd, 2008 |
| Replies: 3 Views: 439 hi thanks for the reply but i was looking more of like a class environment with a instructor. |
Forum: Java Dec 1st, 2008 |
| Replies: 3 Views: 439 Hi i live in the new york area and does anyone know where in new york or have a look up resource on where to find java programming courses? anywhere to teach java during summer or during winter
... |
Forum: Python Dec 1st, 2008 |
| Replies: 18 Views: 2,143 oh okay thanks that will help me when i make my final method to check if they player needs to 'hit' or 'stay'. and to show if the player won(would you make this into a different method than the... |
Forum: Python Dec 1st, 2008 |
| Replies: 18 Views: 2,143 Hey what do you mean "multiple exit points"?
also i want to the DeckOfCard class to interact with the BlackJack class i am going to make..but how would the DeckOfCard "instance" work with the... |
Forum: Python Nov 29th, 2008 |
| Replies: 18 Views: 2,143 I made this new function for the but for some reason everytime i run it i dont get the correct result.I think i worded it correctly and have checked it but i still dont find where i made an error..... |
Forum: Python Nov 29th, 2008 |
| Replies: 18 Views: 2,143 The first part helped me a lot and it helped me figure out why i couldn't call my class now i have started to write my second class and i have just have some of it done. i am now trying to calculate... |
Forum: Python Nov 28th, 2008 |
| Replies: 18 Views: 2,143 Okay i have tried to make the DeckOfCards class and tried testing it out in the IDLE window by calling the function to see if i get a shuffled 'deck of cards' but i get an error i have no clue what i... |
Forum: Python Nov 28th, 2008 |
| Replies: 18 Views: 2,143 okay how would i make the two classes interact with each other? how would i make the class DeckOfCards interact with another class that i make for the game play? i dunno how to do this.
For my ... |
Forum: Python Nov 28th, 2008 |
| Replies: 18 Views: 2,143 hi i want to make a text based interface where it displays the cards to the player and then next to them the total of the cards..the user is allowed to interact only if he has 18 or less in his... |
Forum: Python Nov 28th, 2008 |
| Replies: 18 Views: 2,143 I have set up a code in a class but i am not sure if this is the class that i would use.I have to put the logic of the game in a Class and then use the methods from the class to run the game.Right... |
Forum: Python Nov 25th, 2008 |
| Replies: 1 Views: 413 I want to make a python game with just the basic python library and Tkinter.. is this possible ? and also where would i go to find the logic behind the Simon Game..the memory part so it makes the... |