Ok!!!! But what about ....My 2 new tutorials... 1. lists and tuples in Python... 2. Dictionaries in Python
Welcome......
Cmn Guyz post some comments.... How did you found this tutorial?
Thanks Shabbir for Accepting my tutorial
"What is The OSI model? Is this related to any of the atom models done in old school ? Huh!" No, my friend the OSI model [OPEN SYSTEM...
Thanks a ton ... Sir
Yeah sure Sir .. Still learning that stuff They are not so easy for a self learner can you suggest me some good tutorials on selectors Except the...
A http-web-server in c
// Dumps raw memory in hex byte and printable split format void dump(const unsigned char *data_buffer, const unsigned int length) { unsigned...
#include<stdio.h> #include<string.h> #include<arpa/inet.h> #include<netdb.h> #include<sys/types.h> #include<sys/socket.h> #include<fcntl.h>...
A simple code of Http-Web-Server in C done by a beginner level programmer. Please suggest if you liked it and lets make it better !! Hows that!!!...
/* This function accepts a socket FD and a ptr to a destination * buffer. It will receive from the socket until the EOL byte * sequence in...
hey i fixed up my previous echo server program but now i am facing problems in recv() function.. This program successfully sends "Hiii!!!!" to...
KK... Thnx ... LOL
Sir/Maam, please suggest me some very simple tutorials explaning right from the basics of such functions . I am doing C since 6 months and was...
http://www.facebook.com/pages/C-programmers/118833524810902?v=wall
/* ** showip.c -- show IP addresses for a host given on the command line */ #include <stdio.h> #include <string.h> #include <sys/types.h>...
Please suggest me some tutorials on Windows programming in C with detailed overview on windows registry and header files like #include<windows.h>...
Sir/Maam, I am a newbie programmer in C and learning C since 6 months and am looking forward to learn Socket programming in C . I have some...
#include<stdio.h> #include<string.h> #define count 2000000 void add(char word[],char meaning[]) { FILE *fp; fp = fopen("words.txt","a");...
Separate names with a comma.