hi, is there a way to include a pascal code inside c/c++ , like we include asm with _asm?
thanx.
This is a discussion on pascal code inside c++ within the C++ Programming forums, part of the General Programming Boards category; hi, is there a way to include a pascal code inside c/c++ , like we include asm with _asm? thanx....
hi, is there a way to include a pascal code inside c/c++ , like we include asm with _asm?
thanx.
Some useless programs i've wrote : slprogrammersheaven
My amature IT Blog: http://everything-geeky.blogspot.com/
My Flash games: http://flashweed.blogspot.com/
(and, sorry for my amature english in the posts)
No standard way. You could do it with some macro fun![]()
anyone know or have any examples of such a c++ code please?
Some useless programs i've wrote : slprogrammersheaven
My amature IT Blog: http://everything-geeky.blogspot.com/
My Flash games: http://flashweed.blogspot.com/
(and, sorry for my amature english in the posts)
yup, Borland's C++ Builder.
the vcl they use is the delphi libraries, which is object pascal.
so any borland c++ builder project is including delphi / pascal code by default.
Originally Posted by Jeff Henager
You can call Pascal functions in external libraries. You cannot directly include Pascal code - that would require that you have a combined Pascal/C++ compiler, and who writes such a thing?
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law