C++, C# , VB made in ?

If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
16 posts Page 1 of 2
Contributors
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

C++, C# , VB made in ?
Axel
i was wondering , in what language does microsoft make their languages :P
assembly ? nah
http://vagex.com/?ref=25000
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: C++, C# , VB made in ?
GoodGuy17
C# and VB were made in C++. C++ was made in... well... I don't know :P
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: C++, C# , VB made in ?
mandai
The system components of Windows are coded in assembly, whereas programs designed to run on Windows are made in the executable format for the runtime (.Net, VB6, Java, etc) they are targeted at.

E.g. all .Net components are compiled to the IL specification - the program would be interpreted by the .Net framework and then executed by Windows.
Unmanaged components are compiled to the PE specification and only require a version of Windows to be executed.
Last edited by mandai on Thu Sep 02, 2010 10:20 pm, edited 1 time in total.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: C++, C# , VB made in ?
GoodGuy17
Mandai can you just made me feel like a starter in VB :O
P.S. I didn't understand that so what were they made in? Put it in format like this:
C# was made in: Language here
etc.
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: C++, C# , VB made in ?
mandai
Another way of saying it is: C# programs run via the .Net framework, the .Net framework components run via a PE specification executable, which is then executed by Windows (which is machine assembly at the lowest level).

When you say "C# was made" do you mean the compiler for C# programs, the C# programs themselves or the runtime?
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: C++, C# , VB made in ?
GoodGuy17
What was the C# programming language made in? Eg C++
Like I made CodePad in VB. What did they make C# in?
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

Re: C++, C# , VB made in ?
Smiley
They would probably have a special application for their development it would be much more advanced or they would do it in assembly.
They only give us the basic software yet it is still so expensive. :x
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: C++, C# , VB made in ?
mandai
Visual Studio would have most likely been "made" (coded) in C++/Assembly.
Last edited by mandai on Fri Sep 03, 2010 11:22 am, edited 1 time in total.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: C++, C# , VB made in ?
MrAksel
Guys if C++, C# and VB is using the .NET to run as i know they do and the .NET uses PE specification executable and the PE is run by Windows (or assembly) how did they make the assembly language then?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

Re: C++, C# , VB made in ?
Smiley
Assembly is the code used by the computer to run itself it was made in machine code which consists of 1's and 0's it was made because machine code is almost impossible for humans to read or write i say almost cause someone had to write it LOL but basically assembly is used to make everything you see on your computer screen. cooll;

Example:
Image
16 posts Page 1 of 2
Return to “Codenstuff boardroom”