Forum: Assembly May 4th, 2009 |
| Replies: 1 Views: 316 Hi guys,
I am trying set cursor postion in the screen and print a value.But this loop gives me a unlimited loop..can anyone help me to figure out whats wrng.?
mov ecx,5
L1:
mov... |
Forum: PHP Mar 12th, 2008 |
| Replies: 10 Views: 1,627 ohhhh..that was the problem..thanks man.. |
Forum: PHP Mar 11th, 2008 |
| Replies: 10 Views: 1,627 it says theres a problem in port 80..in the wamp it was the skype but in xampp i cdnt figure it out. |
Forum: PHP Mar 10th, 2008 |
| Replies: 10 Views: 1,627 hey guys.i installed the xampp but when i start the apache it says there is a some issue with the port80...do u have any idea on this?? |
Forum: PHP Mar 10th, 2008 |
| Replies: 10 Views: 1,627 ok.seems like a cool idea.I ll try and see |
Forum: PHP Mar 10th, 2008 |
| Replies: 10 Views: 1,627 Does any body know how to configure a wamp server or any related web help available for it? |
Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 809 |
Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 809 ok.thanks. however i need to continue the program just if the user wish to.(by typing yes).So can you help me with that? |
Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 809 hey guys I have a question on this guessing game. I want to make this game to repeat. when the guess is correct, i wanted the user to input 'y' or 'n' and if yes it should repeat. How can i do that?... |
Forum: C Mar 7th, 2008 |
| Replies: 1 Views: 422 hey guys
How do you write and statment to input the values for the elements of array(x[i][j]) from the terminal?
Do we have to use a for loop? |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 Thanks man
So it means that it have 2 rows and 5 columns??
and do u know how to name the elements in a row.as a example in the second row
will it be like following?
t[1][0] |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 hey guys
How do u define a 2by 5 array..is it mean
int t [2][5]..
how do u figure out how many elements in the array? |