Discussion:
How to learn C++ on Tandem
(too old to reply)
Apurva Astavinayak
2020-08-06 20:54:55 UTC
Permalink
I am new to this group. I have question about C++. I know Tandem C and working since 2 years on HP nonstop system. I know C++ on Windows/linux platform.

I have read some C/C++ programmers guide on Tandem but could not able to understand. Is there any easy way to Learn/Practice C++ on Tandem. I am looking for Native C++.
I am not finding any easy Tandem C++ manual for beginners.
Please advise,

Thank you.
red floyd
2020-08-07 04:43:11 UTC
Permalink
Post by Apurva Astavinayak
I am new to this group. I have question about C++. I know Tandem C and working since 2 years on HP nonstop system. I know C++ on Windows/linux platform.
I have read some C/C++ programmers guide on Tandem but could not able to understand. Is there any easy way to Learn/Practice C++ on Tandem. I am looking for Native C++.
I am not finding any easy Tandem C++ manual for beginners.
Please advise,
Thank you.
Get a book on learning C++ and use the NonStop's compiler to build
your programs.

A warning, if you're on a J-series RVU, you can only use C++98
(possibly C++03). L-series RVU will support C++11. They do not
have C++14 or C++17 yet.

Loading...