Tag Archives: to

TEA BREAK WITH C++: Paragraph Comments (Multiple Line Comment)

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

Another type of comment is paragraph comment (or multiple line comment) where you start commenting with “*/” and end with “/*”

Continue reading TEA BREAK WITH C++: Paragraph Comments (Multiple Line Comment)

TEA BREAK WITH C++: Line Comments

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

The “//” sign means you are adding a comment. This is called line comment. The things you write after these “//” will not be taken as a command (means these things will not be compiled). It is always a good approach to write down the properties of the code at the beginning like author, for which aim this code is written etc. 

Continue reading TEA BREAK WITH C++: Line Comments

TEA BREAK WITH C++: Opening a New File and printing famous “HELLO WORLD”

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

You can start a new file by selecting; 

File > New > Source File OR pression Ctrl + N on your keyboard; 

Continue reading TEA BREAK WITH C++: Opening a New File and printing famous “HELLO WORLD”

BP02 – sıngle LENGTH CONVERTER

Write the amount to be converted and select the from and to units.

Continue reading BP02 – sıngle LENGTH CONVERTER

EE01 – 0,4KV SYSTEMS CABLE CROSS SECTION ESTIMATOR

Just enter distance and power to get cross sectional area and amperage estimation

Continue reading EE01 – 0,4KV SYSTEMS CABLE CROSS SECTION ESTIMATOR

EE09: AWG TO MM2 AND MM2 TO AWG CONVERSION TABLES

For wire conductor size we have AWG (which is American Wiring Guide) and metric standarts (SI). For cable size you need to have a look at the cable manufacturers’ catalogues.

Here you may have the table for conversion between these tables;

Continue reading EE09: AWG TO MM2 AND MM2 TO AWG CONVERSION TABLES