jagomart
digital resources
picture1_Software Engineer Pdf 184050 | C11 A Cheat Sheete28094alex Sinyakov


 121x       Filetype PDF       File size 0.68 MB       Source: oraclechang.files.wordpress.com


File: Software Engineer Pdf 184050 | C11 A Cheat Sheete28094alex Sinyakov
c 11 alex sinyakov software engineer at amc bridge twitter innochenti e mail innochenti gmail com pdf slides http j mp cpp11ref null pointer constant c 03 void foo char ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
             C++11 
                            Alex Sinyakov,  
                    Software Engineer at AMC Bridge  
                         Twitter: @innochenti 
                     E-mail: innochenti@gmail.com 
                                  
                    PDF Slides: http://j.mp/cpp11ref 
                                  
        null pointer constant 
  C++03 
  void foo(char*);  
  void foo(int); 
   
  foo(NULL);  
   
   
   
   
   
   
                   null pointer constant 
     C++03                               C++11 
     void foo(char*);                    void foo(char*);  
     void foo(int);                      void foo(int); 
                                          
     foo(NULL); //calls second foo       foo(nullptr); //calls first foo 
                                          
                                          
                                          
                                          
                                          
                                          
                                          
             standard types 
   C++03 
   sizeof(int) == ? 
   sizeof(char) == 1 byte(== ? bits) 
    
   sizeof(char) <= sizeof(short) <= 
   sizeof(int) <= sizeof(long) 
The words contained in this file might help you see if this file matches what you are looking for:

...C alex sinyakov software engineer at amc bridge twitter innochenti e mail gmail com pdf slides http j mp cppref null pointer constant void foo char int calls second nullptr first standard types sizeof byte bits...

no reviews yet
Please Login to review.