skip to Main Content

Ubuntu – Why the program is ending abruptly

I need to solve a transcendental equation in C++ using Octave API, but the program crashes. Maybe there is a problem with indexes? Code: #include <iostream> #include <octave/oct.h> #include <octave/octave.h> #include <octave/parse.h> #include <octave/interpreter.h> int main() { // Define the…

VIEW QUESTION
Back To Top
Search