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

Programming & Design

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

i want an program showing the comparison of c++
and one more thing i want to know how to inpute the graphics in Borland turbo c++ v4.5.

i am looking for a friend who could help me in my c++ problem.i wamt to chat with him .if any one want to help me then im me ar add me as friend my id is abhishek_vermaya@yahoo.co.in

2007-12-22 01:51:42 · 5 answers · asked by Anonymous

Is it possible to make a program which computes limits of a function using C++? If yes, can you please give me the algorithm(I need only the algorithm, not the source code)?

Thanks in advance!

2007-12-21 22:38:28 · 1 answers · asked by {flick} 3

I've been puzzled by the idea of building efficient roads based on the following criteria:
1) Minimize total length of roads built (each mile costs 1 point)
2) Minimize distance required to travel between any two cities specified (each mile costs one point, with total distance score = sum of roads required to travel between all distinct pairs of cities)

Notes:
Ignore existing roads in this problem. You are building roads from scratch.

Ignore topography. You can build roads anywhere.

Roads do not need to connect two cities directly... you can have "ghost nodes" between cities that roads connect through, if that makes your system more efficient.

Where would you put the roads to minimize total points? What technique did you use to determine your solution?

No, I'm not in college taking a final exam. I'm just personally curious about this problem.

2007-12-21 17:34:28 · 3 answers · asked by Todd 2

how can i post a video without a embed code; i only have the url lnk.

2007-12-21 15:10:06 · 3 answers · asked by Vee Vee 3

Any suggestions? Here's the page. http://emotivemedia.com/talem/index.php?option=com_content&task=view&id=2&Itemid=3


Here's the css: http://emotivemedia.com/talem/templates/talem/css/css.css

help!

2007-12-21 14:50:56 · 3 answers · asked by Jaycee 1

...open programs up, such as Microsoft Excel and/or MS Word, be able to perform operations within that program, and do it all in an automated fashion? I'd like to write an executable or something that could open a text file, copy all the text, close the text file, open MS Excel, paste the text, plot the text (assuming it's data), save the excel file, close excel, open MS Word, paste the data in Word, save the file, close the file and Word.

Will Visual Basic do this? Create like a visual basic script?

(I just want to know what software to use do do this, not specifically the instructions I need to implement the automated list above.)

2007-12-21 11:19:21 · 5 answers · asked by flaxseedoilandbalm 2

i would like to learn to program in visual basic

2007-12-21 09:20:57 · 5 answers · asked by WG 1

do u have to pay a mountly fee or not


2007-12-21 09:04:58 · 2 answers · asked by Anonymous

I am trying to make it so that people who come to my website can create an account to login with. I do not have much knowledge of this or much to do with IT however if I need to hire someone to do it I will, I am just wondering how complicated of a task it is and whether or not it may be something I can do on my own or for very little money. I am in the process of creating the website on my own, with the basic design of it and once I am done I am going to need it so that all of the visitors can login to their account. My website is www.requestapro.com and it is a site where home & business owners are matched with a local contracter to complete home improvement projects and other services. I tried to save money by creating the design of the site on my own and I dont think it is coming out that bad, but some things I'm not sure how to do, including getting it set up so that people can create an account on it. Someone please help me and be nice with the verbage since I am not an IT guru.

2007-12-21 08:40:13 · 4 answers · asked by its just me 2

what are the purposes for creating an e-commerce website? and what are the uses of a database and e-systems?

2007-12-21 08:26:16 · 1 answers · asked by Human 2

like some advanced type things

2007-12-21 08:04:23 · 2 answers · asked by Anonymous

http://white-wahpah.net/images/layout.jpg

2007-12-21 06:53:33 · 2 answers · asked by Anonymous

Hi I have :

a:link {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: none
}
a:hover {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: underline
}
a:visited {
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: #003366;
text-decoration: none
}

once one of the links is clicked then the visited takes effect but the rollover :hover effect no longer works, how can I make it act like it hasn't been clicked ?

I did ask this question earlier but maybe I wasn't clear enough.

Thanks

2007-12-21 06:50:59 · 2 answers · asked by mrajsmith2000 1

I have done some code for a linear search. The code compiles fine but every time my output is given to -1 and data not found. Could someone please advise me on where i am going wrong:

