ANSI C


Que Linux é muito bom, e podemos fazer coisas maravilhosas com ele todos nós sabemos, porém quem nunca teve o problema de fazer um programa em C simples, que tinha um “atraso” para mostrar as coisas na tela?
Vamos mostrar aqui por que isso acontece, quando acontece, e como evitar isso.
(more…)

“In Unix, everything is a file.”

And this is true also for networks. Of course you won’t learn socket programing just with this example, but it shows how to create a socket, connect, send and recieve data, and close it, is that simple.
I’ll be making a nice tutorial on network programing lather, for now, the code:
(more…)

« Previous Page