Qbasic interpreter for cpp [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I like to embed QBasic or some subset of VBscript alike script in cpp app .
is there any such thing ?

You can use the ScriptControl (1, 2) or implement an ActiveScriptHost (1, 2)
Update: If you need cross-platform scripting, consider to use Perl, Python, Lua, QTScript, ... instead of Basic.

Related

IDE that can display LaTeX in comments [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any C++ IDE that can display LaTeX formulas in C++ comments as formulas? I envision this as a very handy instrument to document code that implements some math, but in order for it to be useful LaTeX code should be compiled and shown as set of glyphs.

C program to solve expressions with functions in it [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I tried to write a program some thing like a expression solver to support only the following functions
length();
substr();
concat();
Hence if the user inputs
concat('Int Part : ', substr(5.00+4.00, 0, 1))
the output should be
Int Part : 9
Is there any library to do this or is there any place I can learn how to do this kind of thing.
I guess you should take a look at this: http://en.wikipedia.org/wiki/Recursive_descent_parser
Also, I suggest bison and yacc which are powerful tools for what you need. But they are a bit complex.

Are there Dart engines for C and C++? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know it just released, but are there any Dart engines for C/++ like SpiderMonkey for Javascript, or the JNI for Java?
The Dart SDK comes with a Dart VM that is written in C++. It can be used as a standalone program, or can be embedded in other programs (like, for instance, Chromium).

Opensource Code Example - Django, Backbone.js (and Coffeescript) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source projects or examples using both django and backbone.js?
I learn best from looking at actual code.
here are some good examples made for django users:
http://lincolnloop.com/blog/2012/jun/5/backbonejs-django-developers/
http://joshbohde.com/blog/backbonejs-and-django
https://github.com/joshbohde/django-backbone-example
http://lanyrd.com/2011/pycodeconf/sghxt/ (this is a presentation by leah culver)
I hope it helps you :)

Video games and movies webservices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to find a webservice (prefer SOAP) that provides information on videogames and/or movies (need both). I've been trying this for a while and came up with nothing... Does anyone knows one of these?
(I'm trying to avoid HTML parsing from imdb, gamespot, etc...)
Found this: http://www.gamecompare.com/GameCompare.asmx?WSDL