Thread: Java classes Matrix and Plot

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Java classes Matrix and Plot

    Sorry for posting Java question on a C Board, but I've got some java code that I'm trying to convert into C++. It refers to two classes, Matrix and Plot. It does not define them, but I can not find them anywhere in the latest edition of the Java Documentation either. Anyone got any help for this subject?

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Did you check all the imports? Specifically those with an asterisk? Does the code import any non-standard APIs?
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Checked everything. I did a search on Google, and found some code which seemed completely unrelated, but it defined everything this program called. Maybe it was something from a smaller system and the programmer thought it was standard. Oh well - at least I have everything defined now. Thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Matrix: Reloaded + Enter The Matrix (the game)
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-18-2003, 12:35 AM
  2. Double check on Java code.
    By sean in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 07-05-2002, 09:55 AM