Click here to Skip to main content
15,902,810 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralObtaining file version information for a file in the network Pin
e_prabhu24-Jan-05 4:43
e_prabhu24-Jan-05 4:43 
GeneralString Format Pin
Gammill23-Jan-05 19:05
Gammill23-Jan-05 19:05 
GeneralRe: String Format Pin
Gammill24-Jan-05 8:22
Gammill24-Jan-05 8:22 
Generaledialer Pin
Anonymous23-Jan-05 7:01
Anonymous23-Jan-05 7:01 
GeneralRe: edialer Pin
Christian Graus23-Jan-05 10:01
protectorChristian Graus23-Jan-05 10:01 
Generaldynamic allocation is openGL Pin
student_ben21-Jan-05 12:20
student_ben21-Jan-05 12:20 
GeneralRe: dynamic allocation is openGL Pin
Christian Graus23-Jan-05 10:00
protectorChristian Graus23-Jan-05 10:00 
Generalproblem when convert float to double Pin
19-Jan-05 20:21
suss19-Jan-05 20:21 
I meet some problem when I compiled this code:
double x1=
float x=float(6426.81125084);
TRACE("\n%f",x);
The result was: 6426.811035, was it incorrect???????
But when I used:
float x=float(6.81125084);
TRACE("\n%f",x);
The result was: 6.811251, was it correct??????Thanks.
GeneralRe: problem when convert float to double Pin
Christian Graus19-Jan-05 21:17
protectorChristian Graus19-Jan-05 21:17 
Generalsend a keyboard event Pin
Gammill18-Jan-05 18:57
Gammill18-Jan-05 18:57 
GeneralRe: send a keyboard event Pin
ursus zeta24-Jan-05 12:59
ursus zeta24-Jan-05 12:59 
GeneralRe: send a keyboard event Pin
Gammill24-Jan-05 18:11
Gammill24-Jan-05 18:11 
GeneralStrange problem with operator new in class libraries Pin
Rei Miyasaka16-Jan-05 21:11
Rei Miyasaka16-Jan-05 21:11 
GeneralWinSock ports Pin
prophets_lie16-Jan-05 18:05
prophets_lie16-Jan-05 18:05 
GeneralHowTo shut up Output messages Pin
Gammill15-Jan-05 13:49
Gammill15-Jan-05 13:49 
GeneralRe: HowTo shut up Output messages Pin
Gammill18-Jan-05 9:25
Gammill18-Jan-05 9:25 
GeneralTutorials on User Controls in MC++ Pin
harrykouk15-Jan-05 9:59
harrykouk15-Jan-05 9:59 
GeneralRe: Tutorials on User Controls in MC++ Pin
Gammill15-Jan-05 13:42
Gammill15-Jan-05 13:42 
Generalunmanaged template Pin
enouk14-Jan-05 8:19
enouk14-Jan-05 8:19 
GeneralCalling CDialog C++ code from C# Pin
gabnicu13-Jan-05 23:52
gabnicu13-Jan-05 23:52 
GeneralUsing a CWnd from a .NET System::Windows::Forms::UserControl Pin
lfmacias12-Jan-05 6:53
lfmacias12-Jan-05 6:53 
Generaldelete question Pin
Yaakov Davis12-Jan-05 1:08
Yaakov Davis12-Jan-05 1:08 
GeneralRe: delete question Pin
Steve Maier1-Feb-05 10:18
professionalSteve Maier1-Feb-05 10:18 
GeneralFlash and MFC HELP! Pin
FayezElFar11-Jan-05 11:00
FayezElFar11-Jan-05 11:00 
GeneralRe: Flash and MFC HELP! Pin
Christian Graus11-Jan-05 14:35
protectorChristian Graus11-Jan-05 14:35 

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.