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-25 14:43:49 · 3 answers · asked by Anonymous

I am Unable to design the coding part for data compression technique, So Please post the coding of Data compression Huffman's Technique in c or C++ language. Please post it..

2006-10-25 14:24:02 · 2 answers · asked by JaYaNtH 3

2006-10-25 13:45:36 · 4 answers · asked by MandiePandieBlue 2

I want to print a paper horizontally, not vertically. I want to make a brochure, and 3 vertical collums are too small, how do you print it horizontally. PLEASE HELP

2006-10-25 13:38:48 · 14 answers · asked by gopistons 4

I am comparing web hosting & site building companies and would like to get an idea of approx how many web pages or how many telephone yellow pages 20 MG would actually take up. Thanks for your help.

2006-10-25 13:20:57 · 11 answers · asked by michael_sds000 1

String str = "This is a string";


How do I go about counting the whitespace that occurs in that string?
Thanks!

2006-10-25 12:18:18 · 3 answers · asked by javaHungerForce 3

I am solving a riddle and I need to find the Ascii code and decode it From what I understand the ASCII code would be written in numbers and it needs to be convertered to letters.... Would it look like this:
GALT : # 008000; GL : 1: DIV; #336699; VLC:663399: AH:CENTER ; BGC : FFFFFF ; LBGC : 336699; ALC : 0000FF; T : 000000; GFNT: 0000FF ; GIMP : 0000FF ; FORID :1; ">


and if so how do i figure out what this means?

2006-10-25 11:51:18 · 8 answers · asked by Cassie B 1

I'm taking the final version of the C++ course offered by my jr college, and up to this point I have had almost no trouble understanding and implementing what I've learned in class and in my book, however I'm having a hard time understanding overloading, weither be it function, or operator (espically operator).

I am not looking for a textbook def, or a google define, or anything of the sort. My main questions are what I'm having a hard time understanding.

1)My text book says that operator overloading does not allow the programmer to create NEW operators, but extend the def of pre-exisitng ones. I dont see how this is very useful being as the examples in the book (where the overloading functions are defined {take + as an example} are comparing data members such as the example below})

int operator+(const class1& obj1, const class1& obj2)
{
class1 objtemp;
objtemp = obj1.length + obj2.length;
return value;
}

The rest will posted in an addiontal detail, I am out of space.

2006-10-25 11:42:40 · 3 answers · asked by D 4



Simple Quiz




2006-10-25 11:17:08 · 2 answers · asked by Anonymous

my boyfriends computer crashed yesterday and he is back online now but his yahoo IM doesn't work, his email is fine tho. Does anyone know how to correct the IM.

2006-10-25 11:11:46 · 4 answers · asked by Lil Girl 2

How do i delete PHP-Nuke from my root directory. Now if you type in my site homepage the nuke page comes up?? I want my homepage back but can't find an option of where to delete this! I installed it through yahoo so they give no support over the phone and i havent recieved an email response yet!! HELP!!! Thanks in advance!!

2006-10-25 10:26:45 · 2 answers · asked by rayloskii 2

2006-10-25 10:23:23 · 14 answers · asked by angelonavaro 1

Is there PHP/MySQL script like Piczo.com?

Thank you in advance

2006-10-25 09:23:38 · 3 answers · asked by giorgi2000_ge 1

I am creating a website where I sell photos online using PayPal, but PayPal creates an individual "Buy Now" button for every item with a different price. I want to sell 3 different size pictures, and offer each "with frame" or "without frame." Is there a code I can use with PayPal that will allow me to use a dropdown menu, with all six options (4x6-print only, 4x6- framed, 8x10-print only, 8x10 framed, 20x30- print only, 20x30- framed) on the same dropdown menu, instead of on 6 separate buttons?
Thanks!!!!

2006-10-25 09:14:42 · 3 answers · asked by sellisell 2

2006-10-25 09:13:34 · 2 answers · asked by Benjamin L 1

Here is the scenerio:
A customer has an invoice for $10 which they can make 3 payments to pay it off in. The first payment they need to pay 33%, the second payment another 33% and the third payment is 34%. My problem is they might write me a check for $4 and I need to apply $3.30 to the first payment and $0.70 to the second payment.

The big problem is that I don't have any information I can carry from one payment to the next, so I need a forumula that cannot leave the line to work.

The only info I have is what percent of the total payment makes up this payment and what percentage of the total payment has been used so far.

In this example:
Payment 1 is 33% of the total ($3.30) and 0% has been used so far.
Payment 2 is also 33% of the total ($3.30) and 33% is ahead of it ($3.30)
Payment 3 is 34% of the total ($3.40) and 66% is ahead it it (6.60).

Is there a forumula that will work on all three lines that will show me $3.30 for Payment 1, $0.70 for Payment 2, and $0 for Payment 3.

2006-10-25 08:25:26 · 1 answers · asked by Joe Bruin 2

I'm building my own computer for the first time and i want to know if i need to buy an O/S even though i have some restoration disks from my old dell with windows xp

2006-10-25 07:51:28 · 13 answers · asked by Turkey 2

i just downloaded the program for free, but wonder if it would be better to just get dreamweaver- any one try nvu?.

2006-10-25 07:49:55 · 4 answers · asked by dpegra 2

2006-10-25 07:31:24 · 4 answers · asked by Anonymous

Can anybody tell me how can i run a DOS command from HTML?
For example if i want to run ping command then i will first go to start---> Run ---> Ping
I want to run it with the help of HTML code.....
Please write the HTML code also.
Please help me!!

2006-10-25 07:27:55 · 5 answers · asked by So2 1

2006-10-25 07:21:36 · 6 answers · asked by Anonymous

Describe in English without writing any code how you would check a string to ensure that parentheses appearing in that string are balanced.

2006-10-25 06:59:07 · 7 answers · asked by dil k 1

I'm looking for a context free grammar for the set of all matching curly braces ( '{' '}' ).

Does anyone have a clue? I'm having a terrible time understanding this grammar stuff...

2006-10-25 06:57:05 · 4 answers · asked by Anonymous

2006-10-25 06:22:42 · 4 answers · asked by dalejwalter2003 1

at the beginning of an HTML code, what is this?:

[and then ending with]

Could someone please let me know (in detail if each pair of

is something different specifically) what this code means/does? Its for MySpace. If this code has anything to do w/ covering up the original overlay, is there any way to change it so that it stil covers the original overlay, but doesnt cover up the myspace Ad on top

2006-10-25 06:15:52 · 7 answers · asked by Anonymous

at the beginning of an HTML code, what is this?:



Could someone please let me know (in detail if each pair of

is something different specifically) what this code means/does? Its for MySpace. If this code has anything to do w/ covering up the original overlay, is there any way to change it so that it stil covers the original overlay, but doesnt cover up the myspace Ad on top?

2006-10-25 06:14:29 · 4 answers · asked by Anonymous

How do I make my pictures Bigger when I send them to somebody?

2006-10-25 05:45:18 · 14 answers · asked by Anonymous

I've pictures of pumpkins which was carved from photos. How can I take a picture and make it in to a template?

2006-10-25 05:38:39 · 2 answers · asked by melbow35 2

fedest.com, questions and answers