English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - January 2007

[Selected]: All categories Computers & Internet Programming & Design

where, download, adobe, photoshop

2007-01-06 00:27:07 · 9 answers · asked by hiranojunkun 1

exercise that does not require jumping or running or walking.

2007-01-06 00:10:23 · 3 answers · asked by shiela marie m 2

this is c++ code to print the sum of rows and column.
// Printing of the sum of each row.
cout<<"Printing of the sum of rows "< for (i=0;i<4;i++)
{
for (j=0;j<4;j++)
{
r = r + num[i][j];
}
cout<<"The sum of row "< r = 0;
}
// Printing of the sum of each column.
cout<<"Printing of the sum of columns "< for (i=0;i<4;i++)
{
for (j=0;j<4;j++)
{
c = c + num[j][i];
}
cout<<"The sum of column "< c = 0;
}

WHAT I DON'T UNDERSTAND IS that the codes for adding up both the rows and colum is almost same then how is the answer coming different.
there is differnece of 2 lines-->1) r = r + num[i][j];
2) c = c + num[j][i];
but thier meaning is also same- both locating to the same number, THEN HOW IS THE ANSWER COMING DIFFERNET
plzzzz help, and plz give the explaination in detail

2007-01-05 23:10:01 · 3 answers · asked by Anonymous

2007-01-05 22:24:52 · 8 answers · asked by Anonymous

i know it has something to do with properties and the url address but i am doing somethin wrong :O(

2007-01-05 22:11:49 · 5 answers · asked by serensdad 1

I'm doing a simple 'C' program to convert meter to km., in., and cm. How do I make the answers with at least 3 decimal points?

2007-01-05 22:03:55 · 3 answers · asked by ynnas 1

2007-01-05 21:54:05 · 3 answers · asked by Anonymous

in context of interfacing and programming ATMEGA16 with AVR trainer kit!

2007-01-05 20:47:06 · 1 answers · asked by khandavillimahesh k 2

its kind of hard to explain but i will try break it down.

i have a table set up with 5 colums on my sql server

Name | Location | Email | URL | Comments |

with the Comments field i want it to hold over say 100 characters

but when i go to view whats been added to the table
everthing is in one very long straight line


how do i set up the fields so i can perfectly see every thing nice and neatly in each field

something with multilines.

2007-01-05 20:32:12 · 4 answers · asked by g_playa_gent 1

How is web search engine work? I made website with firework, flash and dreamweaver. Then upload to www.geocities.com/(my domain), I had input "keywords" and "description" in index.html. But my web can't be searched out even I typed the exact "keywords" wording.

2007-01-05 20:16:20 · 3 answers · asked by Grace W 1

Hi
i want to empty the source export in IE or hide it in right click.
plz help me

2007-01-05 19:39:30 · 4 answers · asked by amir 1

2007-01-05 19:34:49 · 2 answers · asked by e p 1

2007-01-05 19:24:38 · 5 answers · asked by imran 2

i've made this prog but it is not printing the correct output. plzzz help
#include
#include
void main()
{
clrscr();
int a[3][3],max,min;
cout<<"enter the matrix: ";
for(int i=0;i<3;i++)
{ for(int j=0;j<3;j++)
{ cin>>a[i][i]; }
}
max=a[0][0];
min=a[0][0];
for(i=0;i<3;i++)
{ for(int j=0;j<3;j++)
{ if(a[i][j] min=a[i][j];
if(a[i][j]>max)
max=a[i][j];
}
}
cout<<"the max character is: "< getch();
}

2007-01-05 19:22:14 · 2 answers · asked by Anonymous

Write a function

double* maximum(double a[ ], int a_size)

that returns a pointer to the maximum value of an array of floatin-point data.If a_size is 0, return NULL.

2007-01-05 19:13:40 · 3 answers · asked by Anonymous

It asks me for the cd, is there any file that i can tweak a bit to bypass the cd check

2007-01-05 19:11:34 · 2 answers · asked by bacamacaamaca 1

If my column name contains space, what kind of quotation can i use ?

for example, if my table is (product name, price), would this be correct ? i used double-quotes .. is it correct ?

SELECT "product name"
FROM MyTable
WHERE "product name" LIKE 'SQL book'

Please tell me what will exact syntax look like in this case ?

Thanks

2007-01-05 19:09:26 · 8 answers · asked by Zettag 2

Write a function

vector merge_sorted(vector a, vector b)

that merges two sorted vectors,producting a new sorted vector.Keep an index into each vector,
indicating how much of it has been processed already. Each time, append the smallest unprocessed element
from either vector,then advance the index . For eg,

if a is , 1 4 9 16
and b is: 4 7 9 9 11

then merge_sorted returns the vector:

1 4 4 7 9 9 9 11 16

2007-01-05 19:06:59 · 6 answers · asked by Anonymous

2007-01-05 18:52:53 · 4 answers · asked by bacamacaamaca 1

HOW DO I GET TEXT TO GO AROUND IN A CIRCLE OF AN AUTOSHAPE FIGURE IN WORD ART

2007-01-05 18:25:05 · 1 answers · asked by Robert S. L 2

Tell me how to change menu color and font size in VB menu. If u ve anyother tips its always welcome

2007-01-05 17:28:13 · 1 answers · asked by Hari's 1

2007-01-05 17:05:09 · 4 answers · asked by Shannon J 1

im gonna create the computer version of the game mastermind, i cant create a source code, im supposed to use the rand() function

2007-01-05 16:57:35 · 3 answers · asked by Sammy Baby 1

And then make another image from OLE move sideward, either to the left or to the right. I'm creating a game so please can anyone give me some tips or hints? Thanks...

2007-01-05 16:49:00 · 2 answers · asked by Angela 1

Say for instance Times New Roman or Courier?

2007-01-05 15:59:19 · 3 answers · asked by Bear T 1

2007-01-05 15:51:20 · 1 answers · asked by Devin 1

fedest.com, questions and answers