Description:
Different computer languages not specifically listed.
|
|
|
ANN: Seed7 Release 2009-07-05
|
| |
Hello, I have released a new version of Seed7: seed7_05_20090705.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in places when other... more »
|
|
Is there any pointers you might have
|
| |
I just had to forward this from the GCC mailing list. Maybe he's looking for a void pointer ? ----- Original Message ----- ...To: <g...@gcc.gnu.org> Sent: Thursday, June 18, 2009 11:13 AM
|
|
C++ x86 Disassmbler
|
| |
I have to write an objdump/bindump program and am looking for an x86 disassembler written in C++. Many thanks in advance, Aaron
|
|
PLNews
|
| |
Anybody know how to post language updates to PLNews? Chuck? Thomas? It seems the updates are done in batches, maybe the maintainer only checks his/her email every so often? Mike
|
|
Computing Fibonacci numbers the hard way
|
| |
I suppose we are all familiar with recursive definitions of Fibonacci numbers, e.g. F(0) = 0 F(1) = 1 F(n) = F(n-1) + F(n-2) for n>1 The recursive definition is used in programming exposition as an elegant example and as a grim warning. Thus (1): function fibonacci(n) if (n <= 0) return 0... more »
|
|
ANN: Seed7 Release 2009-06-21
|
| |
Hello, I have released a new version of Seed7: seed7_05_20090621.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in places when other... more »
|
|
DStorm x86 disassembler
|
| |
Does the C++ DStorm disassembler still exist or has it been renamed ? Many thanks in advance, Aaron
|
|
General Health
|
| |
YOU CAN GET INFORMATION ON VARIOUS DISEASES AND KNOW ABOUT YOUR HEALTH IN A VERY SIMPLE WAY. visit to [link]
|
|
Ideas on RTTI support?
|
| |
...No, I use C. I'll listen to your idea though. But, I'm not familiar with RTTI. Since I'm not, could you explain why or what you're wanting to do in your OS? I mean, from what I've been able to gather about RTTI, it's a C++ feature that apparently allows you to perform a validity check on a type cast or... more »
|
|
|