Forum: Java Apr 3rd, 2009 |
| Replies: 10 Views: 587 Alot of information has been given and you should be able to get it working. just do some trial and error that is the best way with programming.
also you can use
BufferedReader to get the users... |
Forum: Java Apr 3rd, 2009 |
| Replies: 0 Views: 195 hello everyone,
i was just wondering for people who have used db4o before
is there anywhere that i can do a query to get the most popular cinema show, and a query to get total money made for each... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 lol thanks for that reply BestJewSinceJC is there any chance you can explain the second scenario please?? what i dont understand is where should i make the array of seats?? ahhhhhhh |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 kool thanks very much guys will try this later on tonight and try and get it done. i feel you have helped me understand this much better and i feel more confortable than before. i will let you know... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 Hey thanks for your quick reply once again, i understand what you mean. but can i construct that array in the seat class like int[] upper= {1,2,3,4,5,6,7,8,9,10}; for the seats?
or would i have to... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 ok kool thanks for the help so much everyone its much apperciated.
i will try and make this class tonight.
but what i dont understand is, do i then eg make an array for the rows and seats eg have... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 hey verruckt24 well im not even sure what attributes to have lol i mean i know i would have price, num of seats in row , number of rows and isbooked as you have suggested. can you think of anymore??... |
Forum: Java Feb 19th, 2009 |
| Replies: 16 Views: 519 hello everyone,
im trying to make a theatre program and im at a dead end so im hoping for some help please.
if someone can help see my problem clearer or post some sample code it will be much... |
Forum: Java Jan 1st, 2009 |
| Replies: 5 Views: 398 wow thanks very much for that i will try and implement this into my program and get it to work. all this is much apperciated and have a happy new year |
Forum: Java Dec 31st, 2008 |
| Replies: 5 Views: 398 hi thanks for the replies everyone. i have done a to string method to get it to display my information its just i dont know how to calculate the cost of that certain supplier and how many times it... |
Forum: Java Dec 30th, 2008 |
| Replies: 5 Views: 398 hey can anyone help me with some work please i have been asked
to:
provide information about the number and total amount of purchases from each suppliers each month, the number of sales and total... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 449 oh ok i understand you now yes i havent got a petshop class at the momment. so if i was to do this would it make much of a difference as i was doing a gui?? |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 449 hey i kind of understand what you mean stephen well at the momment a pet is split into 4 sections that i stated above all i wish to do is when i add a pet such as a mammal it will add it into a... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 449 hey thats what i have done so far im just not sure on where to declare the first arraylist as it actually for the gui could i just it declare it to the actual pet clases with all my getters and... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 449 sorry to bother all of you again but i was just wondering if i can use the same arraylist more than 1 time.
this is for my project i have to create a gui for a pet store and a pet can be either a... |
Forum: Java Dec 14th, 2008 |
| Replies: 7 Views: 1,324 sorry about the slang it was getting late and i just ended up using it sorry if it offended anyone. |
Forum: Java Dec 13th, 2008 |
| Replies: 7 Views: 1,324 thanks very much m8 i will try this 2moro hope i can get it 2 work thanks |
Forum: Java Dec 13th, 2008 |
| Replies: 7 Views: 1,324 hi i was doing some work for my project in a gui and i wanted to print out the information in my arraylist but when i do print out the object all i get is Customer@197d257
i have used the follwing... |
Forum: C++ Dec 1st, 2008 |
| Replies: 3 Views: 294 hey i did look there but for some reason when i follow the path i cant seem to get the actual device description i just get some weird chars instead of the actual device name any ideas y?? |
Forum: C++ Dec 1st, 2008 |
| Replies: 3 Views: 294 hey i have to make a program using win32 c++ and i need to get my hands on some information from the registry which i cannot find.
the problem is i need to find information about the graphic card... |
Forum: Windows Vista and Windows 7 Dec 1st, 2008 |
| Replies: 0 Views: 374 hey i have to make a program using win32 c++ and i need to get my hands on some information from the registry which i cannot find.
the problem is i need to find information about the graphic card... |
Forum: C++ Nov 28th, 2008 |
| Replies: 1 Views: 288 hey everyone im making an gui in C++ which needs to retrieve windows registrys such as windows version etc. however im stuck on some code i was hoping for some help please.
void... |
Forum: C Nov 2nd, 2008 |
| Replies: 4 Views: 423 yea sorry about this lol i may have made it unclear what i wanted to do. the user may enter more than 1 character and then the program should say u entered eg uppercase characters etc.
then i want... |
Forum: C Nov 2nd, 2008 |
| Replies: 4 Views: 423 yea for some reason VS 2008 seems 2 save it as cpp no idea y quite a few of my m8s have the same problem. |
Forum: C Nov 2nd, 2008 |
| Replies: 4 Views: 423 hi everyone just starting ansi c but i seem to be having problems i have to make a program which checks if the user input is uppercase,lowercase or digit which i have done but for some reason i cant... |
Forum: C Oct 21st, 2008 |
| Replies: 1 Views: 397 Hi there people i have a problem i have been asked to Accept characters from a data file. Convert all the characters to upper case,Save the characters to a new data file which i have done. But for... |
Forum: C Oct 20th, 2008 |
| Replies: 6 Views: 516 sorry mate didnt mean 2 be rude i apperciate your help it means alot il try this now thanks
hey thanks narue it worked like a treat its true u learn somthing new everyday sorry bout b4.
can this... |
Forum: C Oct 20th, 2008 |
| Replies: 6 Views: 516 hi i did try and add in the toupper function but it wouldnt work and my teacher kinda sucks and isnt really helping i think the code i added was
toupper(ch);
i thought this would convert all the... |
Forum: C Oct 20th, 2008 |
| Replies: 6 Views: 516 hi there people i was hoping i could get some help please as im kinda stuck. ive have been asked for my uni portfolio to
"accept the characters from a data file rather than from the keyboard.... |