how solve this problem? Code Crawler - Given 2 C files, Walk thru both files and produce a report of similarities such as same variable name and same command ...
Hi All I removed blank lines in my code but forgot to re-compile n give the correct lines. Victor, I am able to compile and run it successfully on g++. I did...
Jaspreet Oberoi
jaspreet.oberoi@...
Feb 1, 2005 12:01 pm
6329
Can any one give me the code for sorting the Strings in C it is also sort the strings that are starting one or many characters are same that is like as...
Hi Arif, what problem do you have with this assignment? O.k., it's a useful tool, and there are hundreds of possible improvements to be implemented by the way....
Yes, I could. But why? What problem do you encounter? What did you write to solve this exercise/assignment? Show us your code please. Or ask a more specific...
http://www.masmarriage.com/indian/profile.asp?id=mas00493f __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Greetings! Many webmasters and software companies already use outsourcing to increase their income. Try it one time and you will like it! Post your project for...
windows dont support inet_aton(), i have to use inet_addr() instead , but there will be some bug if (255.255.255.255) passed to it , so how to use inet_aton()...
http://www.masmarriage.com/indian/profile.asp?id=mas00139f ... Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' ... Do you Yahoo!? Yahoo! Mail -...
http://www.veenaimovies.com/photogallerydetails.asp?artistid=160&artist_name=Pooja __________________________________________________ Do You Yahoo!? Tired of...
Zuhaib Zakaria has invited you to join hi5. By joining hi5, you will be connected to Zuhaib and all of Zuhaib's friends. hi5 is the place where friends meet....
Zuhaib Zakaria has invited you to join hi5. By joining hi5, you will be connected to Zuhaib and all of Zuhaib's friends. hi5 is the place where friends meet....
http://www.masmarriage.com/indian/profile.asp?id=mas00021m __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
T Drive for 2004 Pass - outs Dear All, We are pleased to inform you that we are organising a Direct Trainee - Drive on the 18th , 19th & 20th of February 2005...
Hey moderator It is high time you come into the picture n cancel Divya H's membership. Why the hell should I care which who she is ?? I am looking for a date,...
Jaspreet Oberoi
jaspreet.oberoi@...
Feb 8, 2005 5:09 am
6347
What exactly do u want ? or is it a Mail Bomb :) divya H <divya_325@...> wrote: http://www.masmarriage.com/indian/profile.asp?id=mas00214f ... Do you...
hi friends.. i have interest for system programming , can a any one pls tell me or suggest me any good institute OR teacher for system programming , c, c++,...
hello i am doing my ii/iv comp engg .Recently our college has completed 25 years,so our college management is conducting a program called ALUMINI 05.I need a...
Hello friend , following are the C questions asked in an electronic company. Please answer the questions with description: 1). What is the value of X after...
hi i wrote the following code to create a socket and to bind it , but , bind() dont work properly , it returns -1 every time , i tried to find the reason , but...
hye plz change the port no each time u run the prog. port no should b bet 1500 try it and if doesn't work, plz mail again Mc Madhan ... Do you Yahoo!? Yahoo!...
Hi Devil, from the header files I suppose you are writing a program for Windows. In Windows, sockets are a structure (named SOCKET), not an int like in POSIX...
thanx for ur replay , i used SOCKET instead of int , but that bug still , its some thing happens while binding , i dont know what is that error Nico Heinze...
Hi Ghassan, I've just recalled having read on MSDN that you have to #include <winsock2.h>, not <winsock.h>. Are you sure that winsock.h is correct? Regards, ...