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

Managed C++/CLI

 
Generalpseudocode Pin
rapchick3-Sep-04 11:29
rapchick3-Sep-04 11:29 
QuestionHow to add a reference in VC++ Pin
kayhustle3-Sep-04 7:07
kayhustle3-Sep-04 7:07 
AnswerRe: How to add a reference in VC++ Pin
BAIJUMAX7-Sep-04 0:37
professionalBAIJUMAX7-Sep-04 0:37 
GeneralRe: How to add a reference in VC++ Pin
kayhustle7-Sep-04 16:22
kayhustle7-Sep-04 16:22 
GeneralNewbie question Pin
Daniel3000i31-Aug-04 7:52
Daniel3000i31-Aug-04 7:52 
GeneralHELP!! Pin
jrsivo27-Aug-04 14:07
jrsivo27-Aug-04 14:07 
Questionhow to split a String Pin
dana_krycek2125-Aug-04 0:39
dana_krycek2125-Aug-04 0:39 
AnswerRe: how to split a String Pin
BAIJUMAX30-Aug-04 19:53
professionalBAIJUMAX30-Aug-04 19:53 
Hi,

U Can Use Split Function Like Below. Assume That your string contains 2 integers .seperated by "," or space or any other delimiter.

System::String* YourString = new String("1,2");
System::String* SplitString[]= __gc new String*[2];

SplitString[0]=",";

SplitString = YourString.Split(SplitString[0].ToCharArray(),2); here delimiter ","


OMG | :OMG:

by
baiju.km
GeneralIDE Disparity Pin
doctrane24-Aug-04 19:09
doctrane24-Aug-04 19:09 
GeneralClass Library (.net) Pin
anacris23-Aug-04 13:27
anacris23-Aug-04 13:27 
QuestionInternetCrackUrl- freeing memory? Pin
Member 45587823-Aug-04 9:00
Member 45587823-Aug-04 9:00 
GeneralAdding classes and functions in VC++ Express Edition Pin
Majid Shahabfar22-Aug-04 10:01
Majid Shahabfar22-Aug-04 10:01 
GeneralRe: Adding classes and functions in VC++ Express Edition Pin
Anonymous19-Sep-04 14:14
Anonymous19-Sep-04 14:14 
GeneralInterfering with a print job! Help!!! Pin
miloX21-Aug-04 1:06
miloX21-Aug-04 1:06 
GeneralStrange :o| Pin
User 91483320-Aug-04 12:55
User 91483320-Aug-04 12:55 
Questionhow do you get shell extensions to run? Pin
Member 130861119-Aug-04 5:27
Member 130861119-Aug-04 5:27 
GeneralDesktop sharing application in vc++.net Pin
Member 69638018-Aug-04 19:14
Member 69638018-Aug-04 19:14 
GeneralChanging the browsable attribute of a property at run time Pin
pradeep_pc18-Aug-04 17:59
pradeep_pc18-Aug-04 17:59 
GeneralGet MDI Child Handle Pin
MKlucher18-Aug-04 0:56
MKlucher18-Aug-04 0:56 
Generalproperly redraw form Pin
Anonymous17-Aug-04 14:33
Anonymous17-Aug-04 14:33 
GeneralERROR, to parse a parameter of a constructor from a pointer to a void Pin
Manolo Carrasco17-Aug-04 3:58
Manolo Carrasco17-Aug-04 3:58 
GeneralDifference between "->" and "." Pin
crushinghellhammer16-Aug-04 9:07
crushinghellhammer16-Aug-04 9:07 
GeneralRe: Difference between "->" and "." Pin
RNEELY16-Aug-04 11:15
RNEELY16-Aug-04 11:15 
QuestionHow to open File for ADDING information ? Pin
vgrigor112-Aug-04 20:32
vgrigor112-Aug-04 20:32 
QuestionHow to get "file size ON DISK" ? Pin
vgrigor111-Aug-04 4:30
vgrigor111-Aug-04 4:30 

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.