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

Programming & Design - February 2007

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

can you tell me how thank you

2007-02-07 12:09:33 · 2 answers · asked by eric s 1

I'm making a program for class that needs to ask

1) How many points on a graph there are.

int n;
cout<<"enter number of points on graph";
cin>>n;

2)Ask for the x and y values for each point based on the number of points.

Output would be:

Enter X_1:
Enter Y_1:
Enter X_2:
Enter Y_2:
Enter X_n:
Enter Y_n:

How would I go about getting this set up. I'm guessing something like:

for(int k=1; k<=n; k++)
{
cout<<"Enter the value of x_"< cin>> ; <--- What goes here?
cout<<"Enter the value of y_"< cin>> " <---What goes here?
}

Thats probably wrong, but I just don't know how to start it out to do it right and to have each number maintain the input value.

2007-02-07 11:40:31 · 2 answers · asked by ? 2

I'm doing a school project and I need to know some things because I cant find them anywhere else. I need to know if it is event-driven or object-oriented, if it is procedural or declarative, and if it is used on mini, micro, or mainframe computers. Its also very similar to FLOWMATIC, so any information regarding properties of FLOWMATIC would work. Thank you

2007-02-07 11:40:27 · 1 answers · asked by Andy K 2

I am not talking about when you click on pics, but on their main page.

2007-02-07 11:32:26 · 3 answers · asked by shamiran305 2

I mean Windows is a pretty much well known O.S...and as far as embedded development or ASIC design is concerned why do companies use UNIX/LINUX system..Why don't they use Windows...?
( I just learned that to work in ASIC or some embedded platforms I need to learn either or both OS)

2007-02-07 11:17:39 · 4 answers · asked by Anonymous

i need help reagarding coding in C.
I want to read a file from disk ...
that has X rows and Y coloumns...
with numbers in it as data...
and store those numbers into an array using C.

Very urgent ...

2007-02-07 10:52:46 · 2 answers · asked by sri 1

I am using http://freewebs.com and I was wondering if I would add my own radio station on my page? If I can do so, someone please tell me how to do so. Or if not.. I would like to know if anyother webpage would allow me to add a radio station?

2007-02-07 10:36:16 · 1 answers · asked by Anonymous

some area in the picture are pixelated to hide or censor somthing, i want to remove the pixelatd part

2007-02-07 10:26:03 · 2 answers · asked by videogeek 1

Hi everyone. Does anyone know a good program to download music with?? Thanks!

2007-02-07 10:11:14 · 11 answers · asked by Anonymous

internet explorer will not open my latest saved index html

2007-02-07 09:55:27 · 1 answers · asked by Timothy M 1

does anyone know a code for changing
time and date for a persons website?

2007-02-07 09:49:42 · 2 answers · asked by Melissa E 1

Here's my problem - I'm required to create a program using a simplistic form of float formating that is by the words of my professor and textbook, included in the Javax.swing class. The exact syntax used is String.format("%.2f" + floatName) which is supposed to reduce said float to output to two decimal places.

Unfortunately, my compiler (JBuilder 2005) is hellbent on not recognizing the format method. The above class has been imported in its entireity, still, it refuses to recognize the method. The syntax and importations match perfectly with the reference book, and frankly, I'm runing out of ideas and time.

How can I get this method to work, or baring that, what would be an alternative to getting my floats formated?

2007-02-07 09:30:59 · 3 answers · asked by Shawn L 2

I have developed a spreadsheet that is populated with information to include an address. I want to install a hyperlink or code that, when pushed, generates a yahoo map using the address in that partiicular cell.

2007-02-07 09:07:06 · 1 answers · asked by Jerryj 1

2007-02-07 08:52:12 · 3 answers · asked by Anonymous

I am interested in designing a website that has very specific functionality and an easy to deal with back-end. I have used Joomla in the past, but am interested in making something professional. Should I start from scratch. Is there an industry standard that most professional online services use or do they re-invent the wheel and start from nothing?

2007-02-07 08:47:36 · 2 answers · asked by Anonymous

websites that allow me to download everthing needed to program and websites that teach me how to program GOOD WEBSITES!easy to understand websites.

