Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8081021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:35:38+00:00 2026-06-05T16:35:38+00:00

I have Symbolic C++ (the version that can integrate with V, there is no

  • 0

I have Symbolic C++ (the version that can integrate with V, there is no documentation on how to install it. I got it from this website and it has examples of how it work:

http://issc.uj.ac.za/symbolic/symbolic.html

Does anyone have any idea on how to install this to use with my projects in Visual Studio?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:35:41+00:00Added an answer on June 5, 2026 at 4:35 pm

    Maybe a late answer, but may still be useful for others.

    For *nix systems:

    There are two versions:

    [1] Tarball that do not need to be installed in your system:  
    

    http://issc.uj.ac.za/symbolic/sources/SymbolicC++3-3.35.tar.gz

    [2] Library, intended to be installed in your system: 
    

    http://issc.uj.ac.za/symbolic/sources/SymbolicC++3-3.35-ac.tar.gz

    Y opted for library. Now, extract the tarball and then, from the README file:

    This project attempts to extract the parts of SymbolicC++ that can
    be compiled as part of a library and so create the include / library
    infrastructure. The src and include directories are populated by
    scripts from the SymbolicC++ header files.
    
    == Installation to /usr/local ===============================================
    
    To install to /usr/local:
    
      ./configure
      make
      make install
    
    To compile a program using SymbolicC++ with GCC:
    
      g++ -o program program.cpp -lsymbolicc++
    
    To run the program:
    
      ./program
    
    A brief PDF document describing SymbolicC++ is provided (doc/introsymb.pdf)
    and is installed as /usr/local/share/doc/SymbolicC++.pdf.
    

    Here a simple example(from Wikipedia, do work!):

    #include <iostream>
    #include "symbolicc++.h"
    using namespace std;
    
    int main(void)
    {
      Symbolic x("x");
      cout << integrate(x+1, x) <<endl;       // => 1/2*x^(2)+x
      Symbolic y("y");
      cout << df(y, x) << endl;               // => 0
      cout << df(y[x], x) << endl;            // => df(y[x],x)
      cout << df(exp(cos(y[x])), x) << endl ; // => -sin(y[x])*df(y[x],x)*e^cos(y[x])
      return 0;
    }
    

    Visual studio

    There is a special version for VS:

    http://issc.uj.ac.za/symbolic/sources/SymbolicC++3-3.35-vc.zip

    I hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Drupal website that has a page at the URL alias of
How can I make a function from a symbolic expression? For example, I have
Regarding this documentation page from the Django website, https://docs.djangoproject.com/en/1.2/howto/static-files/ where it says for development
I have a folder organization that looks like this: link.sh dist/MyApp-3.0.0/script.sh dist/MyApp-3.0.0/lib/*.jar The link.sh
i have a dependancy on MSXML 4.0. Microsoft has a page that gives the
I have some Fortran 77 source files that I'm trying to convert from a
I want to create a symbolic link in Linux. I have written this Bash
If I have a file or directory that is a symbolic link and I
I have a lot of relative symbolic links that I want to move to
In Mathematica if I have a symbolic algebra equation, how can I get the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.