Currently browsing category

Programming & Design

Returning long int from short int function?

I discovered a question in the review page, I have to write any function that takes in 3 int guidelines and return long int Recommendations what the item says // Produce the purpose subtract() in which accepts some int guidelines, and // returns a lengthy int.The purpose will subtract the …

Java Programming help!?

The assignment would be to record timing measurements along with print away average instances for working binary lookup on arrays with the following sizes: ONE PARTICULAR, 000 TWELVE, 000 ONE HUNDRED, 000 ONE PARTICULAR, 000, 000 TWELVE, 000, 000 Measuring just one binary lookup time are not accurate, therefore you’ll …

What website uses a frame and why is it useful?

They’re not commonly used any further, or no less than I for no reason see these individuals.They had been about 10+ prohibited.Just the same here’s an example of one: http://french.related to.com/gi/dynamic/offsite.htmsite=http://www.amazon.fr/ You will find frames plus iframes (inline frames), iframes tend to be still employed for quite a few tasks:while …

Webpage Gallery Advice?

I’m aiming to add a picture gallery for you to my page that is comparable to this arrangement:http://www.marinmodern.com/idx/residential/21112952/details.htmlaid=1 Where there may be one significant picture showcased, and some sort of gallery associated with thumbnails, and what ever thumbnail an individual hover your mouse around is this gets featured inside the …

How to initialize arrays to zero?

first declare range work with for loop for(i=0; i<length.array(); i++) arrayi=0; this will likely help you Hi.Which is simple! If the array’s dimension changes through runtime, better consider it! If this doesn’t happen changes, good.In C Plus Furthermore, do this particular:”for (int x; x and also plus; x<array_size) arrayx=0".I hope …

What are the uses of visual basic?

we would like it to get a project dear! Image Basic SIX.0 was an incredible simple to operate language that permits quick program code development whether you had been writing unit applications and also full taken GUI (windows) uses. Visual Primary also will allow users for making external telephone calls …

Help with Javascript problem!?

Hi guys, i use a mac and within the past few days i’ve been having problems with javascript including a Yahoo! adventure page.Whenever the adventure page a good deal, there’s problems with that fonts about the page.The particular font looks “different”, as in a very different font is actually on …

Java help needed, exam at half 3?

Use a Ball class that has instance parameters radius in addition to PI.The constructor for any class should receive a single feedback parameter which sets this radius occasion variable.That class need to include getRadius( ) calculateVolume( ) as well as calculateSurfaceArea( ) solutions. Size = (4 / 3) * PI …

C++ for loop to do while?

a person convert to get loop for you to do-while loop on c++ int payment = 0; for( int we = 0; we <5; i++)sum += we; cout << payment; with thanks; ) int payment = 0; int we = 0; whilst (i<5) payment += we; cout << payment; i++