User Profile

Collapse

Profile Sidebar

Collapse
Icarus27
Icarus27
Last Activity: Apr 29 '07, 10:15 PM
Joined: Nov 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Icarus27
    started a topic I have a problem inputing from a file to an array
    in Java

    I have a problem inputing from a file to an array

    I am having another problem. I got the first problem fixed and it is working almost right but when I import the information it doesn't pick up the information for the fourth array.

    Here is the code:

    Code:
    //
    import java.io.*;
    import java.util.*;
    import java.text.*;
    import java.util.Arrays;
    import java.util.Formatter;
    import java.util.Scanner;
    import javax.swing.JOptionPane;
    ...
    See more | Go to post

  • does anyone know what I am doing wrong?
    See more | Go to post

    Leave a comment:


  • Here is the rest of the code:

    Code:
    void Movement(int numColms, int numRows, char table[][numRows], int x, int y, int& newMousePositionX, int& newMousePositionY, int cheesePosX, int cheesePosY)
    {
         system("cls");
         PrintNewScreen(table);
         
         int kbd_key;
         while(table[x][y] != 'C')
         {
              table[x][y] = ' ';
    ...
    See more | Go to post

    Leave a comment:


  • Icarus27
    started a topic Mousebot Program (two-dimentional array with extras)
    in C

    Mousebot Program (two-dimentional array with extras)

    Hello,

    I am making a program that runs off of a two dimentional array but I have made it into a game called MouseBot. I am trying to make the game so that you can move the mouse until you get the cheese. It has four different difficulty levels and you have obsticles in your way (the amount depends on the difficulty level).

    The problem I am having is that when I move the 'M' (mousebot) into the array space that the...
    See more | Go to post

  • Icarus27
    started a topic Changing font color in C++
    in C

    Changing font color in C++

    I am writing a program for my Computer Science class and I am making a game for extra credit. What I need to know is how do you change the font color so that when it prints out on the screen the text is not just the regular white color but maybe blue, red, green, etc.

    Thanks
    Erik
    See more | Go to post
No activity results to display
Show More
Working...