In dit topic viel me op dat alles dat uitgecommentarieerd staat, nog wel meegehighlight wordt ware het code.
Zie hier:
maar nu begin ik me eigenlijk af te vragen of het niet toch juist is...
Zie hier:
C:
1
2
3
| int a = 10; // if (dit == commentaar) { printf("wazig"); } a = 15; |
C++:
1
2
3
| int a = 10; // if (dit == commentaar) { printf("wazig"); } a = 15; |
maar nu begin ik me eigenlijk af te vragen of het niet toch juist is...
edit:
just testing...
just testing...
[ Voor 40% gewijzigd door Limhes op 25-07-2003 16:39 ]