Tag Archives: multiple

TEA BREAK WITH C++: DATA TYPES

Continue reading TEA BREAK WITH C++: DATA TYPES

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)

CPU VS GPU

CPU: Central processing unit. GPU: Graphics processing unit.

Previously GPU’s only aim was to accelerate the graphics processing but now GPU also supports calculations like CPU. The main difference we can say CPU has ability to run tasks but GPU is more specific on the tasks side, especially as we said they were created for graphical purpose. They can now support CPU but cannot be spare for CPU.

Continue reading CPU VS GPU