Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Perspective Projection Opengl Pin
Steve Echols21-Aug-06 19:52
Steve Echols21-Aug-06 19:52 
GeneralRe: Perspective Projection Opengl Pin
jk chan21-Aug-06 20:21
jk chan21-Aug-06 20:21 
GeneralRe: Perspective Projection Opengl Pin
Steve Echols21-Aug-06 20:53
Steve Echols21-Aug-06 20:53 
GeneralRe: Perspective Projection Opengl Pin
jk chan21-Aug-06 20:59
jk chan21-Aug-06 20:59 
GeneralRe: Perspective Projection Opengl Pin
jk chan22-Aug-06 14:13
jk chan22-Aug-06 14:13 
QuestionWhen use Bitmap::Clone(), I meet a problem.(about GDI+) Pin
samfromcn21-Aug-06 16:27
samfromcn21-Aug-06 16:27 
AnswerRe: When use Bitmap::Clone(), I meet a problem.(about GDI+) Pin
Justin Tay21-Aug-06 17:24
Justin Tay21-Aug-06 17:24 
QuestionHow to correctly send Telnet codes? Pin
Lord Kixdemp21-Aug-06 13:47
Lord Kixdemp21-Aug-06 13:47 
Hello everyone!
Hey, I want to make a Telnet app... According to Wikipedia, to move down a column I have to send:

{ESC} [ B

But how does it work? I'm just sending it char by char: (Pseudocode)

<br />
Send(0x1B);<br />
Send('[');<br />
Send('B');<br />


But it doesn't work! Should I send it as a char[] or what? Thanks!

PS: My networking library (SDL_net) has the data parameter as void*, so I'm just type casting it like Send((void*) 0x1B);...

Windows Calculator told me I will die at 28. Frown | :(

AnswerRe: How to correctly send Telnet codes? Pin
markkuk21-Aug-06 23:33
markkuk21-Aug-06 23:33 
GeneralRe: How to correctly send Telnet codes? Pin
Lord Kixdemp22-Aug-06 4:54
Lord Kixdemp22-Aug-06 4:54 
AnswerRe: How to correctly send Telnet codes? Pin
markkuk22-Aug-06 11:42
markkuk22-Aug-06 11:42 
QuestionGDI+ problem initialize. Pin
mostafa_pasha21-Aug-06 12:25
mostafa_pasha21-Aug-06 12:25 
AnswerRe: GDI+ problem initialize. Pin
mostafa_pasha21-Aug-06 12:41
mostafa_pasha21-Aug-06 12:41 
QuestionMixing frameworks and languages Pin
Andre xxxxxxx21-Aug-06 12:24
Andre xxxxxxx21-Aug-06 12:24 
AnswerRe: Mixing frameworks and languages Pin
Joe Woodbury21-Aug-06 17:53
professionalJoe Woodbury21-Aug-06 17:53 
QuestionUser Control \ MFC Pin
Louai Haimour21-Aug-06 11:32
Louai Haimour21-Aug-06 11:32 
AnswerRe: User Control \ MFC Pin
Christian Graus21-Aug-06 18:39
protectorChristian Graus21-Aug-06 18:39 
GeneralRe: User Control \ MFC Pin
Louai Haimour27-Aug-06 8:56
Louai Haimour27-Aug-06 8:56 
GeneralRe: User Control \ MFC Pin
Christian Graus27-Aug-06 12:02
protectorChristian Graus27-Aug-06 12:02 
Question_getcwd Pin
stevelam21-Aug-06 10:10
stevelam21-Aug-06 10:10 
AnswerRe: _getcwd Pin
Chris Losinger21-Aug-06 10:15
professionalChris Losinger21-Aug-06 10:15 
AnswerRe: _getcwd Pin
Joe Woodbury21-Aug-06 19:16
professionalJoe Woodbury21-Aug-06 19:16 
QuestionHow to detect completion of Socket recv() function. Pin
Robert Palma Jr.21-Aug-06 10:01
Robert Palma Jr.21-Aug-06 10:01 
AnswerRe: How to detect completion of Socket recv() function. Pin
zzattack21-Aug-06 12:05
zzattack21-Aug-06 12:05 
GeneralRe: How to detect completion of Socket recv() function. Pin
Robert Palma Jr.22-Aug-06 6:28
Robert Palma Jr.22-Aug-06 6:28 

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.