Tag Archives: open source

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

HOW TO CONVERT ANYTHING TO DWG/DXF FOR CAD SOFTWARE FREE

Sometimes you have a drawing as pdf or picture and although you really want to use them in your CAD software you can’t use it. Actually there are converting software and online websites but you can yourself create your own dwg/dxf format drawings from any pdf or picture easily. Actually after this methods you will be able to CONVERT ANYTHING ON YOUR SCREEN TO DWG.

Continue reading HOW TO CONVERT ANYTHING TO DWG/DXF FOR CAD SOFTWARE FREE