Teaching Newbies since 2014

kauress

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Contact
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for types

January 3, 2020 by: Kauress

Primitive Data Types in C++

Like JS , C++ too has primitive data types. There are: Int: integers Float: A single-precision floating point value.Size 4 bytes. Double: A double-precision floating point value.Size 8 bytes Bool: Boolean true or false Char: single character for example the letter “a” Void: Represents the absence of a type

[ Read More ]

Copyright © 2021 ·Kauress