i have a problem when used c function in my program
Hi everyone...! Friends, i have a probelm in programing with GNU assembller...! When i want linked my program! following code! .section .data output: .asciz “The value is: %d\n” .section .text .globl...
View ArticleCan I use a FileList as a dependency to a rake task?
I'm using rake to help compile Coffeescript for a Chrome extension I'm writing. My Rakefile looks like this: COFFEE = FileList['src/*.coffee'] JS = COFFEE.ext 'js' directory 'extension' rule '.js'...
View ArticleI have a problem with my second program
Hey guys, I just learn what the if statment was and i thought of something, an interactive calculator, but when i tried to out i typed in addiction and i was hoping for it to let me tpye numbers after...
View ArticleCreating array from constructor
Hello, I know this is a very basic question but I would appreciate so help in determining why my constructor is not creating an array for me. Here is the code: public static void main(String[] args) {...
View Article(Inheritance) No Runtime Error, but Incorrect Output
Hello, hopefully someone more familiar with C++ can assist me. I have composed this program to practice with class inheritance. Everything is now running correctly and no errors are flagging, however...
View ArticleJava Assignment, please help [still stuck]
Howdy folks; I have been assigned a problem by my professor, and I think I have completed all of the points specified, however; he still says that I have not completed the assignment. I would deeply...
View ArticleDataGrid Input Validation
I am having trouble getting an error message to appear when a user inputs invalid information into a cell into the datagridview. Private Sub btnUpdate_Click(sender As System.Object, e As...
View Articlememory leak when trying to merge two linked lists
I have a memory leak when I try to merge two linked lists in another one. I tried to use list_destroy(&merge) however the memory was already gone by the time I did that. Thus, I don't know what to...
View Article("TEXT") inside of a TextBox.
Hello, I'm trying to display some commands inside of a TextBox to other people. I'm using this textbox code: TextBox1.Text = "("TEXT GOES HERE")" It's giving me a "End of statement expected" error. Can...
View ArticleMonth Date
This code puts the date into an array of text boxes and moves it down one box when the month date changes. MonthPart = Month(Date) For i = 0 To 11 Monlbl(i).Caption = UCase(MonthName((13 + i -...
View Articlecant file symbol error trying to create a file object
hi,i am creating method to load a file to a scanner ready to read and i am having truble with a Cannot find symbol error public static Scanner loadHistory() { // load the file Scanner inFile = null;...
View Articlecan i use biometric in my payroll system using vb6? zdc-30 t80 scanner
How can i connect my program in vb6 using zdc-30 made by realand company!?
View Articlequestion probably about front page
Hi there. I'm just guessing my problem involves java. My wife loves Front Page and its child, Expression Web. (I do not!) I've just gone through a sequence: Upgraded my Firefox. Stopped being able to...
View ArticleFaceBook Hacker Cup PHP Solution
Facebook Hacker Cup Solution : http://www.facebook.com/hackercup/problems.php?pid=475986555798659&round=185564241586420 Solution : <Removed> Enjoy
View ArticleFaceBook Hacker Cup Balanced Smiley Problem
Hi, I am working on 2nd solution. I have made this code. http://pastebin.com/PD0JPeDf Problem Link : http://www.facebook.com/hackercup/problems.php?pid=403525256396727&round=185564241586420 I am...
View ArticleArrayList, java
I have problem to change the array to ArrayList. ArrayList<Card> deck = new ArrayList<Card>(); public void createDeck(){ for (int i=0; i<families.length; i++){ for (int k=0;...
View Articlei need to copy all mp3 files in a directory and its child directorys
Dim wantedExtension as String = ".jpeg" For Each file_name As String In OpenFileDialog1.FileNames If (file_name.EndsWith(wantedExtension) Then TEST1.lstFiles.Items.Add(file_name) TEST1.txtList.Text =...
View ArticleHow to Display sales by date in vb
HELLO...!! Creating an application for a store...Everythings kool.....Now I Have a form where I have to show todays sales...the shop is a small mobile top-up shop....what I did is dragged a...
View ArticleJava, Happy Family Game, using ArrayList
The code for the deck by using ArrayList: ArrayList<Card> deck = new ArrayList<Card>(); public static final int TOTALFAMILIES = 12; public static final int TOTALCARDS = TOTALFAMILIES * 4;...
View Article