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

Programming & Design - November 2006

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

and if you know where i can get a quote one.

2006-11-04 12:50:01 · 2 answers · asked by ali 1

2006-11-04 12:23:33 · 8 answers · asked by jade317877 2

2006-11-04 11:58:34 · 4 answers · asked by ZEESHAN S 1

The procedureentry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI>DLL

2006-11-04 11:01:16 · 10 answers · asked by reddudleycat 1

i need a good movie editor that you can put text in it and pictures in the middle?

2006-11-04 09:44:03 · 2 answers · asked by araleryani 1

2006-11-04 09:34:19 · 3 answers · asked by curioso 1

I have to create a program that displays asterisks in a variety of patterns using for loops. These is one display patterns than is just killing me:

(S) = black space

**********
(S)*********
(S)(S)********
(S)(S)(S)*******
(S)(S)(S)(S)******
(S)(S)(S)(S)(S)*****
(S)(S)(S)(S)(S)(S)****
(S)(S)(S)(S)(S)(S)(S)***
(S)(S)(S)(S)(S)(S)(S)(S)**
(S)(S)(S)(S)(S)(S)(S)(S)(S)*

Sorry for the bad diagram but it wouldn't format properly. Thanks for your time.

2006-11-04 09:00:23 · 2 answers · asked by Anonymous

2

2006-11-04 08:59:50 · 13 answers · asked by tony d 1

2006-11-04 08:35:19 · 4 answers · asked by ~*EshaBoo*~ 2

2006-11-04 08:27:48 · 4 answers · asked by didiibo 1

Can someone please show me a website where I can find some help for begginers to final cut pro? Ive got version hd 4.5

2006-11-04 08:09:36 · 1 answers · asked by tinytimw52 2

i really need some designing program ,for like designing magazines,and covers!
how can i get one??

2006-11-04 08:08:21 · 1 answers · asked by Mi$s-RoMantiC 1

2006-11-04 07:56:43 · 2 answers · asked by inthecrossfire 2

I tried to put some adsense ads on my website but don't know how to save them in order to appear on my site.Please tell me excactly what to do because I'm not familiar with HTML.
Thank you

2006-11-04 06:56:33 · 2 answers · asked by Anonymous

I mean if I worked a little with a HTML editor (trial version) can I continue and build the same page with another Html editor?

2006-11-04 06:18:52 · 5 answers · asked by Anonymous

int main()
{
int i;
for(i=0;i<10;i++)
Display();

return 0;
}

void Display()
{
static int i =0;
printf("%d",i++);

}

2006-11-04 06:11:25 · 14 answers · asked by Siu02rk 3

I am learning C# and wrote my code in word pad and saved it as a cs file extention. The next step is compile the code from a comand line. Where do I find a compiler? Is there one in Visual Studio? Is a compiler seperate from the visual studio program? My book doesn't give me specifics on the compiler it just tells me the steps on how to make the cs file into an exe file but nothing about if I am supposed to use visual studio to compile. Any help would be great.

2006-11-04 05:52:55 · 4 answers · asked by Christina 2

i wast one that lets me ad effects and put words on the pictures, thanks

2006-11-04 05:42:59 · 5 answers · asked by yer5yey5 2

Basically I have an assignment to check weather a string is a palindrome, like dad, is a palindrome or not. The problem is I'm required to use recursion. I'm actually a bit confused on this one, if a recursive function is just a function that solves a problem by reducing it to smaller version of itself, then does that mean I can't use any form of a loop here? I thought of the following algorithm.

1) Get c-string
2) Use modulus to determine if indexSize is even or not
3) Use for loop to compare front index to back index...eg first and last
4)increase first counter, decrease second counter...
5)if index was an odd number…then if statement within the loop would compare middle index to middle index then break.


but that would involve irritation...

so I’m not really sure I’m getting the point...

any advice would be greatly appeared.

Oh and please do not post code solving my problem, I do the work and take the class to understand how to become a better programmer.

2006-11-04 05:33:01 · 3 answers · asked by D 4

#include

#define MAX 20

main()
{

int number[MAX] = {12,33,45,66,43,1,56,78,101,99};
int index;

cout.setf(ios::right);
for (index = 0; index < MAX; index++)
{
cout << endl
<< "THE CONTENTS OF ARRAY ELEMENT";
cout.width(4);
cout << (index + 1) << " IS :";
cout.width(4);
cout << number[index];
}
cout << endl << endl;
return(0);
}

2006-11-04 05:16:29 · 2 answers · asked by Best Helper 4

can i make o.s. in vb.net????
if yes, what you think about the loading the program at first time approach?
if you know any resource please let me know ....

2006-11-04 04:53:54 · 7 answers · asked by RAJWANT M 1

i want to learn SQL Server 2005. i dont want to be a database programmer, but i just want to learn some basic things to make a good database and to connect it my VB 2005 applications. i want to know about the relationships of tables, i am quiet confused in primary key and foreign key.

2006-11-04 04:50:05 · 2 answers · asked by mausam 1

Which one should i try?

2006-11-04 04:15:34 · 3 answers · asked by Taste the rainbow 5

2006-11-04 02:25:32 · 4 answers · asked by Anonymous

THIS QUESTION IS RELATED TO THE MCA ASSIGNMENT, PLEASE ANSWER IT IN ONE DAY ONLY. PLEASE ANSWER AS QUICKLY AS ANY BODY CAN

2006-11-04 02:19:38 · 1 answers · asked by COOLBUDDY 1

fedest.com, questions and answers