Tag Archives: software

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

LEARNING GITHUB

Github is a place where people collaborate to code. You can add people to projects. You can “fork” from other people’s work. You can collaborate with anyone around the world. Version controlling lets you differentiate between different versions. Do you remember giving your code file that you give names like final.cpp, finalfinal.cpp, final2.cpp, thisislast.cpp and goes on. This is the same thing, online.

Continue reading LEARNING GITHUB

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