Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . compilers . lcc
This is a Usenet group - learn more
Find or start a Google Group about lcc.
Group info
Language: English
Group categories:
Computers
More group info »
Related Groups
Compiler construction, theory, etc. (Moderated)
Low activity, Usenet
Discussion about C.
High activity, Usenet
Construction of compilers and tools with PCCTS.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3810  Older »
Description: The lcc C Compiler and related topics.
 

NFL jersey wholesale womens NBA jersey 
  women shoes ( paypal payment )( [link]) sports shoes ( paypal payment )( [link]) basketball shoe ( paypal payment )( [link]) fashion shoe ( paypal payment )( [link]) casual shoe ( paypal payment )( [link]) ladies shoes ( paypal payment )( [link])... more »
By www.sneaker-shop08.com  - Nov 20 - 1 new of 1 message    

OT: Any interest in the "Google Go" project here? 
  Jacob (and list): I dropped your name on the golang.org mailing list as someone who has quite a bit of experience with the win32 compiler infrastructure. Might you (or others) be interested in this new language? I've been in the *NIX world for so long now that I don't have much to offer on this, but there have been lots of requests for a win32 (or... more »
By infoneer  - Nov 16 - 7 new of 7 messages    

Buffer overflows in C. 
  Contrary to the opinion of many people, I am convinced that the problem in C is not the language itself, that I consider an excellent one, but the wrong use it is done of C by people that do not take care about the details and do not respect the rules of software engineering. I will use an example of badly written code to show several of the problems that arise when people... more »
By jacob navia  - Nov 4 - 2 new of 2 messages    

Finding a bit-string in another bit-string 
  Here is a function to do the equivalent of strstr with bitstrings. The basic ideas is to prepare a table of shifted patterns, and compare bytes instead of bits, what makes things faster and easier. I would like to thank Mr Morris Keesan and Mr Peter Nilsson of this discussion group for their help with the bit shifting.... more »
By jacob navia  - Oct 30 - 1 new of 1 message    

Am I doing something wrong? Just trying to compile a "Hello World" kind program. 
  Hi, I've just installed the latest version of LCC in a Windows environment. The code I'm testing is the following: ...int main(int argc, char *argv[]) { printf("\n Hello World!\n"); ...Building from a command line (lcc.exe hello.c -o hello.exe) generates an executable file, 1 KB size, which does nothing...... more »
By James Russell  - Oct 27 - 4 new of 4 messages    

-nolibc problem 
  Hello! Maybe I'am blind or stupid, but I've a problem... For a small program the user should simply provide a driveletter within the commandline. This looks like this: example.exe /drive:m I have used the wizard to generate a console-application, so I've got the wellknown "HandleOptions"- Code. Okay...... more »
By Heiko Vogel  - Oct 18 - 2 new of 2 messages    

? 
  ...inline div_t __declspec(naked) div(int a,int b) { _asm("\tmovl\t(%esp),%eax"); _asm("\tmovl\t4(%esp),%ecx"); _asm("\tcdq"); _asm("\tidivl\t%ecx"); ...div_t div(int _numer, int _denom); ...I like being away from the anal-retentive topic guards in clc. This comes from stdlib.h. What does it do?... more »
By Frank  - Oct 7 - 4 new of 4 messages    

existence of a FAQ 
  I just started into lcc and wonder if there is a FAQ list that I'm missing. The funny thing about posting to usenet is that sometimes the very act of doing it solves the problem. I was to explain how I had not encountered a FAQ yet then discovered lcc.chm in C:\lcc\lcc\doc. I hope this goes well for me. It's been a long time that I used a compiler... more »
By Frank  - Oct 6 - 1 new of 1 message    

ANN An ansic90 version of lcc-win 
  Due to popular demand, I have prepared a ANSI-C-90 version of lcc-win. This version has none of C99 since it is a backup version of lcc-win from September 1999. The new C standard was just out, or was going to get out, so lcc-win was at the then current standard level 1989. Usage: lc -ansic90 foo.c The "driver" lc.exe will call lcc90.exe with the appropiate... more »
By jacob navia  - Sep 24 - 39 new of 39 messages    

Does LCC build abstract syntax tree? 
  I find a paper ([link] lean.pdf) that saying (on page 21) that one of mistakes is LCC doesn't have an AST. I am confused here - isn't the Tree struct defined in C.h the AST? There is no nodes in that tree build to represent none terminals, and it looks to me the exact kind of AST...... more »
By Qubeley  - Sep 21 - 2 new of 2 messages    

1 - 10 of 3810   « Newer | Older »

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