Tag Archives: environment

TEA BREAK WITH NANOCAD: COMMAND LINE BAR AND DRAWING YOUR FIRST LINE

NOTE: You may download codes and extra source material for this book from https://bookofengineering.com/books/nanocad/

Continue reading TEA BREAK WITH NANOCAD: COMMAND LINE BAR AND DRAWING YOUR FIRST LINE

TEA BREAK WITH NANOCAD : GETTING USED TO NANOCAD ENVIRONMENT

NOTE: You may download codes and extra source material for this book from https://bookofengineering.com/books/nanocad/

You may now start the software anytime by double clicking the shortcut on desktop or you can start it using the start section of the windows. 

Continue reading TEA BREAK WITH NANOCAD : GETTING USED TO NANOCAD ENVIRONMENT

TEA BREAK WITH C++: INSTALLING IDE

NOTE: You may download codes and extra source material for this book from https://bookofengineering.com/easyseries/

Installing IDE

For all the programming languages the beginning is the printing “Hello World” sentence. So, this is some kind of tradition. But before doing that we need to have the C++ IDE. IDE stands for Integrated Development Environment. So basically, the place where you will communicate with the PC. So, the “language” is coming here. So, for different programming languages there are different environments so that you can talk to your PC and instruct it. 

Continue reading TEA BREAK WITH C++: INSTALLING IDE