Programmeren in C++/Pointers: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
PrisonerOfPain (overleg | bijdragen)
k +indenting +'year oldn' -> 'jaar oud'
ElieDeBrauwer (overleg | bijdragen)
.h headers verwijderd
Regel 11:
 
<pre>
#include <iostream.h>
using namespace std;
 
int main()
Regel 17 ⟶ 18:
unsigned short shortVar=5;
 
cout << “shortVar:t” << shortVar;
cout << “t Adres van shortVar:t << &shortVar << “n”endl;
 
return 0;
Regel 75 ⟶ 76:
 
<pre>
#include <iostream.h>
using namespace std;
 
class CSimpleCat
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.