HOME - Guest Book -Contact
 
NAVIGATION:

.find something

:: home
::
about me
::
friends
::
photos
::
quotes
::
Jokes
::
Links
 
WRITING:

.my writings

:: Drug Editorial
::
C++ Tutorial
 
C++ Tutorial (In Progress)

  • Your First Program
    "Hello World"
    cout command
    Starting and ending a program


  • Variables
    cin command
    types of variables
    - -Integers
    - -Floating Point
    Do's and Dont's


  • Commenting
    Why they're useful
    syntax


  • Strings and other Things
    Characters
    String Literals
    strcpy command
    modulus (%)


  • Formatting
    code aesthetics
    setw command
    setprecision command