Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
C
how to start a C# program from a C program ???
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Amera
New Member
Join Date:
Dec 2009
Posts:
29
#1
how to start a C# program from a C program ???
Jan 23 '10, 06:28 PM
hello,
I have a C# program.how can i make it run from a C program ??
johny10151981
Top Contributor
Join Date:
Jan 2010
Posts:
1059
#2
Jan 24 '10, 06:29 AM
C# is a oop but C is a structure oriented programming language. What you can do is implement the logic into C. But say if you want to change a
window
base program or database related program you would have to work lot....
Comment
Post
Cancel
weaknessforcats
Recognized Expert
Expert
Join Date:
Mar 2007
Posts:
9214
#3
Jan 24 '10, 04:44 PM
You will need to start the C# CLR from your C program.
When you do this you can pass the name of a C# class that has a main() method to start the C# program.
Comment
Post
Cancel
Amera
New Member
Join Date:
Dec 2009
Posts:
29
#4
Jan 24 '10, 07:05 PM
i'm sorry but i didn't understand well.
Comment
Post
Cancel
weaknessforcats
Recognized Expert
Expert
Join Date:
Mar 2007
Posts:
9214
#5
Jan 25 '10, 03:52 PM
If you have a C# program you need the CLR to execute it.
I would research MSDN for this.
Comment
Post
Cancel
johny10151981
Top Contributor
Join Date:
Jan 2010
Posts:
1059
#6
Jan 25 '10, 04:26 PM
I dont understand right now what I have answered. I even can recall I was drunk.
Wired
Comment
Post
Cancel
Amera
New Member
Join Date:
Dec 2009
Posts:
29
#7
Jan 29 '10, 02:15 PM
ok , i got it.
i'll look in MSDN.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment