107 Posted Topics
Re: Please take a look at this [URL="http://www.daniweb.com/forums/thread183778.html"]thread[/URL]. | |
Re: Make the following code change [CODE]public board() { setFocusable(true); addMouseListener(new Mouse()); addKeyListener(new Keyboard()); [/CODE] Remove the setFocusable(true) from the main. | |
Re: Please refer to line 77. Looks like the two numbers are being printed together and appears like a single entity. | |
Re: Please give the entire code. There is nothing wrong with the code segment that you have pasted here. | |
Re: Can you give the actual command used to invoke the program? [CODE]for(int i=1;i<=count;i++)[/CODE] Here , the first element in the seed array is getting ignored. This could be the reason that you are getting multiple entries of the same fruit in your result file. | |
Re: As Ancient Dragon has mentioned in his post, you should be using 'new' and 'delete' operators in C++. malloc and free can be used in C. |
The End.