Search Results

Showing results 1 to 40 of 88
Search took 0.01 seconds.
Search: Posts Made By: DavidB
Forum: C++ 7 Days Ago
Replies: 4
Views: 199
Posted By DavidB
Does the input and output routine have to be in a sub-routine? If not, why not have the loop in the main program. Then you could do the file output loop the same way you output Name on line 41 (and...
Forum: C++ 8 Days Ago
Replies: 4
Views: 199
Posted By DavidB
I notice you open the output file twice: once at line 20 and then again at 33. Perhaps delete line 20.

And your sub-routine abc uses cout to output to the console, but does not output to the...
Forum: Legacy and Other Languages 9 Days Ago
Replies: 3
Views: 473
Posted By DavidB
MATLAB has an "area" function, but I think it requires a known function, which doesn't help you, since your data is experimental.

I am not aware of MATLAB having the sort of function you want,...
Forum: Windows Software Jul 25th, 2009
Replies: 1
Views: 318
Posted By DavidB
I recently upgraded to the latest version of Firefox (3.5.1) and now my highlighting is all messed up.

To speed up finding a term in a web page, I usually do a Control-F, enter the term for...
Forum: Windows Software Jul 25th, 2009
Replies: 2
Views: 346
Posted By DavidB
Hello, all.

The company that hosts my web site does no filtering of spam or viruses whatsoever. Whatever is sent to me, I get. They have indicated that most of their clients are companies that...
Forum: C++ Mar 27th, 2009
Replies: 2
Views: 362
Posted By DavidB
True. That is so results can be repeated. For example, if you are using random numbers to fill a matrix for some program you are debugging, you would like the data to be the same each time you re-run...
Forum: C++ Mar 27th, 2009
Replies: 8
Views: 753
Posted By DavidB
To be thorough, you should also wrap the allocation in a try-block and have a catch-block so that, if an exception occurs, it can be properly dealt with.
Forum: C++ Jan 2nd, 2009
Replies: 16
Views: 2,377
Posted By DavidB
What, exactly, doesn't work? The input portion?
Once you input the data, have you outputted it to check if it is wrong or right?

Perhaps you could post the code you have already written, to give...
Forum: DaniWeb Community Feedback Nov 27th, 2008
Replies: 5
Views: 907
Posted By DavidB
Tonight (Thursday, November 27) I noticed most lounges are missing.

The only one I see listed is the Geeks' Lounge. However, at the top of the page, I still saw a reference to the other lounges:...
Forum: Geeks' Lounge Nov 27th, 2008
Replies: 1
Views: 307
Posted By DavidB
In my web surfing, I often come across mention of SourceForge in the Geek Community. I am wondering: what exactly is SourceForge and why is it so popular?

I back up important documents on a USB...
Forum: IT Professionals' Lounge Nov 11th, 2008
Replies: 2
Views: 795
Posted By DavidB
I haven't done much looking, Computational Fluid Dynamics is a pretty specialized topic; however, off the top of my head, I would suggest you check out CFD Online (http://www.cfd-online.com/).

It...
Forum: C++ Nov 8th, 2008
Replies: 10
Views: 3,258
Posted By DavidB
I stand corrected.

Previously, I had only seen Newton's Method covered in sections of textbooks dealing with finding real roots. However, I have since done some further investigating, and found...
Forum: C Nov 8th, 2008
Replies: 8
Views: 614
Posted By DavidB
I agree: the fourth root of a number, x, is sqrt(sqrt(x)), or pow(x, 0.25).
Forum: Promotion and Marketing Plans Nov 3rd, 2008
Replies: 11
Views: 1,821
Posted By DavidB
Hi, everybody.

I have noticed that there are a lot of forums on the Internet. Many of them have the same themes and cover the same material that is covered on bigger sites (like DaniWeb). So now I...
Forum: C++ Nov 3rd, 2008
Replies: 10
Views: 3,258
Posted By DavidB
I don't think Newton's Method can be used to find complex roots. The same goes for the Bisection Method and the Secant Method--all these methods are only applicable for finding roots that you know...
Forum: C Oct 2nd, 2008
Replies: 2
Views: 1,125
Posted By DavidB
What functions would you like to convert? Numerical programming is one of my hobbies; I might be able to refer you to some relevant resources.
Forum: Promotion and Marketing Plans Aug 27th, 2008
Replies: 2
Views: 748
Posted By DavidB
Hi, folks.

For those of you whose websites get significant traffic, I am wondering if there was one particular event that you consider to be a breakthrough? For example, was it a mention in a...
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008
Replies: 1
Views: 565
Posted By DavidB
I usually code all my Javascript in a single external file that accepts the data from a form in the main page's HTML textarea box.

Now I would like to break up this single Javascript file into...
Forum: Promotion and Marketing Plans Jun 30th, 2008
Replies: 15
Views: 3,909
Posted By DavidB
I would think that registering in forums just to create a profile with a hyperlink and then not posting in the forums would not be worth the effort.

Nobody would even know you exist on a forum...
Forum: Geeks' Lounge Apr 14th, 2008
Replies: 247
Views: 22,653
Posted By DavidB
Man's character is his fate.
--Heraclitus


--------------------------------


"I can but suppose they are trusting to the fact that what goes on in
a muddy stream is less easily detected."
Forum: Storage Apr 14th, 2008
Replies: 6
Views: 992
Posted By DavidB
Hi, everybody.

I am thinking about upgrading from my existing DVD player to a new Blu-ray disc player. However, I am wondering if it is as simple as just purchasing the player. I don't want to...
Forum: Growing an Online Community Apr 6th, 2008
Replies: 1
Views: 864
Posted By DavidB
Hi, everybody.

A question I have had for a while regarding forums is if there is some way to configure an alert to be e-mailed to me for specified keywords.

I don’t know everything about...
Forum: C Mar 28th, 2008
Replies: 10
Views: 1,153
Posted By DavidB
For what purpose will these numbers be used?

If they are just going to be dummy numbers to fill an array for the testing of a program, rand() should do fine. If you want numbers within a certain...
Forum: C++ Mar 28th, 2008
Replies: 20
Views: 23,612
Posted By DavidB
The Sieve of Erastothenes:

http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes

http://mathworld.wolfram.com/SieveofEratosthenes.html

The Wikipedia page includes pseudocode.
Forum: IT Professionals' Lounge Mar 28th, 2008
Replies: 3
Views: 1,382
Posted By DavidB
Hello, everybody.

Out of the blue I recently received an e-mail from somebody who would like to put a text ad on my website. This is the first such offer I have received, and I have no idea how to...
Forum: IT Professionals' Lounge Mar 23rd, 2008
Replies: 2
Views: 1,895
Posted By DavidB
Hi, everybody.

I am looking for advice from veteran webmasters--those who have successfully made money on the Internet.

To me, it seems like the main ways to make money from a website are...
Forum: Geeks' Lounge Feb 24th, 2008
Replies: 0
Views: 519
Posted By DavidB
Hi, folks.

I am wondering if anybody in this forum is in, or going to, Vienna, Austria? (With over 200K members, I hope somebody in this forum can reply)

It may sound like a silly request, but...
Forum: Promotion and Marketing Plans Feb 2nd, 2008
Replies: 21
Views: 4,154
Posted By DavidB
The biggest sites (like delicious) don't pass on PR. However, following are a couple lists you might find helpful. The first one is a list of bookmarking sites that pass on PR, so they help your site...
Forum: IT Professionals' Lounge Jan 28th, 2008
Replies: 3
Views: 6,919
Posted By DavidB
Have you also checked out Alt-N Technologies (http://www.altn.com/)? I believe they have scalable options (i.e. - they offer webmail software products that depend upon the number of users. Of course...
Forum: Growing an Online Community Jan 27th, 2008
Replies: 36
Views: 5,217
Posted By DavidB
On a related note:
one nice feature of DP is that they have a sub-forum specifically for the introduction of new directories. Every day you can visit this forum and there seems to be at least five...
Forum: IT Professionals' Lounge Jan 27th, 2008
Replies: 3
Views: 6,919
Posted By DavidB
I think writing your own webmail software would be too much hassle.

Are you sure there is nothing else presently available that might serve your purpose? I know of several webmail services in...
Forum: Website Reviews Dec 27th, 2007
Replies: 6
Views: 1,095
Posted By DavidB
I checked it out and everything seemed to work fine.
Didn't notice any spelling or grammar errors.
No weird behaviour.

Like you indicated, it is kind of plain at the moment, but definitely a...
Forum: IT Professionals' Lounge Dec 27th, 2007
Replies: 3
Views: 918
Posted By DavidB
None of the search engines I know about require you to put their logo on your site just to submit your site to them.

Perhaps you are actually thinking about submitting to directories. Many of them...
Forum: IT Professionals' Lounge Dec 27th, 2007
Replies: 10
Views: 2,160
Posted By DavidB
I have used a free tracker from Extreme Tracking before and found that to be acceptable:

http://extremetracking.com/

However, their terms of service require you to place their icon somewhere on...
Forum: Legacy and Other Languages Dec 27th, 2007
Replies: 7
Views: 2,393
Posted By DavidB
I am no expert in MATLAB, but I would find it helpful to see more of your code, specifically, the declaration of A.
Forum: JavaScript / DHTML / AJAX Dec 25th, 2007
Replies: 1
Views: 2,055
Posted By DavidB
Hi, folks.

I have written some pretty complicated programs in Javascript (in terms of the code itself), but I haven’t experimented much with the nuts-and-bolts of Javascript. In particular, I have...
Forum: Geeks' Lounge Dec 25th, 2007
Replies: 1
Views: 523
Posted By DavidB
Hi, folks.

I am about to start exploring a field I haven't bothered with up to now: Internet TV. I do not have cable television (not even a basic service), but I do have a high-speed Internet...
Forum: Community Introductions Dec 25th, 2007
Replies: 4
Views: 647
Posted By DavidB
Hello, gurlmystique.

Welcome to DaniWeb. I am sure you will find these forums an excellent resource. You mentioned interacting with people of similar interests. What are your interests and...
Forum: C Dec 13th, 2007
Replies: 6
Views: 1,904
Posted By DavidB
Yes, such programs can be made. In fact, programs already exist which do definite integration. Some take a given function that cannot be solved analytically and solve it numerically over a specified...
Forum: Geeks' Lounge Dec 9th, 2007
Replies: 13
Views: 1,987
Posted By DavidB
My taste in poetry is pretty mainstream.

Three of my favorite poems follow.

The Road Not Taken
by Robert Frost

Two roads diverged in a yellow wood,
And sorry I could not travel both...
Showing results 1 to 40 of 88

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC