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

Managed C++/CLI

 
GeneralRe: SHGetFolderPathW function syntax - question Pin
palbano14-Jun-04 6:10
palbano14-Jun-04 6:10 
Questiondisassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov14-Jun-04 5:20
Stanimir_Stoyanov14-Jun-04 5:20 
AnswerRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf25-Jun-04 18:03
cppmanuf25-Jun-04 18:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov27-Jun-04 9:03
Stanimir_Stoyanov27-Jun-04 9:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf30-Jun-04 16:58
cppmanuf30-Jun-04 16:58 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov3-Jul-04 3:14
Stanimir_Stoyanov3-Jul-04 3:14 
GeneralHelp I want to change While loop to Nested for loo Pin
JawedVikia8010-Jun-04 21:51
JawedVikia8010-Jun-04 21:51 
GeneralRe: Help I want to change While loop to Nested for loo Pin
Jon G11-Jun-04 1:21
Jon G11-Jun-04 1:21 
This sounds like homework to me Smile | :)

----------

int Value;<br />
<br />
for (int i = 21; i > 0; i=i)<br />
{<br />
   Console::WriteLine("Pick 1,2,3 or 4: ");<br />
   Value = Console::Read();<br />
   <br />
   if (Value <= 4 && Value >= 1)<br />
       i = i - Value;<br />
   else<br />
      Console::WriteLine("Not a valid choice");<br />
<br />
   if (i <= 0 )<br />
       Console::WriteLine("Game over");<br />
}<br />
<br />
<br />
Console::WriteLine("Press enter to continue");<br />
Console::Read(); 

GeneralNon-unicode to Unicode Pin
ilkertanli9-Jun-04 19:25
ilkertanli9-Jun-04 19:25 
GeneralQuick and easy question Pin
Adam Durity9-Jun-04 9:29
Adam Durity9-Jun-04 9:29 
GeneralRe: Quick and easy question Pin
palbano9-Jun-04 16:08
palbano9-Jun-04 16:08 
GeneralConversion of Unmanaged COM in VC++ to Managed VC++ or C# Pin
imran1899-Jun-04 2:55
imran1899-Jun-04 2:55 
GeneralRe: Conversion of Unmanaged COM in VC++ to Managed VC++ or C# Pin
palbano9-Jun-04 5:49
palbano9-Jun-04 5:49 
Generalimage in a window Pin
nyquisttt8-Jun-04 22:15
nyquisttt8-Jun-04 22:15 
GeneralRe: image in a window Pin
palbano9-Jun-04 5:41
palbano9-Jun-04 5:41 
Generalfiles in c++ Pin
reddys8-Jun-04 22:06
reddys8-Jun-04 22:06 
Generalproblems regarding embedded dlls... Pin
JRacle8-Jun-04 1:27
JRacle8-Jun-04 1:27 
GeneralUsing SetupAPI for installing Ramdrive driver Pin
mtaghiloo7-Jun-04 23:57
mtaghiloo7-Jun-04 23:57 
GeneralCan't compile homework Pin
MisNemesis7-Jun-04 14:55
professionalMisNemesis7-Jun-04 14:55 
GeneralRe: Can't compile homework Pin
Ravi Bhavnani8-Jun-04 10:49
professionalRavi Bhavnani8-Jun-04 10:49 
Generalstring Pin
nyquisttt7-Jun-04 7:13
nyquisttt7-Jun-04 7:13 
GeneralRe: string Pin
Ravi Bhavnani7-Jun-04 7:32
professionalRavi Bhavnani7-Jun-04 7:32 
GeneralRe: string Pin
Ni@m8-Jun-04 10:44
Ni@m8-Jun-04 10:44 
GeneralUsing C++ DLL (from .NET) in C# Pin
choged7-Jun-04 3:19
choged7-Jun-04 3:19 
GeneralRe: Using C++ DLL (from .NET) in C# Pin
eldrago15-Jun-04 0:02
eldrago15-Jun-04 0:02 

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.