DELL sucks really its a piece of ....I'm using lenovo and HP.My vote goes to lenovo
Hey shabbir I know this is not relavent to the thread could you take a look at this and help http://www.go4expert.com/showthread.php?t=21530
Another thing lionannesh following things you need to take care 1 Remember = and == are not the same.In your if statement you use = this would...
Ok
?????
Dude lots of things wrong with that code.I'm posting the updated code this works.I have added comments so you figure it out. #include<stdio.h>...
The code is fine but you can write a function for checking if the number is prime or not that would make your code smaller.
Is there any way of incrementing IP addresses like lets say the user enters 10.xxx.xxx.20 and he wants the next 20 IP so the program should...
1 . n++ and n+1 are not the same.In n++ the value of n is modified where as n+1 does not modify n.Here n++ n=n+1 Now in this n++ would run faster...
Hi shaabir by mistake i have created two threads for ths same topic.The new one has the updated code so please delete the old one at...
Hi this is a simple program that sends an echo request and recieves an echo reply.The problem is in the recieved packet #include <stdio.h>...
I have a simple question.Which is If i send a packet to a host using raw socket and in the ip source address field put some ip other than mine...
Are you trying to write the code in c/c++.As you have put the query in the c/c++ section I'll assume you are but what is the home page in c++ ?...
Here's a simple program that uses gethostbyname #include<stdio.h> #include<stdlib.h> #include<sys/socket.h> #include<sys/types.h>...
Could some one suggest me a good tutorial on sending spoofed packets using socket programming in C
Get your RAM checked from a professional.Cheaper option open up your friend's PC and remove any ram and put yours and see if the PC works fine(I'm...
I beg to differ with shabbir Linux is not only developer friendly but also user friendly.It comes with a slick GUI to match that of windows.Only...
Funny story.YOU A GUY FROM BRAZIL.Forget your ex.lol
Dude something sounds fishy.But I don;t want to be a heart breaker if none of the above works maybe start making a new one.Should I send you a...
I haven't look at your code.But yeah at first glance you need to check your switch statement you need to add break;..What's happening rite now is...
Separate names with a comma.