Forum: Java Jul 6th, 2008 |
| Replies: 2 Views: 3,050 Wouldn't it be better when your loading your application to display the splash screen, set a Timer running in the background, then close the splash screen and start the application? Not sure how that... |
Forum: Java Feb 13th, 2008 |
| Replies: 5 Views: 8,953 Does this help?
http://forum.java.sun.com/thread.jspa?threadID=280745&messageID=1092147 |
Forum: Java Jan 28th, 2008 |
| Replies: 8 Views: 1,099 Well you still havent initialized the array members from what i can see. |
Forum: Java Jan 28th, 2008 |
| Replies: 8 Views: 1,099 Yeh thats called a default constructor. You don't really need the this keyword in front of the member names.
A word of advice class members should be private or protected and never unless theres... |
Forum: C Mar 28th, 2005 |
| Replies: 7 Views: 5,217 Why dont you put everything in 1 .cpp file and see if it makes a differece? If so then you are missing a few includes of files???
Just a random thought! |
Forum: C Mar 28th, 2005 |
| Replies: 7 Views: 5,217 umm correct me if im wrong but in main as no reference to the other cpp file? should you not want to include it?
this may work / may not, baring in mind I've not played with structs much I prefare... |
Forum: C++ Mar 28th, 2005 |
| Replies: 5 Views: 2,834 the best bit is creating a loop of new arrays and watching the memory size increase :D |