c++

  1. A

    Segregation of Data and Functions in C++ and C

    Hello Everyone, I am learning C++ programming and working on a project. I want to know which programing language separates the function and data between C and C++ programming. According to this source, In The case of C++, the data and functions stay encapsulated in an object’s form but not an...
  2. gravanoc

    Help with understanding Declare Function & Windows Messages/Controls

    I have been studying some of the code snippets posted to the forums. I have a very broad question to ask, so forgive me if I ramble. I am trying to understand how VBA works with Windows Controls, Messages, etc. I don't have anything specific in mind that I'm trying to do, but I want to learn it...
  3. L

    What language is Excel written in?

    Hi I asked this question before and I got an answer. The answer was Visual Basic. Now I came to this link which says it is written in C++ https://www.quora.com/What-language-is-Excel-written-in Which one is the the right one. Thank you so much.
  4. S

    Compare data and extract Software name, year and version

    Hi Experts, I was not able to find a thread similar, so starting this thread. I am a novice in excel and I am trying to compare the softwares of an application with the master data list. My questions are as below. 1. I have to compare 2 strings in this scenerio (e.g COL A - microsoft visual...
  5. N

    Can you make your main routine be a Function? and related questions from a n00b w C++ background

    Hi everyone! I am learning macros in Excel so I can do some things at work. Starting from zero, with a light background in C++ and UNIX shell scripting. One thing I like about C++ and sh are that you can do error trapping because everything is a function. I see that in Excel vbs there are...
  6. F

    what to do after excel. VBA

    Hi guys I think my current excel project is getting to complex for excel to handle unfortunately I know nothing aboyt making an application. Im looking for recommendations for what to do next: What should I download? I was thinking programming language should be similar to excel vba, so far...
  7. H

    VBA Shell creating a TXT file

    Hello guys! I made a C++ .EXE program that generates in a txt file points of a Fourier series of a given function. The program is working just fine. It generates the data and I can, manually, import these to excel to create the charts. Marvelous. The problem is when I try to automate the...
  8. H

    Making a VBA Shell Call of a EXE create a TXT file

    Hello guys! I made a C++ .EXE program that generates in a txt file points of a Fourier series of a given function. The program is working just fine. It generates the data and I can, manually, import these to excel to create the charts. Marvelous. The problem is when I try to automate the...
  9. S

    Macro to generate a c++ header file using excel

    Hi all, I am new to this foruma nd it looks great for me :) I am thinking to make a excel file which can generate a headre file for my c++ source file. Previoulsy we used to generate .h files using excel but i dont know the logic behind that(Hope some macros using for that). MY header file...
  10. U

    Call VBA function from C++

    Hi, in my project I need to call some user-defined functions written in VBA from a C++ program. Specifically, there are some objects created in VBA, and we have some user-defined VBA functions to dynamically calculate some values based on these objects. I need to pass these calculated values to...
  11. R

    Call C++ DLL from VBA - problem with string and LPCSTR*

    Hi, I'm having problems when I try to call a function in a C++ DLL from VBA. There's a function "execute" in a dll. I don't have the dll code, but I have a C++ function "run_execute" that calls that function "execute", and I'm trying to do the same on a VBA code. I'm not sure what's going...
  12. T

    How to debug an XLL add-in file using Visual C++ 6.0

    I have taken over maintaining a legacy code base for an Excel product that uses the XLLPlus Excel addin and am having trouble figuring out how to debug into the C++ code that is contained in the xll file. The VBA project makes calls out to an xll file (compiled C++ similar to a dll file) and...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top