Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: Announce lcc-win

Reply
Thread Tools

Re: Announce lcc-win

 
 
Edward Rutherford
Guest
Posts: n/a
 
      02-03-2011
Caesar Romano wrote:
> On Wed, 02 Feb 2011 10:51:38 +0100, jacob navia <>
> wrote Re Announce lcc-win:
>
>>The latest version of lcc-win contains the first release of the C
>>containers library.
>>
>>Use iterators, containers, hash tables, bloom flters, flexible arrays
>>that expand when you add items automatically, single and double linked
>>lists, etc.
>>
>>All containers use a simple and easy to remember syntax. Source code is
>>included with the lcc-win distribution so that you can adapt it or
>>include it in your application.
>>
>>Besides, I thank copx for pointing me to a problem with code generation.
>>
>>jacob

>
> Thank you for all the work you do for lcc-win.


Jacob --

Thanks for this.

Are you aware that the new C standard will feature C++-style templates,
implemented by a new keyword __generic?

It seems to me that your container library would be an excellent testbed
for introducing this excellent new feature into LCC.

Best Regards,
-epr-
 
Reply With Quote
 
 
 
 
Andreas
Guest
Posts: n/a
 
      02-03-2011
I could not make lcc-win32 run on my machine (W7 Prof)
However I cannot install it in c:\lcc
Therefore I installed it (as admin) in d:\develop\c\lcc
The paths in the registry are correct
Buildapi shows a lot of conflicts between win-dlls and lcc-dlls

A simple "Hello World" console program in Wedit shows
d:\develop\c\lcc\lib\lcccrt0obj .text: undefined reference to
'_RtlUnwind@16'

Andreas
 
Reply With Quote
 
 
 
 
Sebastian
Guest
Posts: n/a
 
      02-03-2011
On 3 Feb., 18:49, Edward Rutherford wrote:
>
> Jacob --
>
> Thanks for this.
>
> Are you aware that the new C standard will feature C++-style templates,
> implemented by a new keyword __generic?


Are you sure? Judging by the Wikipedia article about C1X the _Generic
keyword is nothing like C++ templates. It appears to be more like a
compile-time switch that depends on some expression's type which can
be used to simulate overloading/overload resolution. Maybe there are
other fancy tricks you can do with it. But comparing it to C++
templates seems like a bit of a stretch.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANNOUNCE libmsgque 3.5, ANNOUNCE (P)rogramming (L)anguage (M)icro(K)ernel 1.0 Andreas Otto Java 34 10-07-2009 06:26 AM
ANNOUNCE libmsgque 3.5, ANNOUNCE (P)rogramming (L)anguage (M)icro(K)ernel 1.0 Andreas Otto C++ 0 09-25-2009 03:19 PM
ANNOUNCE libmsgque 3.5, ANNOUNCE (P)rogramming (L)anguage (M)icro(K)ernel 1.0 Andreas Otto C Programming 0 09-25-2009 03:16 PM
ANNOUNCE libmsgque 3.5, ANNOUNCE (P)rogramming (L)anguage (M)icro(K)ernel 1.0 Andreas Otto Python 0 09-25-2009 03:14 PM
Bill Gates Announce IE 7.0 Jay Calvert Firefox 8 02-17-2005 02:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57