Forum: C++ Nov 30th, 2007 |
| Replies: 1 Views: 591 how could i write a program that would allow me to send messages to computers near me. they would be on the same network, i think i would have to use an ip address... i am a beging programmer, and i... |
Forum: C++ Nov 30th, 2007 |
| Replies: 7 Views: 8,018 also, just a note you can do this to store up to n charictors in a row.
char character2 [insert a number here];
cin >> character2; |
Forum: C++ Nov 30th, 2007 |
| Replies: 7 Views: 1,073 i made this just the other day, and as a new member i thought i would share this lil thing. many have probably already seen it, but its just a fun lil thing from a beginning programmer.
/*
... |