User profile: Peter1234

User info
User name:Peter1234
History
Joined:
Number of posts:26
Latest posts:

Problem with assure(out, "macro.out");
I have compiled the unaltered code outside Borland Builder without problem.

Problem with assure(out, "macro.out");
When the program fails the error message is: "access violation at 0x7c90eddc: write of address 0x...

Problem with assure(out, "macro.out");
Just in case some one is trying to help, the program runs after adding line 3: #include <queue> ...

Problem with assure(out, "macro.out");
The code for assure is in require.h [code]//: :require.h // From Thinking in C++, 2nd Edition // ...

Problem with assure(out, "macro.out");
I am using C++ Builder to study C++. When I apply the code listed below, sometimes the macro is crea...