Spinning Cubes
----------------
Projects   Posts/Tags   Reviews   Pensieve   CV      


Select switch case (type);

2001-02-15

Every new language I learn add to the confusion about how to code. When I started with Visual Basic four weeks ago I put a ; at the end of every line. Now I instead forget it and the compiler scream at every new line in C++. Soon we will learn Java and that will make it even worse. Here is a short list (that is growing every day) with things I will never remember.

1 How to spell continue (I must use the help file ).
2 How to spell default (F1 ).
3 What's the direction of the vector = VecA - VecB.
4 Use Set in Visual Basic when assigning a object reference.

I think these things are put in a WOM (Write Only Memory) area of my brain



Tags: Cpp