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

Programming & Design - October 2006

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

2006-10-27 19:58:36 · 4 answers · asked by my self 1

2006-10-27 19:25:56 · 1 answers · asked by Anonymous

Is there any web site where I can search any C/C++ program????

2006-10-27 19:04:17 · 4 answers · asked by Milan S 1

How do open source programmers earn a living?

2006-10-27 18:50:02 · 3 answers · asked by headaches abound 2

Means is there any website which can solve my C/C++ programs?????????? Please give me link..........

2006-10-27 18:43:46 · 1 answers · asked by Anonymous

I want to get benifits of persuing a SAP softwate. In which stream one can go for SAP. tell me how to learn the SAP and where to lern it in india

2006-10-27 18:15:13 · 1 answers · asked by Loving Heart.... 1

whats the coding to add a backgound colour and text colour to HTML pull down menus?

2006-10-27 17:48:58 · 1 answers · asked by ? 1

I have been learning simple codes from readoing "Complete idiot's Guide to C++" All my codes work in MiniGW Developers (IDE). I said why not learn to do it in visual 2005 express as well so I put in the code and it does work.Here's my code just simple.
#include

main(){
int a;

for(a = -10; a < 10;a++){
cout << a << endl;
}

return 0;
}

2006-10-27 17:38:12 · 3 answers · asked by Best Helper 4

i recently got rid of a spyware virus at least i think i did and my computer screen is showing incorrect meaning it is not showing in whole and i've tried system restore and since the virus it won't work and i want to know what i can do to get my system restore to start restoring again please help

2006-10-27 16:17:49 · 3 answers · asked by everybodyloveeverybody 1

void function2() // Retail sale
{char cont1 = char();
bool flag1 = true;
while ( true )
{char cont = char();
bool flag = true;
while ( true)
{int unit = int();
double total = double();
cout << "How many unit do you want? ";
cin >> unit;
if (cin.fail())
{//cout << "Invalid data" << endl << endl;
cin.clear();
????????????????????????????????????????????
(What do I put to make the loop keep going?)
????????????????????????????????????????????
cout << endl;
}
if ( unit > 0)
{total = unit * 15;
cout << total << "$" << endl;}

cout << "Continue? ";
cin >> cont; //system("pause");
cout << endl;
if ( cont == 'y' || cont == 'Y' )
{flag = true;}
else
{flag = false;}

}//end while loop

2006-10-27 15:29:41 · 3 answers · asked by Jackie...boy 1

Yahoo powered Internet explorer 7, runs like crap on my laptop...pages freeze up...I want to restore it to the way it was with internet explorer 6

2006-10-27 14:56:46 · 4 answers · asked by Anonymous

I am asked to write a public method setText that takes a String parameter and changes the current text to this new
String. If no text existed before, this sets it. If there was text, this method will overwrite it. It doesn't return anything. And below is my code:

import java.util.Scanner;

public class WordProcessor
{

private String word;
private Scanner input;

public WordProcessor()
{
word = "";
input = new Scanner(word);
}

public WordProcessor(String inputString)
{
word = inputString;
input = new Scanner(word);
}

public void setText(String set)
{
word = set;
input = new Scanner(set);
}

But if use this method, whenever I try to use the hasNext method to get words on the string, it wont work.. how am I suppose to fix this? Iam confused, thanks

2006-10-27 14:00:46 · 2 answers · asked by ? 1

What are some good books to read for a beginner? You can list websites, too (I know there are plenty), but I tend to focus better when reading a hardcopy (I'm tanked already, aren't I).

It doesn't have to be comprehensive, or one-size-fits-all. I haven't decided on a particular aspect so anything you found useful might help.

2006-10-27 12:37:09 · 8 answers · asked by answersBeta2.1 3

I've tried the following code "decimal * decimal" but of course the "decimal" were named differently, but the asterk stayed the same.
I also tried doing "decimal *=" which basicly came up with the same error

2006-10-27 11:38:56 · 2 answers · asked by Flaming Pope 4

circular, triangular, triangular, or one-to-many

2006-10-27 11:19:03 · 5 answers · asked by shikhar@sbcglobal.net 1

2006-10-27 11:04:30 · 2 answers · asked by cath a 3

Is that any one out there who can help me complete my assignment in running a certain program?

2006-10-27 10:42:41 · 3 answers · asked by shay 1

What is the pattern of EBCDIC in the representations of the English alphabet letters?

Thanks!

2006-10-27 10:28:18 · 1 answers · asked by Anonymous

I f i double click it from my desktop it works fine, but from my site link if doesnt work

eg

click to hear



or

click to hear



the asx file is in the same place as the html source.

i am puzzled, can anyone help ?

these links are not valid for this question, just exampled

2006-10-27 10:22:58 · 2 answers · asked by arry b 1

2006-10-27 10:09:03 · 10 answers · asked by Anonymous

I'm trying to get my output to display a calculated number of up to twenty digits to the left of the decimal. It can't be in scientific notation, either. I was trying to use setprecision, but so far, it hasn't worked. Beyond this issue, it's a very simple program. Any suggestions are welcome.

2006-10-27 09:41:47 · 1 answers · asked by Beck 2

how exactly do i paste the music to my page. i know it can't be as simple as cut and paste. or is it?

2006-10-27 09:32:59 · 3 answers · asked by summertime 1

I just got my photos online. However when I view them they have the word proof posted all over. How do I save it to my computer and remove the proof from it?

2006-10-27 09:17:45 · 3 answers · asked by la jirafa 4

what code could I use to let people email me by just clicking a link?

im guessing it like "mailto:emailaddhere" but im not sure..

help?

2006-10-27 09:17:21 · 3 answers · asked by skye 1

I've already tired download.com but cant really find anything myself as I don't want a trial.

2006-10-27 09:09:29 · 16 answers · asked by Anonymous

2006-10-27 08:50:39 · 11 answers · asked by Terri W 1

I am trying to create a hyperlink with a picture; however, there is a purple box that keeps appearing around it. How do I remove that?
AND....if you can reccommend any good sites for someone who is teaching herself to design websites.

Thanks for all of the honest answers up front.

2006-10-27 08:19:14 · 7 answers · asked by shay 3

Looking for Windows utility or Visual Basic code to read a .TIF image file and report if it is color, # pages, etc. This is so I can review batches of image files and decide the economics of segregating batches of image files among monochrome and color printers.

2006-10-27 08:08:42 · 2 answers · asked by rykker 3

Write an expression that retrieves the value in the location immediately after the location pointed to by the integer pointer variable ip .

i seem to not understand the question(why cant my book speek english).

2006-10-27 07:27:36 · 1 answers · asked by delonsampaio 1

2006-10-27 07:22:19 · 1 answers · asked by The Yeti 3

fedest.com, questions and answers