Google Groups Home
Help | Sign in
comp . lang . misc
This is a Usenet group - learn more
Find or start a Google Group about lang.
Group info
Subscribers: 212
Activity: Low activity
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
Discussion about functional languages.
Medium activity, Usenet
Compiler construction, theory, etc. (Moderated)
Low activity, Usenet
Discussion about Forth.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 10216  Older »
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 »
By tm  - 5:16pm - 1 new of 1 message    

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
By Aaron Gray  - Jul 3 - 1 new of 1 message    

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
By Aaron Gray  - Jun 29 - 5 new of 5 messages    

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
By Mike Austin  - Jun 24 - 2 new of 2 messages    

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 »
By Richard Harter  - Jun 23 - 5 new of 5 messages    

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 »
By tm  - Jun 21 - 1 new of 1 message    

DStorm x86 disassembler 
  Does the C++ DStorm disassembler still exist or has it been renamed ? Many thanks in advance, Aaron
By Aaron Gray  - Jun 21 - 1 new of 1 message    

decoding BIOS/DOS data date and time 
  Hi, I need some public domain C code to encode and decode the 4 byte BIOS data time and date at 0000:006Ch. Many thanks in advance, Aaron
By Aaron Gray  - Jun 21 - 22 new of 22 messages    

General Health 
  YOU CAN GET INFORMATION ON VARIOUS DISEASES AND KNOW ABOUT YOUR HEALTH IN A VERY SIMPLE WAY. visit to [link]
By Noman Khan  - Jun 20 - 1 new of 1 message    

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 »
By Rod Pemberton  - Jun 19 - 47 new of 47 messages    

1 - 10 of 10216   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google