ผลต่างระหว่างรุ่นของ "Psl/c++ cheat sheet"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย '== data types == == input/output == == c-style strings ==')
 
แถว 1: แถว 1:
 
== data types ==
 
== data types ==
 +
 +
* <tt>int</tt>
 +
* <tt>double</tt>
 +
* <tt>char</tt>
 +
* <tt>long long</tt>
  
 
== input/output ==
 
== input/output ==
 +
 +
=== c++: cin/cout ===
 +
=== c: printf/scanf ===
  
 
== c-style strings ==
 
== c-style strings ==

รุ่นแก้ไขเมื่อ 23:19, 7 มกราคม 2561

data types

  • int
  • double
  • char
  • long long

input/output

c++: cin/cout

c: printf/scanf

c-style strings