2007-02-07 08:46:10 · 4 answers · asked by Anonymous

I am looking to make changes to our website. We sell gloves (all kinds) and I was wondering if you have a favorite special feature in any website that you believe helps you in any way, or that you might like it just because is cool. Can you help me?

2007-02-07 08:26:03 · 4 answers · asked by chilanga26lasvegas 2

get the little © for copyright without having to copy/paste it?
I need to use it for something, but can't use the copy/paste function, it won't allow it.

2007-02-07 08:23:23 · 18 answers · asked by Emma 4

2007-02-07 07:57:16 · 2 answers · asked by sweet_cherry_doll 1

Ok, the only programming languages I know at this point are COBAL and RPG. The only problem though is I only would use them WAY back in college for my studies. It has been SEVERAL years ago before I had to program anything in the two languages (my job now did not match my college degree). Anyway, since it has been so long ago, I remember the basic theories of programming, but would need to pretty much start from scratch (even though Visual Basic is NOTHING like these dinosaur programs). I am very knowledgeable about computer theory, so I have the tools in my brain to learn, but I would just have to know where to start.

2007-02-07 07:41:45 · 5 answers · asked by Anonymous

OK, so, I am trying to build my first web page, for my small business. I have Photoshop, but am no expert. I find much better pictures than mine in search engines like Google or Yahoo! images. I can save them ,and rework them in Photoshop. My problem is, I don't want to get into copyright trouble. How can you tell if an image is copyrighted?

2007-02-07 07:39:04 · 6 answers · asked by shahlagoddess 2

Sorry for Bad English :(
=================
Hello You all greate Web Guru

I am a new bee in Weblogic so dont know much more about the live expriment. I have reffered many books but did not get more information on the user management.

I have created a website of 5 pages. First page is login. I have user FormAuthenticationTicket System. Refered from http://support.microsoft.com/kb/301240/en-us . But here is one problem after authentication it automatically redirect to default.aspx not my Securepage.aspx.

- How can I solve this problem

Here I want to following task.

1- At startup when I checked out Remember Me Option Directly Login to user account.

2- I want to check User and its Session in Every page until Browser will not close.

For example as yahoo login system works......

Thanks in advance

2007-02-07 06:55:46 · 1 answers · asked by Jack J 1

The so-called extended bunch of ASCII?

Because in word I can use the alt button to acquire certain symbols, but on different computers I get different symbols for the same actions.

2007-02-07 06:40:32 · 3 answers · asked by Anonymous

2007-02-07 06:28:53 · 4 answers · asked by Anonymous

for example we give to the pixel which corrdinates are (i,j) the colour of the pixel which coordinates are (i',j') and we give the colour of origin of (i,j) to another pixel etc..
how to do this programm?

2007-02-07 06:23:23 · 1 answers · asked by Houcem 1

I have this program I was given to work on in my class. I have no idea what any of it means, because they just wanted me to get used to the javac and java comands. I have saved my program "Limits.java" and compiled it so that I have "Limits.class". They are both in the path "C:\Documents and Settings\owner\.jedit\". When I try to do the java comand in my prompt, I get an error "Exception in thread "main" java.lang.NoClassDefFoundError... Limits/java" in my command prompt. I am in "C:\Documents and Settings\owner\.jedit>" on my command prompt. Do I have to set the class path, because I think I changed it in environmental variables when I was trying to get the path set for javac by accedent. If that has nothing to do with my problim just ignore it. Always beter to have too much information than not enough.

2007-02-07 05:58:27 · 6 answers · asked by Michael M 4

example:

if (x>y && x
if so how do you do it?

2007-02-07 05:51:03 · 3 answers · asked by sean_mchugh6 3

I have a problem with my adsense code. On my HTML page I have some PHP code (a small amount) that has the word "diamonds" in it. Adsense is picking this word up and delivering diamond ads which are not relevant. My site is travel and there is absolutely no other mention of diamonds anywhere else. So the word in the PHP seems to be influencing all ads from Adsense.

Is there some way to fix this, or, is there some code I can use that will make Adsense disregard my PHP code?

2007-02-07 05:47:53 · 2 answers · asked by EEC 1

fedest.com, questions and answers