Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
9answers
447 views

What can you do in C without “std” includes? Are they part of “C,” or just libraries?

I apologize if this is a subjective or repeated question. It's sort of awkward to search for, so I wasn't sure what terms to include. What I'd like to know is what the basic foundation ...
3
votes
10answers
233 views

When is a basic (webdev) education complete?

I'm an ICT student. I've been doing it for 2 years and recently I started following developper blogs, got a twitter account to keep track of new blogs, lists of tips, tricks, free templates and other ...
1
vote
4answers
210 views

Essential “code toolset” for java/.Net

What essential code packages do you use on every project, that's not included in the BCL or java distribution? Mocking/Stubbing Unit Tests IOC / Dependency Injection Logging ORM ... Which ...