Search Results

Showing results 1 to 40 of 364
Search took 1.21 seconds.
Search: Posts Made By: jwenting ; Forum: C++ and child forums
Forum: C++ Jan 24th, 2008
Replies: 7
Views: 9,037
Posted By jwenting
And don't go sending people private messages about it either. Especially PMs that are so utterly vague that it's impossible to know what you're trying to do...

Or rather, indeed just don't send...
Forum: C++ Jan 10th, 2008
Replies: 14
Views: 1,763
Posted By jwenting
In Ur they had neither C nor C++.
Come to think of it they didn't have + either, they used other characters entirely for writing.
Forum: C++ Dec 9th, 2007
Replies: 7
Views: 801
Posted By jwenting
wrong forum. This is the C++ forum, not the C+= forum!
Forum: C++ Oct 1st, 2007
Replies: 1
Views: 782
Posted By jwenting
Forum: C++ Oct 1st, 2007
Replies: 3
Views: 565
Posted By jwenting
we're not your homework service. And that extends to private messages.
Forum: C++ Sep 12th, 2007
Replies: 16
Views: 7,346
Posted By jwenting
In case of Borland's compilers, they're written mostly in Pascal.
And that includes their Pascal compilers...

They wrote a compiler stub that could compile a minimal subset of the intended...
Forum: C++ Aug 26th, 2007
Replies: 5
Views: 4,058
Posted By jwenting
Forum: C++ Aug 19th, 2007
Replies: 2
Views: 862
Posted By jwenting
try the C++ and Delphi manuals, which you will have if you have a legal version of the product.
If you don't, you don't deserve any help. In fact you deserve only contempt if you use pirated...
Forum: C++ Aug 18th, 2007
Replies: 3
Views: 799
Posted By jwenting
How to judge this depends on what your intentions were when writing it...

As a means of adding 2 numbers it's overly complicated, as a way of learning how simple classes can be written it's not...
Forum: C++ Aug 18th, 2007
Replies: 13
Views: 1,927
Posted By jwenting
no, we're not going to do that. We're certainly not going to sheepishly compile and run your code and fix it for you.
Forum: C++ Aug 15th, 2007
Replies: 1
Views: 4,533
Posted By jwenting
1) figure out what Pascal's triangle is
2) learn a programming language
3) implement the thing in that programming language
Forum: C++ Aug 10th, 2007
Replies: 14
Views: 3,196
Posted By jwenting
yup. typically will send a character representation of the screen (ASCII Art forever!) to the parallel port.
Forum: C++ Aug 6th, 2007
Replies: 14
Views: 3,196
Posted By jwenting
Windows might play nice and provide an abstraction layer which makes the command window perceive the mouse as a serial device, but I'm far from certain about that.
Forum: C++ Aug 6th, 2007
Replies: 6
Views: 863
Posted By jwenting
as your question makes no sense no sensible answer is possible.

Therefore a potentially non-sensical answer: apple pie screwdriver salad bowl.
Forum: C++ Aug 5th, 2007
Replies: 14
Views: 3,196
Posted By jwenting
and what hardware architecture, what mouse (USB, PS/2, serial, something else maybe).

I've done it 15 years or so ago. At the time we had to write our own mousedrivers, was fun.
I think the disk...
Forum: C++ Aug 4th, 2007
Replies: 13
Views: 14,345
Posted By jwenting
There's no difference in the output, only in the way the IDE treats it when you run it inside the IDE...

Or if the other IDE and compiler did put in some magic code of their own, they were...
Forum: C++ Jul 31st, 2007
Replies: 13
Views: 14,345
Posted By jwenting
most people would choose to start from scratch when starting development in VC2005 if their previous version was VC6.

Anything developed that long ago that VC6 was current when development was...
Forum: C++ Jul 31st, 2007
Replies: 16
Views: 3,538
Posted By jwenting
yah, Turbo Pascal never adhered to the established standards for C++ :)
Forum: C++ Jul 30th, 2007
Replies: 13
Views: 14,345
Posted By jwenting
HAHAHAHA.

What's so "fairly good understanding" about being able to write

int main(char* args, int argv)
{
return 0;
}
Forum: C++ Jul 30th, 2007
Replies: 16
Views: 3,538
Posted By jwenting
true. But it's far from unstable.
It's in fact far more stable when used in the correct environment (meaning the one it was designed for) than any of those "modern" IDEs, and of course far more...
Forum: C++ Jul 28th, 2007
Replies: 8
Views: 3,150
Posted By jwenting
"reading a .jpg file like a normal file does not give me the file header in any kind of format visible instead it comes out with a lot of random characters"

