Ah! I share fond, but fading memories of Borland!
If you are re-starting with C/C++ after a long absence, I would suggest giving the native *nix tools and environment a try first. There are several IDEs available, but my experience and what I have seen of the efforts of others with them, is that you end up learning the IDE features but not so much the language and native tools.
On Linux you will have a choice of compilers and all the Standard Library features always available, plus a huge number of third party libraries either readily available or installed already.
Open a terminal, set up a simple directory structure to organize your examples, and have fun! And be sure to ask for help in the Programming forum when necessary!
Good luck!
Last edited by astrogeek; 10-24-2022 at 01:30 PM.
Reason: ptoys
|