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

Programming & Design - November 2006

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

Where would i find a priority matrix online. I want to organise my work priorities so need one that does this. Thanks!

2006-11-05 21:59:09 · 2 answers · asked by Southern Belle 3

i want to create a xml webpage

2006-11-05 21:53:04 · 4 answers · asked by omid_h_vahid 2

I want to implement a new shell in the linux and put some new commands with c++.so, I need to handle meta character also.plz tell me how to write the commands and handle meta characters?
plz help me where i can find the source code to implement a new linux shell and put some commands?

2006-11-05 21:39:52 · 1 answers · asked by yoda1974 1

#include
void main(){
String x="s";
String y="v" + x;

cout<< y;
getchar();

}

2006-11-05 21:25:01 · 5 answers · asked by Rami 5

i have created some flsh animation i want to use these in html

2006-11-05 21:19:01 · 6 answers · asked by mohammad h 1

2006-11-05 21:15:05 · 13 answers · asked by jay 1

I am trying to save a layout for myspace. I am logged into hotfree layouts.com. But i dont gt how i am supposed to click on a layout of my choice then copy it and paste it to my account. can anyone help me in explaining this process?

2006-11-05 21:05:15 · 6 answers · asked by nanner 1

2006-11-05 20:43:51 · 7 answers · asked by prithviraj_db 1

2006-11-05 20:05:02 · 1 answers · asked by rajyalakshmid d 1

what programs does anyone suggest i use to make a decent banner?? please help..

2006-11-05 19:56:00 · 3 answers · asked by lilcreator 1

hey i li\ve ib hyderabed..india can aby 1 tell me how could i get a MCSA ceritificate....please help me...i desprately need it....

2006-11-05 19:10:25 · 2 answers · asked by anoop raja 1

and do i have to compromise my vision? i havent met a programmer who doesnt wear glasses. thats why in theses i tell them what to program..lol. most programmers dont know design and implementation.

2006-11-05 18:37:24 · 5 answers · asked by happybeanstalk 3

2006-11-05 18:36:25 · 2 answers · asked by edwinbiasbas 1

2006-11-05 17:41:13 · 2 answers · asked by zhiwei_19 1

Like I said in my subject line, I'm sorry to ask what would look like such a stupid question since I wrote the program myself, but this recursive stuff has me somewhat baffled at how complex it could possibly be, and the book examples are trash since I am not good in math.

Book def of ...

Recursive definition - A definition in which something is defined in terms of a smaller version of itslef.

Recursive algorithm - An algorithm given to a problem by reducing the problem to smaller versions of itself.

Recursive function - A FUNCTION THAT CALLS ITSLEF.

The def of a recursive function is what I am not understanding, why is this not a function to reduce a problem to a smaller version of itself then calling it (saving all the parameters) again.

Regardless is the function I've written in the following program considered a recursive function??? Again I'm sorry to ask, but this is the second time I've written this program, because my first one wasn't considered "recursive"

2006-11-05 17:35:24 · 4 answers · asked by D 4

i have to calculate the time difference in microsoconds for a particular operation, say for calling a function, how do i do with.
it is better if you list some functions related to this

2006-11-05 17:21:40 · 4 answers · asked by *yPrabin 2

OK, I have Apache and it is running.

It's configured to process php5 code.

The Document root is a folder called "htdocs" in the program files.

I have named my server "joeblow".

I made a test php program and saved it as test.php in the htdocs folder.

When I open up my browser and type in http://joeblow/test.php, it says "The page cannot be displayed" it can't find the server/blah blah, yadda yadda. What am I doing wrong? Is the address wrong in the browser? HELP!!

2006-11-05 16:49:57 · 4 answers · asked by Anonymous

2006-11-05 16:46:51 · 2 answers · asked by The InViNcIbLe 1

F'Zone offers three different types of burgers to hungry students in Fairmont. You have to write a small program in C++ to calculate the price of a burger order. Your program should display the following menu to the user and prompts for his/her choice:



1: Quarter pounder combo

2: Bacon burger

3: Swiss mushroom burger


· If the user enters 1, then the program should ask the user if he wants the “biggy” size and if he wants to add cheese. The combo costs $4.59; “biggy” size costs $.39 more, and cheese costs $.25 more.

· If the user enters 2, then the program should ask the user if he wants to add cheese and fries. The burger costs $3.49; fries costs $.59 more, and cheese costs $.25 more.

· If the user enters 3, then the program should ask the user if he wants to add onion rings and a coke. The burger costs $4.99; onions rings costs $.79 more, and coke costs $.75 more.

· If the user enters anything else, the program should display an error message and terminate.



For the YES/NO answers, the user should enter an upper case 'Y' or 'N'. All prices include tax. Finally, the total of the order should be calculated and displayed in dollars and cents. The input/output of the program should strictly follow the format shown in the sample executions.


For character input, you should use the getchar function. Following is an example of how you can use this:

char x;
x = getchar();

2006-11-05 16:34:49 · 3 answers · asked by rh138 1

like core java,j2ee,SQL etc

2006-11-05 16:31:16 · 4 answers · asked by jagabandhu_sabat 1

i also can't find the action bar. I think it has the function for extending my question. Please tell me in simple language!!

2006-11-05 16:22:16 · 1 answers · asked by curious cat 2

I Have good programming skills in c c++ visual basic I want to do java also. please mail me at yemesvee@yahoo.co.in

2006-11-05 16:10:49 · 5 answers · asked by vas 1

Explain with the help of example.

2006-11-05 16:08:16 · 3 answers · asked by Anonymous

Hi, I'm new to PHP and interactive web portal sites. Currently I've uploaded drupel to my server which already has mySQL and phpmyadmin. I have set both of those up correctly, but I'm still having problems with errors. Do I need to also upload Apache to my server to get drupel to work properly? I've never used Apache, so any info about uploading it would also be helpful, thanks.

2006-11-05 16:06:25 · 2 answers · asked by Blacksheep 2

IIS wont display text file on the browser, why?

2006-11-05 15:58:08 · 2 answers · asked by jimxvision 1

Take a look at this:

import java.awt.*;
import java.awt.event.*;
public class ComplexNumbers
{
public double a;
public double b;
public void setNumbers()
{
//this just asks the user for a and b
EasyReader console = new EasyReader();
System.out.print("Considering the formula ' a+ bi '" +'\n');
System.out.print("Enter a: ");
a = console.readInt();
System.out.print("Enter b: ");
b = console.readInt();
}

Complex h = new Complex (a,b);

public void Complex (double a, double b)
{
}

public void Complex (double a)
{
}

}

--------------------------------------------------------
When compiled it returns the error:
cannot find symbol : constructor Complex(double,double)
Help!?!??!
Yes, the program is still quite incomplete, but i cant get any farther without solving this problem..
If you have any questions then just hit answer and ill add more explanation if needed... thanks

2006-11-05 15:22:45 · 2 answers · asked by ichr123 2

2006-11-05 14:45:05 · 3 answers · asked by 5150 4

I am interested in using Yahoo's php-Nuke application to host a portion of a site focused on clean energy. We would encourage publicly available and editable articles on technology. I would like to see a basic example of where php-Nuke has been used so I can evaluate its feature set.

2006-11-05 14:44:29 · 3 answers · asked by Mark H 2

fedest.com, questions and answers