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

Programming & Design - March 2007

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

12. Write a program that print a table of the binary(out of four digit) octal and hexadecimal equivalents of the decimal number in the rang 1 to 15.

2007-03-17 08:48:01 · 1 answers · asked by ? 1

Can anyone tell me how to manually unregister a .dll file using command prompt in Windows XP?

2007-03-17 08:47:32 · 3 answers · asked by Christy 1

given a 2 dimentional array

Object tot[ ][ ] = {{"jake","moly"},
{"sue","james"},
{"larry","moses"}};

when i write tot.length
does this give me number of rows or columns or a sum of both?

2007-03-17 08:42:29 · 3 answers · asked by puzzlite 2

I want to create a link to another site, but now move people away from mine when they close that window.

2007-03-17 08:38:18 · 4 answers · asked by Lynn F 1

#include
#include
#include
#include
#include
#include


using namespace std;
using std::cout;
using std::strcmp;

//int random;

int main()
{
srand((unsigned)time(0));


string general[52] = {"Ah","2h","3h","4h","5h","6h","7h","8h","9h","10h","Jh","Qh","Kh","Ac","2c","3c","4c","5c","6c","7c","8c","9c","10c","Jc","Qc","Kc",
"As","2s","3s","4s","5s","6s","7s","8s","9s","10s","Js","Qs","Ks","Ad","2d","3d","4d","5d","6d","7d","8d","9d","10d","Jd","Qd","Kd"};



int generalnumber[]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,
31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52}; //shuffled array
int id1, id2;
int temp;
for (int i = 0; i <=300; i++ )
{
id1 = rand()%52;
id2 = rand()%52;
if(id1!=id2)
{

temp = generalnumber[id2];
generalnumber[id2] = gene

2007-03-17 08:16:59 · 2 answers · asked by Jayu P 1

I have Borland C++ 3.1.I want to make a program and then make it as .exe file so i can use it without C++.How can I make it in this version of C++.Please help!

2007-03-17 08:13:38 · 2 answers · asked by joyst70 1

Is there one that will monitor lets say a folder and when something in the folder has been modified, an email will be sent out to a group of emails? It doesn't matter the language it's in. Thanks guys!

2007-03-17 08:01:20 · 2 answers · asked by tom_a_hawk12 4

Data base performance

2007-03-17 07:59:37 · 3 answers · asked by Xavier G 1

I have observed that sound can be added only to individual actions. But can we make the whole presentaion run along a music in the background ? If yes, how ?

2007-03-17 07:55:30 · 12 answers · asked by Silly Shelu 1

Is there a such a thing a someone creating a website for you? if so, tell me who!!

2007-03-17 07:52:55 · 5 answers · asked by Anonymous

Are they provide free placement? what is the course fees & duration of SAP.

2007-03-17 07:41:24 · 2 answers · asked by san746 1

I left the WindowsApplication1 name as the project name when I created the project. I don't want to go back and have to recreate the project from scratch. Does anyone know how to do this and still maintain the path?

2007-03-17 07:36:47 · 1 answers · asked by Rabbit 5

I e-mailed a Microsoft Word document to my professor and he said he couldn't open it. He asked me if I could save it as a "Rich Text" doc and re-send it. How do I do thar?
Thanks!

2007-03-17 07:22:02 · 10 answers · asked by Anonymous

I want to know how should I publish my SWFs that can see them on my cellphone please say me all of the steps TNX <==>

2007-03-17 06:59:19 · 1 answers · asked by Par.A 2

whenever I try to watch a video on youtube a message appears
"Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. Get the latest flash player. "
I've installed it like 4 times already and it won't show the video............Please hel!

2007-03-17 06:53:01 · 2 answers · asked by cristhian_alesba 1

hi everyone, a lot of us use facebook and all of them look the same. is there any way we can maybe change the background or add music to it? thanks

2007-03-17 06:52:41 · 4 answers · asked by Anonymous

I want a form sent to a email adress after it has been filled out. any reliable ways of doing this??

2007-03-17 06:42:50 · 1 answers · asked by Anonymous

Need a C Program to create a calculator. The program will accept an arithmetic expression (assumed to be valid expression of only +,-,*,/,1/x and % operations) from the user. Including the above functions this calculator should provide the temporary buffer (memory function), to store and retrive the temporary number values

2007-03-17 05:57:43 · 3 answers · asked by shyam t 1

i'm trying to get java code to print exactly what is below but apart from the 4rth line( 2 1).
1 1
1 2
1 3
2 1 //problem here, i don't want 2,1
2 2
2 4
2 6
2 8
3 1
3 2
3 3

does anyone know what i need to change in my code?
Thanks!!


class ForLoop
{

public static void main(String[] args)

{

for(int i = 1; i < 4; i++)

{


for(int j = 1; j < 4; j++)
{
System.out.println(i+" "+j);


if(i == 2)
{
for (j = 2; j<9; j=j+2)
System.out.println(i+" "+j);
}

}


}

}

}

2007-03-17 05:54:42 · 3 answers · asked by Anonymous

Here's what I am looking to do:

I want to collect names and e-mail addresses on my web site so people can sign up for me e-newsletter.

I just want people to fill in a name field, an e-mail field, and click submit. Then, I want the emails sent to me and the user gets forwarded to the next page of the site.

I'm looking for software that's free, easy to use (for someone like me with very basic, static html knowledge), and does not have advertising on it.

THANK YOU for any help.

2007-03-17 05:27:33 · 1 answers · asked by TumbleTim 4

(I did this using MS Access)

2007-03-17 05:24:30 · 3 answers · asked by ilsa_as91 2

I've tried but I keep messing up. All I want to do is make a table with 3 small boxes in the colum next to it in three rows, but keep the left box as one.

2007-03-17 05:15:19 · 4 answers · asked by Chark 3

I am wondering igf this is just me. For example, I am in "Companies" in my "Edit Profile". Under "Company Name" I add html. But after I save it, it comes back all screwed up and will not display the pic. Just straight HTML comes up in the title space. If I press edit, it brings up jarbbled HTML in the title. I contacted MySpace and they told me that there are no problems. I currently have other company in my profile with the same html and their pictures come up fine. I do not understand it.

After it saves and I go to edit, it does not display:
< or "
properly.

It comes back with this "& it" or "& quot" thing and my images or any bolding or italics display will not display. How do I fix this?

2007-03-17 04:54:26 · 1 answers · asked by Anonymous

I have a online shop directed at german customers but its a dot com address /ie/ - XXXX.com ....if i change to a dot de /ie/ - XXX.de will this be seen and listed better on yahoo germany. I need to be at the top of the page and despite some hard work we still dont appear much - as we have a small market we SHOULD be much more visable - i think we need to chgange to a DE address - what do you think?

FYI The reason we have a .com address in german is simply because its one we had already or i would have got the .de first

2007-03-17 04:48:40 · 3 answers · asked by celebrityhandbags 3

i have to make a brochure for school.what program on the pc can i use to make it for free?i triedto get a free trial of microsoft outlook,but it didn't work!what program should i use?please help!

2007-03-17 04:39:37 · 3 answers · asked by Anonymous

anybody know where i can purchase a small business directory website template that i can install myself on unix?

2007-03-17 04:32:26 · 3 answers · asked by merlineaton 5

i also encountered this example
a /= i;
b /= i;

2007-03-17 04:18:01 · 4 answers · asked by Anonymous

fedest.com, questions and answers