Hi Asad, I have to do I and Q demodulatin. The code is supposed be written in C. I want to know how can I acces A/D converter and then read data from it; for...
Hi, Brandon! Nice to see you again. Or was it because I was just not reading thoroughly? ;-) Generally spoken: if you're reading data from a socket, you should...
hi, Thank you very much for your response. No, I haven't been around for a while. :) Well it is a chat application; I'll be making the server and client so I...
hi everybody.. I'm new to linux and strugling to learn to use gcc, could anyone help me and give some tips , I've learned how to compile but when I click in...
Hi Asad, There was nothing in your email I mean I got an empty email. could you please resend it. thanks Asif -- Asad Mehmood <coolcomsian@...> wrote: > ...
SAP-ABAP Training - Today Jobs India #################################################################### Today Jobs India announces Regular Course in...
If u r asking just how to compile a c code using gcc then its simple i m telling u .open any editor preferably VIM and then after that write the code in it and...
HI THERE IS A PROB. FOR U ALL. CAN U SWAP 2 NO. WITHOUT USING TEMPORARY VARIABLE. TRY THIS IN C++ & IF NY1 HAVE SOL. OF THIS PROB. PLZ LET ME KNOW HOW IS IT...
hi, How about this? #include <iostream> using namespace std; int main() { cout << "Enter the first number" << endl; int a; cin >> a; cout << "Enter a second...
Sallamz Dear Asif Sorry i cant write u coz i was a bit busy anyways the solution to ur problem is quite simple all u have to do is to read abt parallel port...
hello , i have a program that reads a file of size 635 MB and loades it in to memeory for analysis. i compiled the program with the command "gcc myprog.c...
we have to swap two variables a=10 and b=20... a=a+b;//now a=30 b=a-b;//now b=30-20=10 a=a-b;//now a=30-10=20 Now the value of a=20 and b=10 the value have...
hi members! if anyone of u know which r the two methods to declare a singletron class, then plz mail me waiting 4 reply thanx... ... Do you Yahoo!? New and...
Hi Brandon, yes, that will work, but with a big BUT (or bug, in fact it is a potential one). The point is: if you're reading the size of the message like in...
hello, I see. Ok, I will look into that. But, also, would this work? What if I create a struct on both server and client, with well client username and then...
############################################################## Training on Testing Tools - Today Jobs India A 100% Job Assistance Program First Time in...
hi friends i think there are two methods to do this problem 1)the first method is the traditional one which many of our friend have send ie a=a-b; b=a+b; ...
take a look at these links - - you should find what you are looking for: http://www.cs.cf.ac.uk/Dave/C/CE.html http://www.ecst.csuchico.edu/~beej/guide/net/ ...
###################################################################### Training on Testing Tools @ Rs.1500/- Anniversary Offer from Today Jobs India Batches...
Hi nameless one, ;-) I'm not sure but your error description looks as if you're mixing new and malloc() (or one of the related functions) within your program. ...