import javax.swing.*;
public class Unit15Dem1
{
public static void main(String[] args)
{
final int ARRAY_SIZE = 4;
String[] a = new String[ARRAY_SIZE];
a[0]="dog";
a[1]="cat";
a[2]="mouse";
a[3]="pig";
int result;
String searchKey = JOptionPane.showInputDialog("Give me a name of an animal");

result = linearSearch(a, searchKey, ARRAY_SIZE);
if(result== -1){
JOptionPane.showMessageDialog(null,"KEY " + searchKey + " NOT FOUND");
}
else{
JOptionPane.showMessageDialog(null,"KEY " + searchKey + " FOUND in position " + result);
}
}
public static int linearSearch(String[] data, String key, int sizeOfArray)
{
for (int counter = 0; counter < sizeOfArray; counter++)
{
if (data[counter] == key)
return counter;
}
return -1;
}
}
//Soz had to squeeze everything in, ty

2007-12-21 03:42:50 · 2 answers · asked by Anonymous

Hi

No matter how I set it once my links have been clicked and you return to the page they will no longer rollover underline ? I need them to be always in the up stage.

Help please

2007-12-21 03:38:58 · 2 answers · asked by mrajsmith2000 1

Now, I am not completely computer incompetant. I know quite a lot about html, javascript, xml, http, css, etc.

What I DON'T know is the differences between all the domain, hosts, directories... <- THAT confuses me.

I have a paypal account, and i'm not looking for a free website like website.com/yourwebsite name. I want a yourwebsitename.com website. Make sense?

I checked with godaddy, and the price was atsronomical. $500??? I would like something cheap, that I would pay monthly instead of a year payment up front and a good explanation of what I NEED on my website. Not what I MIGHT want.

Simple website with simple layout. A personal portfolio with a contact option/links.

Help me?

2007-12-21 01:26:14 · 7 answers · asked by Anonymous

2007-12-21 01:18:40 · 4 answers · asked by JaeMoney 1

He is stood next to cristiano ronaldo and it looks like his arm is around him,he said its fake but it looks real!

2007-12-21 00:18:08 · 11 answers · asked by Anonymous

2007-12-21 00:16:05 · 2 answers · asked by Rihanna B. 1

2007-12-21 00:14:45 · 3 answers · asked by Rihanna B. 1

//WHATS WRONG WITH MY CODE?

#include
#include
#include
#include
#include
int main ()
{
int operand[19];
int ans;
int a,b;
int operation;
/* initialize random seed: */


srand ( time(NULL) );
for(a = 0;a<10;a++)
{
operand[a] = rand() % 10 + 1;
operand[a+1]= rand() % 10 + 1;
b = rand() % 1 + 1;
if(b == 0) //THE OPERATION IS SUBTRACTION
{
printf("%d - %d = ",operand[a],operand[a+1]);
scanf(" %d ", &ans);
else //ELSE THE OPERATION IS ADDITION
printf(" %d + %d= ",operand[a],operand[a+1]);
scanf(" %d ", &ans);
}
}
getch();
return 0;
}

/* I WANT TO CREATE A PROGRAM THAT RANDOMIZE A NUMBER AND ALSO IF THE VARIABLE B WILL DECLARE 0 THE OPERATION IS SUBTRACTION BUT IF 1 THE OPERATION IS ADDITION, I THINK MY LOGIC IS RIGHT BUT THE PROGRAM ALWAYS SAY THAT THERE IS A SYNTAX ERROR BEFORE "ELSE" */

2007-12-20 22:33:50 · 4 answers · asked by AngryProgrammer 1

what to do to write in alphabetical order in msword

2007-12-20 21:02:29 · 2 answers · asked by Anonymous

i am a programmer?? i have heared visual prolog as a gud robotics programming language.... so wat programming language is best suited for robotics......

2007-12-20 20:58:30 · 4 answers · asked by slato 1

I'm looking for a great source for website templates. (I want a site that offers a huge selection of templates and the pricing is competitive.) Thank you for your assistance.

2007-12-20 18:15:04 · 4 answers · asked by sdn90036 6

What ias better,working as a DBA/programmer or oracle financials?

2007-12-20 16:25:29 · 3 answers · asked by Anonymous

How do I make the trademark symbol thingie show up on my MySpace display name?
whenever I try it, on my page instead on having the little TM it just shows two commas..

2007-12-20 15:07:13 · 3 answers · asked by Anonymous

I am in PhpMyAdmin. How do i find my php:
database username
database password
host of your database
database name

2007-12-20 12:13:01 · 3 answers · asked by mikie 1