Search Results

Showing results 1 to 40 of 1000
Search took 0.15 seconds.
Search: Posts Made By: jbennet
Forum: Java 3 Days Ago
Replies: 9
Views: 290
Posted By jbennet
I spotted it and flagged it and someone else actually did it (i dont have editing privileges on the java board)
Forum: Java 4 Days Ago
Replies: 9
Views: 290
Posted By jbennet
Thats not allowed.
Forum: Java 4 Days Ago
Replies: 9
Views: 290
Posted By jbennet
I am. Go to the sun site and make sure you download the rpm.bin version and follow the instructions. Give it execute permissions then execute it in interactively the console, and agree to the licence...
Forum: VB.NET 5 Days Ago
Replies: 8
Views: 278
Posted By jbennet
System.Diagnostics.Start()?
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx
Forum: IT Professionals' Lounge 15 Days Ago
Replies: 7
Views: 429
Posted By jbennet
Oh right, an operations manual. Well, there isnt really a simple definition? A computer is a complex machine which performs operartions which is is programmed to do on some input, and returns some...
Forum: Java 16 Days Ago
Replies: 5
Views: 329
Posted By jbennet
Yep. iPhones dont have Java. And the SDK only runs on OSX. And Objective C is evil (as is Cocoa).
Forum: IT Professionals' Lounge 16 Days Ago
Replies: 7
Views: 429
Posted By jbennet
I cant understand what you mean.
Forum: IT Professionals' Lounge 16 Days Ago
Replies: 7
Views: 429
Posted By jbennet
A programmable machine. The programmable part is the key. Thats what seperates a computer from most other basic machines.

The option to run programs is what makes computers different from regular...
Forum: C++ 20 Days Ago
Replies: 5
Views: 381
Posted By jbennet
http://www.cplusplus.com/reference/clibrary/cstdlib/srand/

Here is an example.
Forum: C++ 20 Days Ago
Replies: 5
Views: 381
Posted By jbennet
there is no such thing as a 100% random number on a computer. and its *supposed* to produce the same sequence every time by default.

to avoid this use

srand ( time(NULL) );


to initialise...
Forum: C++ 21 Days Ago
Replies: 4
Views: 230
Posted By jbennet
Children cant access fields of the parent class. Add accessor and mutator methods to Animal to allow access to these fields from the children.
Forum: Community Introductions 21 Days Ago
Replies: 2
Views: 295
Posted By jbennet
We generally dont do that because then other people would be affected (e.g if we delete your post in a certain thread, that thread may no longer make sense).

You agreed to our rules and TOS when...
Forum: Mac Software 21 Days Ago
Replies: 4
Views: 463
Posted By jbennet
You need to buy it.

There is no such thing as a standard DBMS. Access is *not* the windows "standard dbms".



SQLite, Firebird, MySQL, possibly oracle, etc...

But if you want a nice easy...
Forum: Java 21 Days Ago
Replies: 16
Views: 708
Posted By jbennet
NetBeans, nice easy visual-studio-like interface. But generates ugly code. Writing your own is best in the long run, but for RAD, netbeans is good.
Forum: Windows Vista and Windows 7 22 Days Ago
Replies: 15
Views: 1,089
Posted By jbennet
No. Its not more *efficient*. Its just wider.
Forum: Mac Software 22 Days Ago
Replies: 4
Views: 463
Posted By jbennet
Im not sure if Office for Mac includes MS Access.

Its a UNIX-Like system anyway, so MySQL, Derby etc... should run on it.
Forum: Java 22 Days Ago
Replies: 5
Views: 431
Posted By jbennet
http://www.zetcode.com/tutorials/javaswingtutorial/

Pretty good.
Forum: C++ 22 Days Ago
Replies: 5
Views: 319
Posted By jbennet
isnt that what Parametric Polymorphism is for?

