a question about how to work with c functions in asm
Hi Guys...! Look the following source...! please! .section .data data1: .int 200000 data2: .int 201010 result: .quad 0 output: .asciz "The result is %qd\n" .section .text .globl main main: nop movl...
View ArticleJava SpellChecker Starter Help
Ok, so we are supposed to write a program using the given SpellChecker class that checks to see if a given word is in a certain dictionary (which has been provided via text file). I'm still new to Java...
View ArticleYet Another Linker Error When Using Winsock
Hey, I'm trying to send a HTTP request using Winsock and I'm getting a rather beautiful linker error stating the following: Quoteerror LNK2019: unresolved external symbol "public: class...
View ArticleArray Question
Okay so I'm doing a small project for my computer science class but this is not a 'do my homework for me'. My question is, can an element in a 2D array represent an individual record that could be...
View ArticleSenior Project Idea
We have senior project this semester, and it looks like it will have to be programming based. The group consists of four people. 2 of us are networking guys, 1 a web guy (has taking basic courses, and...
View ArticleProgram not initializing the date correctly
So for this assignment our teacher provided most of the code and had us implement the Initialize, GetMonthAsString, leapYear, and Adjust functions. The code compiles but it is not recognizing the date...
View ArticleHow do you start at a certain point in an array?
So i had some questions about a particular part of my java assignment. How would I create a method that would start at a particular point in an array along with continuing an algorithm of that start...
View ArticleAsks for Integers till a negative is entered
Im trying to get this while loop to work. The program keeps asking for integers till a negative is entered then it prints out the average I think the problem is in the while loop but im not sure. Any...
View ArticleBubble Sort Java? Using -1 after array.length
Hello I am learning java and I am practising the bubble sort. I understand everything except..... Could someone please explain the reason for using the -1 value after // numbers.length-1 in the 2nd for...
View ArticleWhat is wrong with my if else statement
When I compile it, it always gives me the else-statement of them all. #include <iostream> #include <iomanip> #include <conio.h> #include <string> #include <string.h> using...
View ArticleHelp needed here
Could someone give me some hints or clues about what i am trying to make im making a program were i input the width,length and border of the program Example: width : 10 length : 10 border : 2 so output...
View ArticleCakephp Save ID/Associated Models
I am trying to save the ID for a table called Coverages in a table called Spreadsheets. Im using Cakephp 1.3. I have all my associations correct but for some reason I cannot wrap my head around this...
View ArticleI am just getting the hang of C++
I am just getting the hang of C++, however, I am open to any advice that more experienced programmers may have about working with code and also about getting into the IT field. Thank you.
View ArticleWhat am i doing wrong?
I'm trying to design a program that times appending #s vs inserting them. I am able to get the first test to run but after that, nothing. Can anybody help? import timeit #Tests for appending in...
View ArticleHelp with dividing number by 2 homework
Make a function called half() that takes an integer argument. The function must print the number it received to the screen, then the program should divide that number by two to make a new number. If...
View ArticleBlackjack Cards Question
Hello! So I'm working on a blackjack game. I know how to do all the components of it except one. How to make the cards. Blackjack has 52 cards, all a different number and suit. However, I can't think...
View Article[HELP] Cardinal Number System...
Hi guys, please help me T_T Here is what is SUPPOSED to happen: Input Number >> 55 Output >> five-five Input Number >> 790 Output >> seven-nine-zero The red is just a system.err...
View ArticleDEAL OR NO DEAL
How can we random the amount for the 26 briefcases? We tried many times but we always get the wrong ouput.
View Articlesimple graphic programming
The issue is that when i compile(which it does without errors) and run the program the java pops out a window that shows just white. Could someone see what i am missing in my code? i have really tried...
View Articlehow to change selected row in datagrid in vb6
i need help for how to change selected row color in datagrid
View Article