![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2005
Posts: 1
Rep Power: 0
![]() |
is it possible to implement sockets in C# or C++ without a dedicated or static IP?
I hope that question doesn't sound too difficult to answer. The simple reason is: a chat program I am trying to create. I currently have a shared hosting service that I pay about $5/mo for. but a dedicated server ( dedicated IP, can run exe files ) costs $100 or so and I can't afford that, so looking for other solutions.
Also, is it absolutely necessary that I be able to run exe files on the server I'm using? Thanks a lot in advance!~ |
|
|
|
|
|
#2 |
|
Expert Programmer
|
You might be able to write the server part of it in perl or php, and then the client in C++ or C#. Don't hold me to it though, I'm not 100% sure. It might depend on what your goal is.
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
Why don't you sign up for a free dynamic dns service like no.ip.com and run it from your own computer? FOR FREE
Unless your Internet connection is not going to be able to handle the load.
__________________
JG-Webdesign |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
zoneedit and ddclient on my BIND server have served me wonderfully for years...
-Steven "They do say, Ms. M., that words can hurt worse than physical pain. They are of course wrong, as you will soon discover when I stick this toasting fork into your head. -Edmund Blackadder
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| function | solomon_13000 | Java | 6 | Apr 2nd, 2005 11:42 PM |
| Project: Dedicated | Stack Overflow | Existing Project Development | 0 | Mar 31st, 2005 2:43 PM |
| Multiple server clients using sockets + Threads | captainK | Java | 3 | Mar 4th, 2005 10:10 AM |