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

and...
How do I implement the search engine in the webpage that I'm currently working on?

2007-03-20 01:12:51 · 4 answers · asked by Anonymous

ok I have a program that reads in values from a file which contains a bunch of numbers, it tallies these numbers as votes in 6 different races and prints out the number of votes for each candidate as well as the winner and the percentage of votes, i need to rewrite the program using arrays which i dont know how to do, heres the program:
#include
#include
using namespace std;
void
tally(int&,int&,int&,int&,int&...
void print(int, int, int, int);

int main() {
int p1=0,p2=0,vp1=0,vp2=0,s1=0,s2=...
int vote;


ifstream voter;
voter.open("ballot.txt");




while(!voter.eof()){

2007-03-20 01:07:51 · 1 answers · asked by Alex P 2

True story. What do i do?

2007-03-20 01:05:57 · 9 answers · asked by Chrism 1

I load the an image into a picture box through the code. I want to strech the image so that it will fill up the entire picture box i have set for it. No i don't want the box to change size but the dimensions of the picture.

2007-03-20 00:57:05 · 3 answers · asked by yeahthatstheguy 1

-----internet browser--- and yahoo--may sound stupid--but i need to know---or is there a difference?

2007-03-20 00:37:59 · 6 answers · asked by Billie R 4

how can i make an mp3 play throughout the entire presentation?

2007-03-20 00:20:29 · 3 answers · asked by Marie 4

How to get example codes for bigginers in PHP. I am very much interested do learn PHP 5.0 and Mysql 5.0 in linux environment.

2007-03-20 00:14:01 · 6 answers · asked by dilip kumar 1

I got this question from my school's quiz show . Do anyone of you know the answer ?

2007-03-19 23:32:39 · 3 answers · asked by Anonymous

Hi;
I have BSD Unix server and i have tried the code below using the localhost on my pc (winxp OS) and it is was successful but when i tried it using the unix server, it takes long time and at last did not send the mail (output the else part of the if st.==>Sorry... mail was not sent).
also i tried to remove all ini_set, but in this case the mail was not sent neither on localhost nor on the unix server.
==> the code is:
ini_set("sendmail_from", "sample@example.com");
ini_set("SMTP", "193.188.87.163");
ini_set ("sendmail_path","sendmail -t -i -F sample@example.com -f sample@example.com");
//I tried this instead of the line above ini_set ("sendmail_path", "/usr/sbin/sendmail -t -i");
ini_set("error_reporting", E_ALL);
$emailaddress="alaa@cmc-amman.gov.jo";
$emailsubject="TEST";
$msg="TEST Mail!";
$result = mail($emailaddress, $emailsubject, $msg);
ini_restore("sendmail_from");
if ($result)
Echo "Mail sent";
else
Echo "Sorry... mail was not sent";
?>

2007-03-19 23:25:29 · 4 answers · asked by alaa_alomari 1

I am well comfortable in Sybase and Oracle. First time I need to do programming in mySQL and HTML/DHTML. I found myself comfortable in mySQL but not okay how to access DataBase created in mySQL using HTML or DHTML? Can anyone who have worked can help me in this? www link will help me a lot. Thanks in advance. Code Snippets will also be helpful to me as I am doing it first time. This is my second question in Yahoo!!!. Hope I will be guided well.

Many Thanks, Sanjay Sukralia

2007-03-19 23:19:22 · 3 answers · asked by ssukralia 2

http://www.loucas.org.uk/home.html

2007-03-19 23:15:19 · 4 answers · asked by Anonymous

Fields are as followed:
1) Date Booked for
2) Start Time
3) End Time

Thanks in advance for any help

2007-03-19 23:08:30 · 3 answers · asked by minimes2003 1

how do u create menu tabs in html.can plz some1 send me good links from where i can learn to create menu tabs in html.

2007-03-19 23:04:54 · 2 answers · asked by remy 1

0

i have got a microsoft live webcam and on the the softwhere for it u have got a thing called dashboard where u can put pictures on the screen on your self like spiders sweets going across the bottom of the screen and things like that can anyone tell me what to look for on the web i want to update it. thanks

2007-03-19 22:44:51 · 2 answers · asked by Anonymous

