Could anyone help me use sockets to create a program that would allow a person to say, run a program, choose a person from a list of those currently using the program, and be able to send a message to them?
This is a discussion on Creating a pseudo-chat program within the C++ Programming forums, part of the General Programming Boards category; Could anyone help me use sockets to create a program that would allow a person to say, run a program, ...
Could anyone help me use sockets to create a program that would allow a person to say, run a program, choose a person from a list of those currently using the program, and be able to send a message to them?
possibly. go to google.com first and branch off of there. in particular, look into socket programming.Could anyone help me
http://www.cpp-home.com/tutorial.php?26_1
Will this site help me do what I want to do?
Perhaps you should try it out and see for yourselfWill this site help me do what I want to do?![]()
Code:int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000 <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000 )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}
I don't want to waste my time reading it if it isn't what I need
Because you fear you may learn something you don't need right now?
You == L<<A<<Z<<Y
Demonographic rhinology is not the only possible outcome, but why take the chance
I did search google but there seems to be so many types...! I merely ask which one I am supposed to be looking for, or a link that would help me out
Have you searched THESE forum's? had you, you would have found that sockets have been asked about frequently. And, you would have tound links to good socket programming tutorials. Look at me, i read and wrote a simple chat client in two hours.
Compilers:
GCC on Red Hat 8.1 (Primary)
GCC on Mac OS X 10.2.4 (Secondary)
Others:
MinGW on XP