Esse site é muito bom. É como se fosse um orkut porem para relacionamentos profissionais. Aqui podemos adicionar amigos que estudamos ou trabalhamos juntos. O site é muito interessante. Criei um profile. Ainda não está 100% atualizado mas até o fim da semana eu vou ajustando. Se alguem quiser me adicionar lá vai o profile.
C Unit Testing with Check
When I start on IT, several years ago(+15), C was the first language that I learned. But was not the first language I mastered and deployed in production which was...surprisingly Visual Basic 6.0. However, when I learned C or any language back on that old and arcane time noddy was into testing. However now is impossible to work professionally in any language without tests. C is a low-level language but still kicks ass and has several interesting libs/frameworks. People use to fear C a lot because of lack of syntactical sugar but once you get used to it is not that hard at all. Today I want to show how you can do Unit Testing with C. I will not show how to do Unit Testing with C++ but with C ANSI actually. We will be using Check a unit test lib for C ANSI.