C/C++ >> C--
Posted by jgrant on 22:16:00 05-11-2001
What is C--?
Posted by corn_am_i on 00:51:00 05-12-2001
Robert told me that C-- is a low level programming language like assembly, but is easier to use and has a syntax similar to C. He said that it still generates small fast programs.
Posted by jgrant on 05:39:00 05-12-2001
I looked around for some info on c--, but I could not find anything. Where are some websites I can learn about it?
Posted by fabs on 08:07:00 05-12-2001
C-- is available for windoze at www.download.com . It comes with a documentation you might wanna read.
fabs
Posted by robost86 on 22:18:00 05-12-2001
Sorry for not answering earlier, but I didn't see this post . C-- is a mixture between C and Assembler. You can do everything you can with assembler, but I't more structured and easier than asm. The package at download.com contains the C sources, and I have ported them to DJGPP, if anybody want to try compiling it in Linux. Tell me if you want the DJGPP sources. I could recomment C-- for everybody learning assembler, because the documentation is very good. Also have a lot of useful functions for graphics, I/O and lots of other stuff.
Posted by robost86 on 22:20:00 05-12-2001
JGrant, there are no web pages about C--. I could start the first web page about this language . The documentation that comes with C-- is so good you don't need any other tutorials .
Posted by fsvara on 19:44:00 05-13-2001
robost, email me the sources! Not that I am good at C, but I just want to see what gcc does to it =)
Posted by fabs on 12:59:00 05-14-2001
I printed the c-- docs and I'm gonna start coding in it soon.
Btw, my winPC also routes now
fabs
Posted by robost86 on 15:24:00 05-14-2001
Good luck with the C-- coding fabs! If you want some of my C-- programs, just tell me and I can mail them to you. I have written parts of a kernel in C--, if anybody want it, just post a message here, and I can upload it somewhere or send it to you.
Posted by fabs on 07:01:00 05-15-2001
Yeah, please send me some examples. While learning asm, you code is always helpful so I figure it will be like that with c--, too
fabs
Posted by robost86 on 15:26:00 05-15-2001
c--prog.tar.gz. Some of my C-- programs, mostly uncommented sources in a language near Assembler, it could be a little hard to read . The programs still demonstrate the power of C--.