Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Os Install Pin
KingsGambit21-Nov-10 17:33
KingsGambit21-Nov-10 17:33 
AnswerRe: Os Install Pin
Nuri Ismail21-Nov-10 22:43
Nuri Ismail21-Nov-10 22:43 
Questionwhich protocols are important of the network protocol.? Pin
yu-jian21-Nov-10 6:07
yu-jian21-Nov-10 6:07 
AnswerRe: which protocols are important of the network protocol.? Pin
CPallini21-Nov-10 6:26
mveCPallini21-Nov-10 6:26 
GeneralRe: which protocols are important of the network protocol.? Pin
yu-jian21-Nov-10 6:29
yu-jian21-Nov-10 6:29 
GeneralRe: which protocols are important of the network protocol.? Pin
CPallini21-Nov-10 7:19
mveCPallini21-Nov-10 7:19 
AnswerRe: which protocols are important of the network protocol.? Pin
Moak21-Nov-10 8:43
Moak21-Nov-10 8:43 
AnswerRe: which protocols are important of the network protocol.? Pin
Aescleal21-Nov-10 9:49
Aescleal21-Nov-10 9:49 
For 95% of programmers there are no important protocols. You'll just use a programming library to interface with the network. With TCP/IP you'll be using sockets (although older UNIX variants use another API known as TLI - I've not seen it in the wild in years though).

So for the programmer the API is the most important thing. Sometimes it's helpful to know the details of the protocols you're using (i.e. when something goes wrong and you're forced to use a packet sniffer or the like) but it's not a daily occurrence. The most useful protocols to know about are probably TCP and DNS as they're the things you're closest to when you're programming.

Cheers,

Ash

Edited as I messed up the author, confusing him with Doug Comer whose books cover the same ground
QuestionHow to make a transparent toolbar which the hot Icon would enlarge when mouse hover on? [modified] Pin
Tcpip200520-Nov-10 17:50
Tcpip200520-Nov-10 17:50 
AnswerRe: How to make a transparent toolbar which the hot Icon would enlarge when mouse hover on? Pin
Code-o-mat21-Nov-10 7:06
Code-o-mat21-Nov-10 7:06 
GeneralRe: How to make a transparent toolbar which the hot Icon would enlarge when mouse hover on? Pin
Tcpip200521-Nov-10 15:08
Tcpip200521-Nov-10 15:08 
GeneralRe: How to make a transparent toolbar which the hot Icon would enlarge when mouse hover on? Pin
Code-o-mat21-Nov-10 22:32
Code-o-mat21-Nov-10 22:32 
QuestionMessage Removed Pin
20-Nov-10 9:51
volvox2120-Nov-10 9:51 
AnswerRe: expression Tree Pin
Sauro Viti20-Nov-10 11:12
professionalSauro Viti20-Nov-10 11:12 
Questionwindows 7 UAC Pin
MsmVc19-Nov-10 22:43
MsmVc19-Nov-10 22:43 
QuestionRe: windows 7 UAC [fixed] Pin
CPallini20-Nov-10 0:01
mveCPallini20-Nov-10 0:01 
AnswerRe: windows 7 UAC [modified] Pin
MsmVc20-Nov-10 0:49
MsmVc20-Nov-10 0:49 
AnswerRe: windows 7 UAC Pin
MsmVc20-Nov-10 1:08
MsmVc20-Nov-10 1:08 
GeneralRe: windows 7 UAC Pin
CPallini20-Nov-10 2:34
mveCPallini20-Nov-10 2:34 
QuestionThe difference between new and malloc function Pin
ycc89200919-Nov-10 21:31
ycc89200919-Nov-10 21:31 
AnswerRe: The difference between new and malloc function Pin
Code-o-mat19-Nov-10 21:51
Code-o-mat19-Nov-10 21:51 
AnswerRe: The difference between new and malloc function PinPopular
CPallini19-Nov-10 22:28
mveCPallini19-Nov-10 22:28 
AnswerRe: The difference between new and malloc function PinPopular
Aescleal19-Nov-10 23:36
Aescleal19-Nov-10 23:36 
AnswerRe: The difference between new and malloc function Pin
«_Superman_»22-Nov-10 7:15
professional«_Superman_»22-Nov-10 7:15 
Questiongfh Pin
kongdl19-Nov-10 21:09
kongdl19-Nov-10 21:09 

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.