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

Managed C++/CLI

 
QuestionCode conversion from FORTRAN to C++ Pin
Karismatic13-Feb-07 19:02
Karismatic13-Feb-07 19:02 
AnswerRe: Code conversion from FORTRAN to C++ Pin
Christian Graus14-Feb-07 22:23
protectorChristian Graus14-Feb-07 22:23 
AnswerRe: Code conversion from FORTRAN to C++ Pin
Alaric_16-Feb-07 3:06
professionalAlaric_16-Feb-07 3:06 
QuestionHow can I Refresh List Box in a loop adding item Pin
Pankaj.Jain12-Feb-07 22:53
professionalPankaj.Jain12-Feb-07 22:53 
AnswerRe: How can I Refresh List Box in a loop adding item Pin
prasad_som12-Feb-07 23:07
prasad_som12-Feb-07 23:07 
GeneralRe: How can I Refresh List Box in a loop adding item Pin
Pankaj.Jain12-Feb-07 23:42
professionalPankaj.Jain12-Feb-07 23:42 
AnswerRe: How can I Refresh List Box in a loop adding item Pin
prasad_som13-Feb-07 1:29
prasad_som13-Feb-07 1:29 
QuestionUnicode Strings and the L prefix Pin
«_Superman_»12-Feb-07 19:31
professional«_Superman_»12-Feb-07 19:31 
String used in C++/CLI programs which are set to use Unicode character sets need not be prefixed with L. Is this an optional feature or is there something more to it?

One thing that came to my notice is
String^ fileName = "primary" + '.' + "extn"; // primary46extn

and
String^ fileName = "primary" + L'.' + "extn"; // primary.extn

gave different results.

So prefixing the dot with L, tells the compiler not to convert to integer.





« Superman »

AnswerRe: Unicode Strings and the L prefix Pin
Christian Graus13-Feb-07 9:58
protectorChristian Graus13-Feb-07 9:58 
QuestionRe: Unicode Strings and the L prefix Pin
«_Superman_»13-Feb-07 22:11
professional«_Superman_»13-Feb-07 22:11 
AnswerRe: Unicode Strings and the L prefix Pin
John R. Shaw14-Feb-07 9:46
John R. Shaw14-Feb-07 9:46 
QuestionRe: Unicode Strings and the L prefix Pin
«_Superman_»18-Feb-07 18:49
professional«_Superman_»18-Feb-07 18:49 
AnswerRe: Unicode Strings and the L prefix Pin
John R. Shaw22-Feb-07 4:52
John R. Shaw22-Feb-07 4:52 
QuestionHow can I increase stack limit in C language? Pin
BawaSingh12-Feb-07 18:01
BawaSingh12-Feb-07 18:01 
AnswerRe: How can I increase stack limit in C language? Pin
prasad_som12-Feb-07 18:13
prasad_som12-Feb-07 18:13 
Questionarrays Pin
ripgirl200712-Feb-07 13:36
ripgirl200712-Feb-07 13:36 
AnswerRe: arrays Pin
User 58385212-Feb-07 16:57
User 58385212-Feb-07 16:57 
GeneralRe: arrays Pin
prasad_som12-Feb-07 17:15
prasad_som12-Feb-07 17:15 
AnswerRe: arrays Pin
Christian Graus12-Feb-07 18:50
protectorChristian Graus12-Feb-07 18:50 
Questionminimize to system tray Pin
convivial.developer12-Feb-07 7:55
convivial.developer12-Feb-07 7:55 
AnswerRe: minimize to system tray Pin
Christian Graus12-Feb-07 8:42
protectorChristian Graus12-Feb-07 8:42 
GeneralRe: minimize to system tray Pin
convivial.developer12-Feb-07 9:19
convivial.developer12-Feb-07 9:19 
GeneralRe: minimize to system tray Pin
Andres Giachini12-Feb-07 16:39
Andres Giachini12-Feb-07 16:39 
GeneralRe: minimize to system tray Pin
Christian Graus12-Feb-07 18:52
protectorChristian Graus12-Feb-07 18:52 
GeneralRe: minimize to system tray Pin
convivial.developer13-Feb-07 5:05
convivial.developer13-Feb-07 5:05 

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.