Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: template class Pin
Nishad S15-Dec-05 0:29
Nishad S15-Dec-05 0:29 
AnswerRe: template class Pin
Nemanja Trifunovic15-Dec-05 1:43
Nemanja Trifunovic15-Dec-05 1:43 
AnswerRe: template class Pin
cmk15-Dec-05 17:20
cmk15-Dec-05 17:20 
Questionword does not work well with nested compound document Pin
ddzhou14-Dec-05 21:40
ddzhou14-Dec-05 21:40 
QuestionRich edit control char set problem Pin
ugick14-Dec-05 20:33
ugick14-Dec-05 20:33 
Questionhow can i can the ip of other system Pin
cancerion14-Dec-05 20:31
cancerion14-Dec-05 20:31 
AnswerRe: how can i can the ip of other system Pin
ThatsAlok14-Dec-05 21:04
ThatsAlok14-Dec-05 21:04 
QuestionIPv6 interface - if_nametoindex Pin
junalfon14-Dec-05 19:59
junalfon14-Dec-05 19:59 
question for guru's familiar with IPv6... how do i port if_nametoindex interface in Windows. is it supported? i'm currently porting a C application in linux that uses if_nametoindex and i'm having a problem converting this part to windows....


case AF_INET6:
t_addr6 = (struct sockaddr_in6 *)&s_loc;

if (cmdinterface)
t_addr6->sin6_scope_id = if_nametoindex(cmdinterface);
t_addr6->sin6_family = AF_INET6;
t_addr6->sin6_port = htons(local_port);
strcpy( t_addr6->sin6_addr.s6_addr , inet_addr( local_host ));
l_len = sizeof (struct sockaddr_in6);



thanx....

-- modified at 2:28 Thursday 15th December, 2005
QuestionHow to get the row color in clistctrl Pin
lorey14-Dec-05 18:53
lorey14-Dec-05 18:53 
AnswerRe: How to get the row color in clistctrl Pin
8ki14-Dec-05 22:03
8ki14-Dec-05 22:03 
QuestionHow can we change size of the StatusBar pane Pin
RockyJames14-Dec-05 18:23
RockyJames14-Dec-05 18:23 
AnswerRe: How can we change size of the StatusBar pane Pin
ThatsAlok14-Dec-05 19:16
ThatsAlok14-Dec-05 19:16 
GeneralRe: How can we change size of the StatusBar pane Pin
RockyJames14-Dec-05 19:34
RockyJames14-Dec-05 19:34 
GeneralRe: How can we change size of the StatusBar pane Pin
ThatsAlok14-Dec-05 20:00
ThatsAlok14-Dec-05 20:00 
AnswerRe: How can we change size of the StatusBar pane Pin
toxcct14-Dec-05 22:13
toxcct14-Dec-05 22:13 
GeneralRe: How can we change size of the StatusBar pane Pin
RockyJames15-Dec-05 1:41
RockyJames15-Dec-05 1:41 
QuestionHow to make tooltip in a toolbar to show around the proper pattern? Pin
followait14-Dec-05 18:01
followait14-Dec-05 18:01 
QuestionCan we declare A Constructor as Private? Pin
janisha14-Dec-05 18:00
janisha14-Dec-05 18:00 
AnswerRe: Can we declare A Constructor as Private? Pin
zxc8914-Dec-05 18:15
zxc8914-Dec-05 18:15 
QuestionSir Can any one help me Pin
janisha14-Dec-05 17:57
janisha14-Dec-05 17:57 
AnswerRe: Sir Can any one help me Pin
zxc8914-Dec-05 18:17
zxc8914-Dec-05 18:17 
AnswerRe: Sir Can any one help me Pin
ThatsAlok14-Dec-05 19:12
ThatsAlok14-Dec-05 19:12 
AnswerRe: Sir Can any one help me Pin
toxcct14-Dec-05 21:58
toxcct14-Dec-05 21:58 
GeneralRe: Sir Can any one help me Pin
ThatsAlok14-Dec-05 22:43
ThatsAlok14-Dec-05 22:43 
QuestionIWebBrowser2 instance Pin
neliocc14-Dec-05 17:54
neliocc14-Dec-05 17:54 

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.