Forum: C++ Mar 18th, 2009 |
| Replies: 11 Views: 1,249 The complete operative solution in code is available to anyone who wishes to contact wiglaf |
Forum: C++ Mar 16th, 2009 |
| Replies: 11 Views: 1,249 siddhant3s, your code works. I can now successfully pass the variable pi from a calling program, and it is received by the called program, and I verify it is a true float. I have also succ mixed... |
Forum: C++ Mar 15th, 2009 |
| Replies: 11 Views: 1,249 Comatose, that was my reasoning also, and your suggestion
system("AdjustSeaLevel.exe " + tosend;
was one of the first I tried. It generates these compiler errors:
Cannot convert... |
Forum: C++ Mar 15th, 2009 |
| Replies: 11 Views: 1,249 Comatose, thanks for your suggestions. I am using Windows XP, Borland Builder 4 and its built-in editor and compiler. I tried your first suggestion--with those headers,
system("AdjustSeaLevel.exe... |
Forum: C++ Mar 15th, 2009 |
| Replies: 11 Views: 1,249 I have been searching my texts, the web, and DaniWeb for information about how to share data between compiled C++ executables. I've been studying extern variables and named pipes without success. A... |
Forum: C++ Apr 28th, 2008 |
| Replies: 5 Views: 1,314 My attempts to implement Vijayan121's solution is generating
incomprehensible (to me) compiler errors. Let me show you how
I tried to implement the solution, which should isolate my mistakes.
1.... |
Forum: C++ Apr 25th, 2008 |
| Replies: 5 Views: 1,314 I was once trained in C and C++ and am now brushing off the
cobwebs and relearning C++. I am restudying the Borland C++
Builder and realized I needed to know more C++, so I began
restudying Visual... |