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

Managed C++/CLI

 
AnswerRe: turning off command line Pin
Mark Salsbery2-Jul-09 12:19
Mark Salsbery2-Jul-09 12:19 
GeneralRe: turning off command line Pin
parth_patel4-Jul-09 6:07
parth_patel4-Jul-09 6:07 
GeneralRe: turning off command line Pin
teejayem5-Jul-09 4:23
teejayem5-Jul-09 4:23 
QuestionUsing MemoryStream() in c++ program Pin
MrKBA2-Jul-09 3:40
MrKBA2-Jul-09 3:40 
AnswerRe: Using MemoryStream() in c++ program Pin
led mike2-Jul-09 4:25
led mike2-Jul-09 4:25 
GeneralRe: Using MemoryStream() in c++ program Pin
MrKBA3-Jul-09 0:10
MrKBA3-Jul-09 0:10 
GeneralRe: Using MemoryStream() in c++ program Pin
Member 18414221-Oct-10 1:36
Member 18414221-Oct-10 1:36 
AnswerRe: Using MemoryStream() in c++ program Pin
parth_patel2-Jul-09 6:14
parth_patel2-Jul-09 6:14 
Well, there are several problems with the code if you are working in managed code. You should look up some tutorials.
You will have to include the namespace of Memorystream object(I have never used this class). Use gcnew instead of new and use ^ instead of *. Big Grin | :-D

If you want to create unmanaged app, then I guess you have posted in wrong section.

Parth
GeneralRe: Using MemoryStream() in c++ program [modified] Pin
mikobi20-Aug-09 3:05
mikobi20-Aug-09 3:05 
QuestionC#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal30-Jun-09 8:08
Shadowsoal30-Jun-09 8:08 
AnswerRe: C#, C++/CLI and Visual Studio 2008 Pin
N a v a n e e t h30-Jun-09 20:44
N a v a n e e t h30-Jun-09 20:44 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal1-Jul-09 0:31
Shadowsoal1-Jul-09 0:31 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
Shadowsoal1-Jul-09 0:36
Shadowsoal1-Jul-09 0:36 
GeneralRe: C#, C++/CLI and Visual Studio 2008 Pin
N a v a n e e t h1-Jul-09 1:18
N a v a n e e t h1-Jul-09 1:18 
QuestionOverriding an indexer Pin
Esmo200029-Jun-09 17:00
Esmo200029-Jun-09 17:00 
AnswerRe: Overriding an indexer Pin
N a v a n e e t h29-Jun-09 17:50
N a v a n e e t h29-Jun-09 17:50 
QuestionRead Write Excel spreadsheet Pin
mikobi29-Jun-09 0:01
mikobi29-Jun-09 0:01 
AnswerRe: Read Write Excel spreadsheet Pin
N a v a n e e t h29-Jun-09 1:21
N a v a n e e t h29-Jun-09 1:21 
QuestionTimeZoneInfo class in C++.net Pin
parth_patel25-Jun-09 13:27
parth_patel25-Jun-09 13:27 
AnswerRe: TimeZoneInfo class in C++.net Pin
N a v a n e e t h25-Jun-09 15:33
N a v a n e e t h25-Jun-09 15:33 
GeneralRe: TimeZoneInfo class in C++.net Pin
parth_patel26-Jun-09 11:25
parth_patel26-Jun-09 11:25 
Questionsaving listbox text to an ini file. Pin
Yane8724-Jun-09 2:40
Yane8724-Jun-09 2:40 
AnswerRe: saving listbox text to an ini file. Pin
led mike24-Jun-09 4:22
led mike24-Jun-09 4:22 
AnswerRe: saving listbox text to an ini file. Pin
Yane8725-Jun-09 0:22
Yane8725-Jun-09 0:22 
GeneralRe: saving listbox text to an ini file. Pin
led mike25-Jun-09 4:38
led mike25-Jun-09 4:38 

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.