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-24 23:34:30 · 4 answers · asked by mauvamoth 1

i want to develop a program to read data from server and send sms to some persons.

2006-10-24 22:44:29 · 2 answers · asked by Anonymous

2

I have some jpeg photos whihc are about 2000kb each. How can I make them smaller to send to people - sometimes they are only about 100kb? Don't have much IT ability! Thanks

2006-10-24 22:34:10 · 9 answers · asked by Charlene 6

2006-10-24 22:27:59 · 1 answers · asked by Anonymous

Where can i find free program for check that how many visitors visit my web site?

2006-10-24 22:17:25 · 6 answers · asked by © gosha 2

instead of photoshop 4? What's the difference? Can I use CS software using photoshop 4 tutorials?

2006-10-24 21:20:31 · 4 answers · asked by Anonymous

I've created a table called :FACULTY
It has the following details --

FacultyCode : Not null, Primary key, Starts with ‘F’
FacultyName : Not null
DateOfJoin : Not null
DeptCode: Must be either CSE,IT, CA, CHEM, MTHS, PHYS, HUM, BBA

Another table that I've created is :DEPARTMENT
It has following details --

DeptCode: Not null, Primary key
DeptName: Not null
HOD : Foreign key references FacultyCode of table FACULTY

Then I've inserted appropriate data into these 2 tables. Now the question is "Name the departments having highest number of faculties and display the names of faculties" . How to solve this in SQL queries ?

2006-10-24 20:29:16 · 3 answers · asked by Innocence Redefined 5

It was asked in assessment test but I couldn't answer correctly. I'm not familiar with WIN API environment too. Can u plz help me on these ?

2006-10-24 20:22:00 · 3 answers · asked by Innocence Redefined 5

2006-10-24 20:20:13 · 1 answers · asked by Innocence Redefined 5

2006-10-24 20:19:35 · 1 answers · asked by Innocence Redefined 5

This question was asked in assessment test, but I failed to answer. If u know it, plz reply ... so that I can answer this in future.

2006-10-24 20:18:10 · 3 answers · asked by Innocence Redefined 5

Subproblems are independent in case of D&C but subproblems are related (i.e. not independent) in case of DP -- that's all I know, but more points and explanation are needed. Any kind of help is appreciated.

2006-10-24 20:14:06 · 1 answers · asked by Innocence Redefined 5

In Windows O/S. Is there any software to do this, without reinstalling the software?

2006-10-24 19:47:45 · 5 answers · asked by beghac 1

if any game is to played on c.r.o ,then tell in detail

2006-10-24 18:55:54 · 2 answers · asked by PC 1

we're learning functions in my C++ class, he's given us function main, we're to write sub-functions that'll complete the task libraries are just iostream. I need to return a value to be stored in the variable userInput, but i can't think of a way to do that without modifying the function main (which i'm not allowed to do) or adding a global variable(which i'm not allowed to do) I don't need the code, just a hint (sorry yahoo answers removes my spacing before my code)

// function get Input has already been declared

int main (void)
{
int userInput;
char letter grade;
char gradeSign;

cout << "input number between 1 and 100\n (an invalid value terminates the program)\n";

while (getInput (userInput))
{
//unrelavant code that uses the variable userInput
}
}

//function i've written so far
int getInput (int getInputVar)
{
cout << "Numeric grade: ";
cin >> getInputVar;
if (cin.fail() || getInputVar <0 || getInputVar > 100)
return 0;
else
return getInputVar;

2006-10-24 18:10:12 · 4 answers · asked by duffusd 3

2006-10-24 15:54:31 · 11 answers · asked by fujiapple26 2

i am downloading this file and i click on the statistics it says there that my total download is 27gb ang upload of 16.12 gb is that true? the file im dwnloading is only 2gb whats happening?

2006-10-24 15:54:15 · 2 answers · asked by guy 2

I want to build a simple search engine, which can search external websites and webpages.

However, I do not need the function of searching inside my webside, or the codes link to other search engines like Google, Yahoo, etc. I just want to build my own independent search engine, althought it is not as powerful as major ones. Anyway, it can serve for me and my friends.

The language should be HTML, VBscript/Jscript/Javascript, ASP.

Thank you.

2006-10-24 15:36:58 · 2 answers · asked by vickemble 1

i fancy trying a bit asm again but not done it for a long long time. back in the days of the 6502 proc. which assembler would you choose it must have some sort of manual and or tutorial. as i am well out of touch

2006-10-24 15:06:04 · 3 answers · asked by Anonymous

We will have the text file “polls.txt” containing the information/details of the number of Votes which each party have through out the country form different parts.
Our “polls.txt” will look like as shown below.

Voteing detail.

RegionPartyAPartyB
NA120002100
NA220001950
NA330001950
NA410001950
NA520001950
NA620001950
NA778002050
NA820008950
NA920001950
NA1020001950
NA1140001950
NA1211003000
NA1335007000
program will read this file, and will read the number of votes for each party for each regain.
After that program will calculate the total number of votes for party and will print the following information on the console.

Total Number of votes obtained by Party A: 23800
Total Number of votes obtained by Party B: 26750
Party B has won by 2950 Votes

I made this but there is some confusion in totaling the number of votes please read the below code and solve this problem.

2006-10-24 14:29:43 · 1 answers · asked by Anonymous

One person suggested" Press alt + 3 to make a heart ♥." It doesn't work. Please be very specific,as I am new to all of this.
For ex: did the instruct.'s mean alt,along with the plus sign and the number 3? Either way, it did not work.

2006-10-24 14:05:23 · 9 answers · asked by I am Sunshine 6

fedest.com, questions and answers