Hardly random. There's a definite...
Forum: C++ Jul 28th, 2007
Replies: 8
Views: 3,150
Posted By jwenting
you'd read them the same as any other, and then pull them through some decryption system...
It's just bits and bytes after all, same as any other part of any other file.
Forum: C++ Jul 24th, 2007
Replies: 15
Views: 5,120
Posted By jwenting
obviously. For starters he's missing an include for his very own headerfile...
I didn't look further than that.
Forum: C++ Jul 22nd, 2007
Replies: 2
Views: 1,023
Posted By jwenting
well, it all depends on your operating system of course...

For Windows, Microsoft Visual C++ is pretty much the standard, with Codegears C++ Builder (or the cheaper (there's even a free version)...
Forum: C++ Jul 21st, 2007
Replies: 47
Views: 8,846
Posted By jwenting
I know that full well. The BINARIES are platform specific.
A lot of the SOURCE of the JVM however isn't.
Forum: C++ Jul 21st, 2007
Replies: 47
Views: 8,846
Posted By jwenting
because there's no need to. It's plenty fast enough as it is, and the way it's coded now a lot of the codebase is platform independent (meaning it compiles equally well for all platforms Sun...
Forum: C++ Jul 20th, 2007
Replies: 47
Views: 8,846
Posted By jwenting
so do I... Guess he wants Sun to take over every single project and company that has anything to do with Java and consolidate everything into a single massive package.

Why that would be required...
Forum: C++ Jul 20th, 2007
Replies: 5
Views: 701
Posted By jwenting
And no, we're not here to do your homework for you...
And I will NOT open zipfiles presented to me by total strangers, as such usually contain trojans and other nasties I certainly don't want on my...
Forum: C++ Jul 19th, 2007
Replies: 47
Views: 8,846
Posted By jwenting
and just because in practice most are, that doesn't mean that they have to be (which was the assertion).
Forum: C++ Jul 19th, 2007
Replies: 7
Views: 5,835
Posted By jwenting
as that code is C, not C++, unlikely.
You can't convert that code from C++ to C# for the same reason.
Forum: C++ Jul 19th, 2007
Replies: 1
Views: 1,347
Posted By jwenting
nope.

Forget about the mathematical notation.
Create a class to contain your complex numbers as 2 double precision floating point fields, one real and one imagenary.
Either create operators...
Forum: C++ Jul 19th, 2007
Replies: 14
Views: 3,858
Posted By jwenting
yup. The code is returned to the operating system and can be polled from other programs (like shellscripts) to determine the reason why the program terminated (with 0 traditionally indicating that...
Forum: C++ Jul 19th, 2007
Replies: 47
Views: 8,846
Posted By jwenting
Possibly, but not necessarilly.
You can just as well write a JVM in say Fortran or Assembly.
Or create one in hardware.
Anyway, the language a compiler or operating system is written in is no...
Forum: C++ Jul 17th, 2007
Replies: 4
Views: 1,005
Posted By jwenting
it all depends on the compiler, the linker, and the options you set for them.
A suboptimal compiler or linker may link in a lot of stuff that's not needed, an optimising one may remove all that....
Forum: C++ Jul 17th, 2007
Replies: 62
Views: 9,546
Posted By jwenting
If the solution fits the requirements as laid out in the requirements document the customer signed off on as part of their contract, then yes he has to pay for it.

I'd (if I found out that the...
Forum: C++ Jul 16th, 2007
Replies: 62
Views: 9,546
Posted By jwenting
ah, so another fictional delusion?
Forum: C++ Jul 16th, 2007
Replies: 62
Views: 9,546
Posted By jwenting
By whom? Not by anyone with a grain of intellect...
Forum: C++ Jul 15th, 2007
Replies: 19
Views: 2,489
Posted By jwenting
Forum: C++ Jul 15th, 2007
Replies: 19
Views: 2,489
Posted By jwenting
http://en.wikipedia.org/wiki/Fork
Forum: C++ Jul 15th, 2007
Replies: 62
Views: 9,546
Posted By jwenting
are you deliberately insulting me, boy? Or is it your ignorance talking?

In either case a good spanking is in order to teach you to behave yourself in the future!
Showing results 1 to 40 of 364

 


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

©2003 - 2009 DaniWeb® LLC