Insert problem
Hi Im having trouble with this line of code what I am trying to do is add the counter to # so it works like this #1, #2, #3 but for some reason the int isn't added to the end? num.insert( counter, "#"...
View ArticleMultidimensional Array Access
Hello, I'm really stumped as to why the piece of code that I have isn't working, and is in fact giving me an error. I have a multidimensional array ($results) that contains the following: array(50) {...
View ArticleProblem With A Text Based RPG Game
I am working on a text based game and I am having some problems when it comes to the saving variables of races/classes, it gives me multiple errors and says it is undefined. I am not understanding...
View ArticleAssociate pyhton with gps or google
Can we able to associate python with gps or google maps or some other to give the user for direction.
View ArticleMouseListener HELP!
This is my first time trying to use mouselistener, unfortunately is not going well />. Everytime i click 15 units from the moving image it should change the current image to a new one and if i click...
View ArticleC++ Binary Trees problem
I only need help with finding the maximum leaf level and the minimum leaf level. I got my code to print out something for them but I'm pretty sure it's not right. Please help. Thank you. Here is the...
View ArticleLocal Data Storage
So as my title says, I need to be able to save data locally. This will be a plugin for a regular internet client. But I have hit a wall here. Someone told me I can do this with XML, But I am baffled....
View Articlepassword verification, problem with password verify section
code compiles and runs but only goes to the password verification section if the user enters an incorrect password and needs to reenter a correct password. Tried an if/else statement and would not...
View ArticleAssigning multiple Letter Grades to a list Box?
So in this program I am writing, I am writing a function that takes the average I have already calculated for each student,(StudentAvg1, StudentAvg2, etc..) assigning a letter grade to their average,...
View ArticlePHP Mailer not working
I am using PHP Mailer to send emails. It worked fine in the localhost. But, it's not working in live server. Here is my code. Please help me to figure out what the actual problem is. Here's my code....
View ArticleFinding an arbitrary element of the m-th k-subset in polynomial time
Hello Dream.in.code, I was wondering if one of you could help me with a problem. I want to know if there's a polynomial time algorithm to solve the following problem: Given integers n, k, r, and c...
View ArticlePhpMailer: Language string failed to load: execute/usr/sbin/sendmail
Hi, i am trying to use phpmailer, but i have some error... Error is: Language string failed to load: execute/usr/sbin/sendmail; code is: <?php include_once('php/get_category.php');...
View ArticleUnderstanding and Writtinng Technical Specification of VB 6.0 CODE?
Hello Everyone, I am writing technical specification of a VB 6.0 based measuring tool. I have the source code of this tool. Can Anybody tell me how to begin and write down the technical specification ?...
View ArticleInsufficient understanding of 2D Viewports
For about 4 months now I have been developing a very simple 2D game engine. Unfortunately and for obvious reasons, 3 weeks ago I came across a specific piece of information I needed to research on: how...
View Articleadd 2 datatable values based on id
Hi All, I have 2 data table in my application and want to create a new table from those 2 tables. The table1 contains data like 1 asd 500 2 bns 0 3 jvk 850 4 irs 250 5 lop 100 6 muo 350 The tabl2...
View ArticleClassNotFoundException("com.mysql.jdbcdriver")
I have installed MySql and edited my CLASSPATH(variable) to the path specifying the connector. Now when I am running this code using java TestConnection it gives me ClassNotFoundException. I am not...
View ArticleClassNotFoundException("com.mysql.jdbcdriver")
I have installed MySql and edited my CLASSPATH(variable) to the path specifying the connector. Now when I am running this code using java TestConnection it gives me ClassNotFoundException. I am not...
View ArticleAdding to a list from another class
I have a program which contains JuniorStudents and SeniorStudents. I've made seperate classes and in each class there is a list. Now when the student is year 6 or year 7 I shall promote it to senior...
View Article