Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Managed/Unmanaged code intraoperability: Casting between pointers Pin
Luc Pattyn16-Jul-10 23:16
sitebuilderLuc Pattyn16-Jul-10 23:16 
GeneralRe: Managed/Unmanaged code intraoperability: Casting between pointers Pin
Garth J Lancaster17-Jul-10 0:42
professionalGarth J Lancaster17-Jul-10 0:42 
QuestionCreate pie chart in c# Pin
annmarypaul16-Jul-10 13:47
annmarypaul16-Jul-10 13:47 
AnswerRe: Create pie chart in c# Pin
Dr.Walt Fair, PE16-Jul-10 14:11
professionalDr.Walt Fair, PE16-Jul-10 14:11 
AnswerRe: Create pie chart in c# Pin
JF201516-Jul-10 23:00
JF201516-Jul-10 23:00 
GeneralRe: Create pie chart in c# Pin
annmarypaul18-Jul-10 6:39
annmarypaul18-Jul-10 6:39 
GeneralRe: Create pie chart in c# Pin
JF201518-Jul-10 19:31
JF201518-Jul-10 19:31 
QuestionC# version of C++ code Pin
gordon305616-Jul-10 10:02
gordon305616-Jul-10 10:02 
Could anybody tell show me what the C# equivalent of this C++ code is please.


{
srand( ( int ) time (0));

int x,y,z, nums [50];

for ( x = 1 ; x < 50 ; x++ ) nums [x] = x ;

for ( x = 1 ; x < 50 ; x++ )

{
y = ( rand() % 49 ) + 1;

z = nums[x];
nums[x] = nums [y];
nums [y] = z;
}
GeneralRe: C# version of C++ code [modified] Pin
harold aptroot16-Jul-10 10:31
harold aptroot16-Jul-10 10:31 
AnswerRe: C# version of C++ code Pin
Dave Doknjas16-Jul-10 10:52
Dave Doknjas16-Jul-10 10:52 
QuestionDisable Checkboxes for Treeview Node Pin
Cracked-Down16-Jul-10 4:00
Cracked-Down16-Jul-10 4:00 
AnswerRe: Disable Checkboxes for Treeview Node Pin
Peace ON16-Jul-10 19:02
Peace ON16-Jul-10 19:02 
QuestionName of a derived Form Pin
Flo123416-Jul-10 3:32
Flo123416-Jul-10 3:32 
AnswerRe: Name of a derived Form Pin
Peace ON16-Jul-10 3:47
Peace ON16-Jul-10 3:47 
GeneralRe: Name of a derived Form - OTish Pin
DaveyM6916-Jul-10 12:03
professionalDaveyM6916-Jul-10 12:03 
GeneralRe: Name of a derived Form - OTish Pin
Peace ON16-Jul-10 19:05
Peace ON16-Jul-10 19:05 
AnswerRe: Name of a derived Form Pin
Luc Pattyn16-Jul-10 3:51
sitebuilderLuc Pattyn16-Jul-10 3:51 
AnswerRe: Name of a derived Form Pin
PIEBALDconsult16-Jul-10 5:01
mvePIEBALDconsult16-Jul-10 5:01 
AnswerRe: Name of a derived Form Pin
T M Gray16-Jul-10 6:23
T M Gray16-Jul-10 6:23 
GeneralRe: Name of a derived Form Pin
Flo123422-Jul-10 23:57
Flo123422-Jul-10 23:57 
QuestionChangelog tools for Visual C# Pin
grmihel216-Jul-10 3:18
grmihel216-Jul-10 3:18 
AnswerRe: Changelog tools for Visual C# Pin
Peace ON16-Jul-10 3:25
Peace ON16-Jul-10 3:25 
QuestionMail Extract App Pin
NDBUK16-Jul-10 3:16
NDBUK16-Jul-10 3:16 
AnswerRe: Mail Extract App Pin
Bernhard Hiller16-Jul-10 5:39
Bernhard Hiller16-Jul-10 5:39 
QuestionSkype multiple user auto login Pin
Etienne_12316-Jul-10 2:25
Etienne_12316-Jul-10 2:25 

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.