I have an interview! At Analog Devices1 on the Haymarket. This Thursday. I shall panic now, and get it all out of the way:
AAAAAAAAAAAAAAAAAAAAAAAAAARRRRRGGGGHHHH!
Okay, that's better. Now; problem is that they're going to test my C skills. My experience of C can be roughly summed up with the mental image of a lecturer waving a page of code in front of me saying "This is C. We don't use it here. We use Java. It is much better designed!And far less useful."
Anyway, I need to cram C. I might have to go buy a book. Otherwise, any good web sites, etc.?
[1] Yes, I know they can't spell.
AAAAAAAAAAAAAAAAAAAAAAAAAARRRRRGGGGHHHH!
Okay, that's better. Now; problem is that they're going to test my C skills. My experience of C can be roughly summed up with the mental image of a lecturer waving a page of code in front of me saying "This is C. We don't use it here. We use Java. It is much better designed!
Anyway, I need to cram C. I might have to go buy a book. Otherwise, any good web sites, etc.?
[1] Yes, I know they can't spell.
Tags:
From:
no subject
I got a passing grade (just over 70%) in some online test or other in C for phone company in Glasgow without having written a proper program in C in my life, merely based on Java and logic. Heather found me this site at the time which really helped my cramming:
http://www.comp.lancs.ac.uk/computing/users/ss/java2c/diffs.html
Hope it helps :-)
From:
no subject
From:
no subject
Good luck!
From:
no subject
From:
no subject
The only book worth getting IMHO is O'Reilly's Practical C Programming, which concentrates on teaching what you actually need to know. As I think it says somewhere in the blurb: most C books will devote a page or two to explaining the precedence of various operators; this one tells you "* and / come before + and -, and put brackets around everything else".
From:
no subject
Its more of a language reference but has enough explaination for a programmer to quickly pick it up
From:
no subject