- Interests
- Automation programming. AI. Machine Learning. Programming in general.
- PC Specs
- 6 Core AMD 8x1024 MB Ram Linux Mint
17 Posted Topics
Hey guys. Creating games is one of the best things you can do, am I right? However, nowadays you can choose between so many languages, gfx libraries and game engines. So lets vote! Whats your favorite programming language for making a game? Whats your favorite graphics library? Whats your favorite … | |
Re: [QUOTE=Leochan;1749900]well , yeah, you definitely should start with learning (and processing) programming first, but don't let go of the ideas you have on your head about the game, that's the soul of the project, remember that anybody out there can program (after learning of course) but no one out there … | |
Re: #1, The term is 'runnable'. The term 'bootable' refers to if a system is 'bootable'. #2, [url]http://lmgtfy.com/?q=eclipse+java+jar&l=1[/url] There you go :-) | |
Re: [QUOTE=Warl30ck;1754241]The error : syntax error, unexpected T_STRING But I checked all string objects and they worked separately.. [CODE]mysql_query("INSERT INTO downloadlogs(id, name, ip, time) VALUES('" . $Gid. "', '" . $nFile . "', '" . $IP . "', '" . date("l jS \of F Y h:i:s A") . "')")or die(mysql_error()); [/CODE] … | |
Re: One way is to sum all the numbers of the row/column/section. If the sum is 45, it's probably correct. A second way could be to put all the numbers in an priorityqueue and compare that Q with another control Q that you made. For ex, Q 1: // Control Q … ![]() | |
Re: I'm not gonna give you the correct answer as I can see this is an assignment and I do want you to learn for youself, but I can give you the process. Just think of it, how many and which characters are truly in this file? Remember, for each new … | |
![]() | Re: I'd solved this using priority queues. Simply input the values of both your lists into 2 seperate queues and compare the queues. As the queues are self-sorted you should end up with two equal queues, if the lists match ofc. I'm not saying this is the best way, just saying … |
Re: I think you got it abit wrong mate. You don't use 'Package' to import classes. You use 'Package' to declare that the file you write this in, belongs to the package you write. I'm not sure if a file belonging to a certain package gets access to other classes within … | |
Re: Just a supplement to SasseMan's post. Given the code you provided, JAVA will see that the lines after the return statement, "return this.day = 1;", as waste and therefore it wants you to delete them, hence you get the error message you provided. To resolve this; Follow SasseMan's advice about … | |
Heya. I require assistance regarding one of my Java programs. As the program is rather large I'm unable to post the source. The problem, My program will not start once I try to execute the Jar file associated with the program. Platform, Netbeans IDE 6.8 Description, I've written this program, … | |
Re: *Bump* Do this also work in VB 6? I'm new to the language and tested out your code but I only experience alot of failures. Thx | |
Heya, I've had enough of windows and I'm attempting to install Ubuntu 8.10 desktop i386 version. The installation and everything works fine, but when I remove the cd (as asked to) and reboot the computer I get the message "Grub error 22".. I've been using ubuntu before but never seen … | |
Heya. I have a problem with a mail script. It returns no error or anything it just doesn't send. [code]if(mail($email, "Test", $mess, "From: $nick <$email>")){echo 'Mail sent!';}else{echo 'Mail failed';}[/code] Sorry if the code looks confusing, I can write better but I've rewritten it so many times to get it to … | |
Re: You can always create an class and place the code there and then use the class in your jsp pages to access the DB. | |
Re: There're alot of excellent tutorials about how to write jsp. Google it and you'll find, learning jsp when you only know php is a bit harder than going jsp to php. But I'm confident that you'll be able to get a script going. You'll soon notice that the two languages … | |
Re: Being rude is among the forum rules as well. Javascript is a Client-side language. So it can't use DB itself. But if you really want to use javascript with a database then the closest you can come is AJAX. Search the forums for some AJAX examples and you can always … |
The End.