e.g i used that in chess so that i coded for a generic piece, but each piece had a custom move method (using virtual functions).
Forum: Windows Vista and Windows 7 22 Days Ago
Replies: 15
Views: 1,089
Posted By jbennet
I am 99% certain that windows 8 will be 64 bit only, as current server-grade offerings from microsoft (exchange 2010, Server 2008 R2 etc...) are 64 bit only and they tend to like to keep the...
Forum: Windows NT / 2000 / XP 25 Days Ago
Replies: 11
Solved: IBM
Views: 568
Posted By jbennet
Flash just will never be fast on it. Flash is a memory hog. Ive got 233mhz Pentium 2 /768mb ram pc with a decent (geforce 5) video card. Youtube is still prettymuch unusable.
Forum: Python 26 Days Ago
Replies: 6
Views: 411
Posted By jbennet
Not related to the problem in hand, but its worth noting the best real-world example of recursion ive ever seen is a method to handle the inorder traversal of a binary tree.
Forum: Storage 26 Days Ago
Replies: 7
Views: 677
Posted By jbennet
Because there is less electrical interference when you send things in serial fast in one direction at a time over a lower set of wires than when you send things in parallel over more wires (as in...
Forum: Storage 27 Days Ago
Replies: 7
Views: 677
Posted By jbennet
No, it will be superceded by SAS if anything.
Forum: Storage 27 Days Ago
Replies: 7
Views: 677
Posted By jbennet
Its more extensible. Most of the wires in an old style ATA connector dont actually help transmit data, they are to stop interference (they actualy doubled the number of wires to 80 by adding more...
Forum: Windows NT / 2000 / XP 31 Days Ago
Replies: 3
Views: 359
Posted By jbennet
No, this is what you want i think

http://www.microsoft.com/downloads/details.aspx?FamilyId=230796A7-54D6-4C31-BDA3-EFD2F7E87A8C&displaylang=en
Forum: C++ 34 Days Ago
Replies: 6
Views: 675
Posted By jbennet
Add a cin.ignore() to ignore the newline control character
Forum: Java Nov 17th, 2009
Replies: 7
Views: 347
Posted By jbennet
Please mark as solved.
Forum: Windows NT / 2000 / XP Nov 17th, 2009
Replies: 2
Views: 379
Posted By jbennet
Well, do you (and the IIS server) have folder read permissions on the ftp root you defined?
Forum: Windows NT / 2000 / XP Nov 16th, 2009
Replies: 60
Views: 3,544
Posted By jbennet
Just do a google for ATI Catalyst, download the Catalyst drivers from ati.amd.com.

EDIT: Here is a link

http://support.amd.com/us/gpudownload/Pages/index.aspx

Choose your OS and then Radeon...
Forum: Windows Software Nov 16th, 2009
Replies: 6
Views: 567
Posted By jbennet
Not working? Be more specific.
Forum: Web Browsers Nov 16th, 2009
Replies: 4
Views: 766
Posted By jbennet
We cant help you with that, we would be assisting you in violating your corporate IT policy. You shouldnt be doing facebook at work.
Forum: Windows NT / 2000 / XP Nov 16th, 2009
Replies: 2
Views: 431
Posted By jbennet
Firewall problem?

But really... i dont reccomend using the FTP part of IIS, especially on XP. There have been lots of vulnerabilities for it lately.
Forum: C++ Nov 15th, 2009
Replies: 7
Solved: Warning help
Views: 293
Posted By jbennet
Yeah, its a very ambigious requirement. Ask them to clarify.
Forum: C++ Nov 15th, 2009
Replies: 9
Solved: Adding Sounds
Views: 533
Posted By jbennet
Hmm. I cant get it working either.

#include <cstdlib>
#include <windows.h>
#pragma comment(lib, "Winmm")
#pragma comment(lib, "Vfw32")
#include <vfw.h>
#include <Mmsystem.h>

using...
Forum: Windows NT / 2000 / XP Nov 13th, 2009
Replies: 28
Views: 1,289
Posted By jbennet
Strange. Glad you got it solved though.
Forum: Windows Software Nov 13th, 2009
Replies: 2
Views: 60,933
Posted By jbennet
This thread is from 2005!!!
Forum: Python Nov 12th, 2009
Replies: 11
Views: 549
Posted By jbennet
By using encapsulation you ensure fidelity of data, and provide a known interface to others who may extend or use your class, making refactoring much less painful.
Forum: Windows NT / 2000 / XP Nov 12th, 2009
Replies: 4
Views: 564
Posted By jbennet
And you call yourself an expert???!!! ;)

Its an opensource web server, indeed, one of the most popular web servers on the internet.

Maybe best moving this to the Web hosting board instead of...
Forum: Python Nov 12th, 2009
Replies: 11
Views: 549
Posted By jbennet
Not a Pythin guy but in other OOp languages like C++ and Java, there is a term called Encapsulation. That means that fields can have a visibility modifier e.g. public or private. Private fields...
Forum: Windows NT / 2000 / XP Nov 12th, 2009
Replies: 28
Views: 1,289
Posted By jbennet
Really, you are closer. Those multiple uses of highly unnaceptable language just earnt you a 5 point infraction.

Play nice.

And just to add my two cents, i have never heard anything about the...
Showing results 1 to 40 of 1000

 


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

©2003 - 2009 DaniWeb® LLC