Search ArrayList for value and return Entire String
Hi guys! New to the forum and coding Java in general, so go easy! Basically I have been given a task to scan a large text document, an eBook for example into an arrayList. When the document has been...
View ArticlePygame problem with blit and strange variable issues
I am having a really strange problem with Pygame, and it's got me stumped for the last few (OK, more like 5) hours. There are free programs out there for making photo mosaics, but ever since my early...
View ArticleAssembly procedure calling from C (INTEL 8086)
Let me thank you for replying first. Alright, so here is goes. I need to prepare a procedure in Assembly for Intel 8086 able to be called from a C (pass a string and return an integer value(16bit)). My...
View ArticleAssembly procedure calling from C (INTEL 8086)
Let me thank you for replying first. Alright, so here is goes. I need to prepare a procedure in Assembly for Intel 8086 able to be called from a C (pass a string and return an integer value(16bit)). My...
View ArticleI am new to Java and don't know how to create a method for the
This is what I've done so far! I have included comments to help you understand what I'm trying to do /** * This method should iterate over the {@link words} list and look for words * that are anagrams...
View Articlevb.net Application Structure
Hi Everyone, I am creating a VB.NET automated DB dump application for SQL databases. My application get information from the user via a windows form and creates a task scheduler programmatically. The...
View ArticleQuestions about a possible new job.
Hello All, I am in the middle of trying to change jobs. And a recruitment consultatnt sent me this today: Hi Kevin, Please have a read over the website and try and find out more about this as much as...
View ArticleHow to clear variable value after logout?
I have declared a variable in module so that I can use it whenever I needed in my program,in that variable I have stored a username ,so that any user who is logged in can change the password (nobody...
View ArticleProblem using user-defined data types
So im trying to make my own data type out of a class that takes two integers, in this case x and y, for the use of a non std container type. the type im using is simmilar to standard types, but it was...
View ArticleHow to work with word document?
Hello, I've just starte to program on C# and trying to develop an application that translits the text from Word document and outputs a new Word document. I've placed a button to give the user the...
View Articlepage link to register.php throws up null column error without submit
Hey, I have a problem with a script that runs on my registration page of my website. The index page contains a submit button which links the user to the registration page, however, since updating the...
View ArticlePermission Error In VS 12 and Blend 12.
Hey All So recently i decided to start working on windows 8 apps. i was very enthusiastic at first but then an error showed up whenever i opened the designer in an XAML form. The error is some how...
View ArticleQuestion about variables (vague question desc)
I know the topic is really vague, but I don't know how to formulate it! It might not be isolated to C/C++ either but since I dev in C++ I put it here when I didn't know where else to put it! Anyway...
View ArticleWhat are some simple projects for a C++ beginner ?
I've been messing around with C++ for a few months but I would like to get serious about it. I've been teaching myself from the "C++ For Dummies" (The all-in-one edition, which contains 7 different...
View ArticlePointer to Pointer The double asterisks need or not needed?
So my question pretains to pointers to a pointer. I've been working with passing array data structures and other data structures to my functions. This reminded me of something I read a while back in...
View ArticleWhy would you ever... Return a Pointer or reference..
Ok, so I understand pointers and references, ive used them before plenty of times. Thing is that I just doin't understand the concept of returning a pointer or a reference.. Are you trying to return a...
View ArticleXNA Windows and 360 differences?
I can't find a good post or article anywhere talking about the differences between the XNA language when working with a 360 versus with Windows. I am starting XNA I have done a few basic 2d tutorials...
View ArticleHow to Update a SQL table with data from a DataSet
I am pulling data from 1 database(QAD) into a DataSet. I need help trying to Update a table in a different database(Inventory_Test) with the data collected in the DataSet. Here is how i pull in the...
View ArticleIs it possible to increment arrays?
I've been learning VB at college, for one of my assignments and for one task I seem to have overshot my ability somewhat. I have been able to solve all of the problems I have encounters thus-far...
View Article