As SAP, GDEDWARD, ORACLE Financials are all big in scope as compared to Microsoft Dynamics scope. Please could anyone of you let me know what are the relative competitors of Microsoft Dynamics?

2007-03-19 22:35:29 · 2 answers · asked by nasirkahn 1

im new in the uni im studing cs i need to be good on java

2007-03-19 22:20:01 · 5 answers · asked by dj a 1

I just finished learning HTML, XHTML & CSS Book and I want to learn more in creating websites with candy effects designs.

Like this website here:
http://www.desktopography.net/

Y'all get the picture right? So what's more I need to learn in order to be a professional Web publisher and designer?

2007-03-19 22:04:49 · 5 answers · asked by raymondalcatraz 1

i can use "oledbcommand object" in my application and "insert", "delete", "update" ,"select" in database .

but i do not know why "dataset object" is used in very application?

is "dataset object" better than "oledbcommand object"? please help me.
thank you very much.

2007-03-19 22:00:19 · 1 answers · asked by Hossein 1

0

i need a program that can edit my css web page while looking at it (which means a program that i will not encode or type the css i will edit it with a use of a mouse)

2007-03-19 21:39:32 · 4 answers · asked by Anonymous

scenario:

i need to download a PDF file from a web server...
the window to which the downloaded file will be thrown in will not appear until the PDF file has been successfully loaded to the client pc...

what i have right now is delaying the window to be shown... thing is... the PDF files from the web server are of different sizes, and thus have different loading speeds... so i cant use the delay method... coz it would only SIMULATE the process of checking the size of the downloaded PDF file...

2007-03-19 21:29:38 · 1 answers · asked by daemon 1

below is the table for which i need code for these fields.

Policy_id
Agent_id
Customer_id
Policy_type_id
Cancelled_yn
Start_date
end_date
Date_of_purchase
Date_of_cancellation
Agent_commission_amount
Client_payment_frequency
Client_payment_amount
Other_details

2007-03-19 21:21:40 · 3 answers · asked by maate r 1

When i try coding like this in VB it just doesnt work ..

Option Explicit
'
Dim dbMyDB as database
Dim rsMyRS as recordset

Basically the database the and record set do not come up as you type normally u can scrole up n down to pick one .. anyways i cant see those 2 options when i scroll up and down. Then i thought its because i dont have dao 3.5 or w/e enabled but now in components i cant find it what should i do?

2007-03-19 21:13:42 · 1 answers · asked by Anonymous

Dear,
I am using the same Access database for my VB program(Telepghone Index) in different computers with ODBC connection.The databse is stored in one PC and shared the folder via network. on client PCs this is mapped as a drive and made ODBC connection with DB. When i open on one PC it is ok; but at the same time if i open the program on another PC it is showinig "Database is already in use" and can;t get connection. pls opt me a solution....

thanking u

urs gini

2007-03-19 20:49:21 · 3 answers · asked by gini 1

Dear,
I am using the same Access database for my VB program(Telepghone Index) in different computers with ODBC connection.The databse is stored in one PC and shared the folder via network. on client PCs this is mapped as a drive and made ODBC connection with DB. When i open on one PC it is ok; but at the same time if i open the program on another PC it is showinig "Database is already in use" and can;t get connection. pls opt me a solution....

thanking u

urs gini

2007-03-19 20:49:03 · 2 answers · asked by gini 1

i want to use different colors when i am on line and different font i am very new at the whole computer thing can u tell me how to set it so i can write in color.thanks

2007-03-19 20:20:58 · 2 answers · asked by queen4clewis 3

other than hard coding into ASP, i would like it to display in Japanese characters. any websites that is relevant to teach?

2007-03-19 20:12:31 · 2 answers · asked by croWnie 4

i want to create a website exhaustively with a extensive search option within the site only. means the search should display the maximum details within my website. how should i go about it. let me know from design to coding. thanks in advance to all.

2007-03-19 20:01:34 · 1 answers · asked by vaidhee 2

hey im supposed to use an array here and its giving me an error im not sure how to fix
the error is in the following line

cout< print(1, 2, votes[12]);

it says that votes has an undeclared identifier, but if i try to use int or double it says type unexpected
help plz?

2007-03-19 19:58:32 · 4 answers · asked by Alex P 2

fedest.com, questions and answers