Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 167
Default Excel's Backbone

Out of shear morbid curiousity, I'd like to know what programming language
Excel is written in. I would usually guess Visual C++, but since it is so
steeped in VB, I'm not sure.

Anybody have a clue?
Pflugs
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Excel's Backbone

Excel is older than C++, so I would assume that the core is
written in standard C (Excel was developed for the Mac before it
was for DOS/Windows). It may well have been converted to C++ over
the years. It is definitely not written in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Pflugs" wrote in message
...
Out of shear morbid curiousity, I'd like to know what
programming language
Excel is written in. I would usually guess Visual C++, but
since it is so
steeped in VB, I'm not sure.

Anybody have a clue?
Pflugs



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Excel's Backbone

Similar to Chip's post based on the age of Excel I would have to say the
original code would have been C. However based on the current architecture of
Excel I would have to say the majority of the code would now be object
oriented so C++ would be the order of the day (The properties and methods
model is kinda obvious at this point). As to whether all of the code it
object oriented (since C++ will compile procedural C code) it is hard to say
whether the entire thing would be OOP.

This is all just idle speculation on my part...
--
HTH...

Jim Thomlinson


"Pflugs" wrote:

Out of shear morbid curiousity, I'd like to know what programming language
Excel is written in. I would usually guess Visual C++, but since it is so
steeped in VB, I'm not sure.

Anybody have a clue?
Pflugs

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel's Spec? gabch[_13_] Excel Programming 5 April 20th 06 05:55 AM
Excel's TEMPLATE HELP mucker New Users to Excel 2 March 2nd 06 04:24 AM
Excel's VBA Help Topics Tom Excel Programming 1 September 24th 05 08:12 PM
Add a Excel's references from VB .Net Pablo via OfficeKB.com Excel Programming 0 July 20th 05 05:05 PM
Another of Excel's idiosyncrasis Buce Excel Worksheet Functions 3 June 23rd 05 02:44 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"