Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Read content from CTreeCtrl! Pin
Hamid_RT22-Jun-06 20:10
Hamid_RT22-Jun-06 20:10 
Questionadding data at the end of already exisiting file Pin
zahid_ash22-Jun-06 1:32
zahid_ash22-Jun-06 1:32 
AnswerRe: adding data at the end of already exisiting file Pin
_AnsHUMAN_ 22-Jun-06 1:40
_AnsHUMAN_ 22-Jun-06 1:40 
GeneralRe: adding data at the end of already exisiting file Pin
zahid_ash22-Jun-06 2:01
zahid_ash22-Jun-06 2:01 
GeneralRe: adding data at the end of already exisiting file Pin
_AnsHUMAN_ 22-Jun-06 2:14
_AnsHUMAN_ 22-Jun-06 2:14 
AnswerRe: adding data at the end of already exisiting file Pin
Hamid_RT22-Jun-06 20:25
Hamid_RT22-Jun-06 20:25 
QuestionTCP Socket Selection Pin
69 Bay22-Jun-06 1:31
69 Bay22-Jun-06 1:31 
AnswerRe: TCP Socket Selection Pin
bolivar12322-Jun-06 2:15
bolivar12322-Jun-06 2:15 
Mike,

There is no hard fast rule to selecting a port number for your own TCP services. In general the first 1024 are reserved for "well known" services and 49152 to 65535 are reserved for dynamically allocated and/or private port numbers.

Keep in mind where your service will be used, if it is a public service that anyone can connect to via the Internet, then you might want to be fairly selective on what port number you use. However if your service/server is to be used on a private network, then you can just about pick any port you want.

You can find a list of "well known" port numbers at:
http://www.iana.org/assignments/port-numbers[^]

Hope this helps.
GeneralRe: TCP Socket Selection Pin
69 Bay22-Jun-06 2:31
69 Bay22-Jun-06 2:31 
Questionfunction needs pointer not vector Pin
PhilRosenberg22-Jun-06 1:08
PhilRosenberg22-Jun-06 1:08 
AnswerRe: function needs pointer not vector Pin
Justin Tay22-Jun-06 1:19
Justin Tay22-Jun-06 1:19 
AnswerRe: function needs pointer not vector Pin
Ryan Binns22-Jun-06 1:22
Ryan Binns22-Jun-06 1:22 
GeneralRe: function needs pointer not vector Pin
Stephen Hewitt22-Jun-06 1:41
Stephen Hewitt22-Jun-06 1:41 
GeneralRe: function needs pointer not vector Pin
Ryan Binns22-Jun-06 2:03
Ryan Binns22-Jun-06 2:03 
AnswerRe: function needs pointer not vector Pin
Viorel.22-Jun-06 1:23
Viorel.22-Jun-06 1:23 
AnswerRe: function needs pointer not vector Pin
FarPointer22-Jun-06 1:24
FarPointer22-Jun-06 1:24 
GeneralRe: function needs pointer not vector Pin
Chris Losinger22-Jun-06 1:26
professionalChris Losinger22-Jun-06 1:26 
GeneralRe: function needs pointer not vector [modified] Pin
PhilRosenberg22-Jun-06 1:34
PhilRosenberg22-Jun-06 1:34 
GeneralRe: function needs pointer not vector Pin
Stephen Hewitt22-Jun-06 1:50
Stephen Hewitt22-Jun-06 1:50 
GeneralRe: function needs pointer not vector Pin
FarPointer22-Jun-06 3:12
FarPointer22-Jun-06 3:12 
GeneralRe: function needs pointer not vector Pin
Zac Howland22-Jun-06 3:26
Zac Howland22-Jun-06 3:26 
GeneralRe: function needs pointer not vector Pin
FarPointer22-Jun-06 2:23
FarPointer22-Jun-06 2:23 
QuestionHow to access a VB.NET dll from C++ Pin
Manfred Staiger22-Jun-06 1:08
Manfred Staiger22-Jun-06 1:08 
AnswerRe: How to access a VB.NET dll from C++ Pin
led mike22-Jun-06 5:46
led mike22-Jun-06 5:46 
QuestionToolbar: mutually exclusive buttons Pin
Giulio200022-Jun-06 1:03
Giulio200022-Jun-06 1:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.