Forum: C May 13th, 2008 |
| Replies: 23 Views: 2,142 I also learned Assembly years before I started really using C. C is still for me the language that I struggle most with. What I don't like about C is:
- type-casting
- pointers
- platform... |
Forum: C Mar 30th, 2008 |
| Replies: 7 Views: 797 C is good for engeneering for two very simple reasons:
1) the code is very, very light (not every computer has 4Gig of RAM => microcontroller (between 512Bytes and 4KB))
2) it can easily be ported... |
Forum: C Aug 30th, 2007 |
| Replies: 2 Views: 704 Hello everybody,
does anybody have some experiences with scanners or other imaging-hardware?
I am now looking for several weeks for good introductions in this topic, but so far, I couldn't find... |