Changing the directory in a method and call variable elsewhere
Hi i am attempting to change the directory in a method in my program and i was wondering how i would then use the variable from the method to say that the directory has changed in a start screen method...
View ArticleWhy isnt my applet displaying?
Im still trying to figure this applet HTML code out, I think I have tried everything that I have googled but with no results. My HTML code <html> <title>Maine Statistics Pie Chart...
View ArticleUsing Search, Union and Intersection in a Linked List, Program Crash
I'm workng on a project that I thought I understood and it turns out that I have no idea what I'm doing. The program is supposed to list different set of numbers out of an existing set, implemeting...
View ArticleHow do I save using pickle when dealing with questions and answers?
When run, this produces an error of "NameError: global name 'Qnode' is not defined. This only happened after I inserted the pickle code to save the file. Where is my problem with my pickle code? import...
View ArticleLive Video Encryption
I recently post a advance topic in general help forum. This is the Topic
View Articleerror while installing composer
i am trying to use symfony2 i downloaded symfony package,then composer for windows7 , i also downloaded php 5.3.2 to complete installation of composer after finishing i used command prompt to run...
View ArticleConsole C++ Script, Read File output in a Formated Text
Hello everyone, I have a file named "A6.txt" inside it has this code: April Joe, 1, SUPER DUPER ULTRA SECRET, 02031982| Matthews Jocob, 2, TOP SECRET, 11031992| Garfield Kitty, 3, SECRET, 04041942|...
View Articlecout is giving me unexpected result
Hello everyone. I am trying to read from a text file using getline in c++, but I am getting additional data on top of the output I'm looking for. I am pretty new to c++ and am trying to populate a...
View Articlewhat is best resource to find out how to generate Word templates?
I would like to be able to generate Word 2010 templates (.dotx) and push new styles into it based on data in an Excel file. I am having trouble finding good reference on how to generate a Word...
View ArticleJava Class File Help
Hello, I am in grade 12 and i am trying to create a class and its not working, when i compile it , it works but when i run it and click the button to initialize i get so many errors, is there any...
View ArticleAlign a panel to the right, HorizontalAlign=Right not working
Im trying to right align an asp:panel on my xml page, HorizontalAlign="Right" seems to have no affect, please advise? Ta
View ArticleGreatest product of four adjacent numbers in a 20x20 grid question
What is the greatest product of four adjacent numbers in any direction (up, down, left, right, or diagonally) in the 20 × 20 grid? Write a function that takes the above array as an argument and returns...
View ArticlewriteInt problem within the array.
I having problem trying to write 3d array into the file. I don't understand why if I put in the exact Int then it able to write into my text file, but when I put in the array elements it doesn't....
View ArticleHow Would I Separate Two Separate tokens into Two Separate Arrays?
Hi all, I just joined this site. It looks like a nice place to learn new languages /> I am working on a java program as I am trying to learn Java Programming by myself. I am working on a GPA...
View Articleproblem with interface conversion .. help please
summary I'm trying to retrive a type from the assembly ( the playertype parameter is an enum which has names of the types the user can choose from) the type.tostring is called to store the value of the...
View ArticleHow to add collision detection to an object in the game.
Ok I am trying to add collison detection to an object in my game. real basic stuff. just started programming. this is my code. using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics;...
View Articlephp now() function
i am storing datetime in database by using php function now(). the problem is that when i get the date from database i get '2012-2-3-1:23:10'. and i just want to get (m/d/year) only
View Articlefor not getting the window title if the user has not inputted anything
i want that my keylogger for not getting the window title if the user has not inputted anything.
View Articlefor not getting the window title if the user has not inputted anything
I want that my keylogger for not getting the window title if the user has not inputted anything.please help
View ArticleArray of a Class Type containing an Array: array sizes are dynamic
I have the following class type declared. class Piece { public byte type; public byte loc; } class Config { private Piece [] piece; private int next; private int parent; public Config( int n ) {piece =...
View Article