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

Programming & Design - February 2007

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

please justfy ur ans, if possible.

2007-02-26 22:45:02 · 6 answers · asked by Balaram 1

2007-02-26 22:28:03 · 2 answers · asked by chaitanya p 1

My current website has been running for over a year now and I want to make some quite big changes. Before now a friend has been kindly maintaining it but has not always got the time so is it possible for me to get some step by step dummy proof FREE instructions on how to do it ?

2007-02-26 21:53:21 · 4 answers · asked by isleofskye 5

2007-02-26 21:33:09 · 7 answers · asked by sachin t 1

hi guys, i wanna ask about how I can get reference about NPL and if there is forum available please tell me. I am willing to develop a search engine for web using NPL.
thanks in advance.

2007-02-26 21:29:32 · 2 answers · asked by marco_pb 1

Is there any software to convert the Clipper Programs to any Windows or Linux based application format?

2007-02-26 21:01:40 · 1 answers · asked by resh 1

2007-02-26 21:00:37 · 3 answers · asked by RavenX 1

how to downloed the free programe , i need it to open pdf file, from where i can get the free downloed

2007-02-26 20:58:54 · 4 answers · asked by bishbish 1

this program encrypts and decrypts messages, and the encryption/decryption has to be affected by a "shift" variable for example if the value of shift is 7, and k corresponds to 1, the encryption should be 8 instead of 1, and the decryption for k should be 8 and not 1.
i got the encryption down i believe, here is the decryption part:

void decrypt(){
cout<<"Enter a message to decrypt (0 to quit)"< int code;
cin>>code;
while (code!=0){
if (code==1) cout<<"k";
Followed by 26 more if statements

(will continue in additional details)

Additional Details
2 hours ago
(cont'd)
cin>>code;
}
return;
}




int main(){

int choice;
int shift = 7; // default shift
choice = menu();
while (choice != 3){
if (choice == 1){
cout << "Enter the 'shift' value: ";
cin >> shift;
encrypt(shift); }
else
decrypt();

cout< choice = menu();
}

return 0;
}

how do i get it to be affected by the shift variable, the thing is i dont think im allowed to add anything to decrypt()

2007-02-26 20:14:17 · 1 answers · asked by Alex P 2

http://www.pricelesshouses.com
Thank you
Pablo H

2007-02-26 20:01:58 · 6 answers · asked by Anonymous

also why so system adminstrators often aim to virtualise services today?

2007-02-26 19:53:24 · 2 answers · asked by bon_boi 1

I compile and run...I enter test scores and the program keeps asking me to enter....it won;t stop...help.

it is the first while loop. i need it to end when the user hits Enter with no test score.
Purpose: Write a program that will find the lowest, highest, and average score for a set of test scores.
*********************************************************************/
#include
#include
#include
#include
main()
{
float score;
float average;
float x;
float max = 0;
float min = 1000; /*just in case there is extra credit*/
float total = 0;
float sum;
int i = 0;
char ac[BUFSIZ+1];

{

printf ("***********************************\n");
printf ("*****Test Score Statisics *****\n");
printf ("***********************************\n");

{

while ( score >= 0 ) {
printf("Please Enter test Score %d: ", i+1);
score = atoi(gets(ac));


if( score > max ) { /* Find Max Score*/
max = score;
}else{
if (score < min) { /* Find Min Score*/
min = score;
}
}
sum = score + sum; /* Find Sum Score*/
}

average = sum / i; /* Find Average Score*/

printf( "\n\nThe average score is %.1f\n", average);
printf( "%d Test Scores\n", i );
printf( "Maximun Test Score = %.1f\n", max);
printf( "Minimum Test Score = %.1f\n", min);

}
system("PAUSE");
return;
}}

2007-02-26 19:41:23 · 4 answers · asked by importchef 2

I'm learning C++ with a how-to book and am very new, so please bear with me. What does the term "int" mean? How/why is it used? Is there a specific reason why it's in lowercase?

2007-02-26 19:41:09 · 5 answers · asked by df.boltthrower 2

I am a new user to the Linux world. I dont know anything about Linux but I have some basic knowledge of C. Suggest me a good book to learn C/C++ programming under Linux.

2007-02-26 19:14:09 · 8 answers · asked by Magesh 1

2007-02-26 19:05:30 · 5 answers · asked by abhi 1

I have Powerpoint '97...is it possible to put a URL onto Microsoft Powerpoint?

2007-02-26 18:25:58 · 1 answers · asked by Anonymous

can i use ms access? can i use it freely with vb.net without any license? please guide me!

2007-02-26 18:18:49 · 4 answers · asked by gminhas 1

i want to know about that....

2007-02-26 18:14:44 · 6 answers · asked by Letua_BoyZ@KL4 1

i want to know about that....

2007-02-26 18:14:23 · 2 answers · asked by Letua_BoyZ@KL4 1

Tell me about javascript

2007-02-26 18:14:04 · 9 answers · asked by jyoti 1

i want to know about that....

2007-02-26 18:13:40 · 2 answers · asked by Letua_BoyZ@KL4 1

I have no idea how to install this Windows XP blind. I know I'm missing something...but I have no idea. I'm new to this :?

www.deviantart.com/deviation/45262206/

2007-02-26 17:31:50 · 2 answers · asked by Dacey 1

Hi, I have a website with following html is working on all browser except Safari. I need to use another method to hide and disable the submit image after a user clicked on it. I don't know too much about JS, I have to fix it ASAP.. Thanks in advance.













2007-02-26 17:28:33 · 2 answers · asked by Anonymous

For example, how do I link from dir2 to my home directory in UNIX? I am using MS-DOS prompt.

Thanks!

2007-02-26 17:24:38 · 1 answers · asked by Anonymous

do they have to know about programming codes such as visual basic and c++?
if so do they use it frequently in their work field?

2007-02-26 17:23:38 · 5 answers · asked by Anonymous

2007-02-26 17:18:15 · 8 answers · asked by Anonymous

The grading policy is: 90 points or more, A; 80 to 89, B; 70 to 79, C; 60 to 69, D; 59 and below, F. To convert a point score to a letter grade, you should use

a. An if statement.
b. A switch statement.
c. A while statement.
d. A for statement.

2007-02-26 17:16:42 · 6 answers · asked by student 2

fedest.com, questions and answers