Originally posted by Gen-X
All I want for Christmas is the ability to write a VB app that can be only 128k in size and doesn't need a 3.2MB runtime file to be included with it.

If I got that I would be happy
I like that too. I want to be able to send a simple exe to a friend without using a bunch of require files. Do you think this will ever happen?

In C++, can you write an exe stand alone with out requires dll files like VB?


Originally posted by Noone

VB7 looks cool but it still doesnt have unary operators
Doesnt anyone else think this would be useful?
instead of:
x = x + 1
you could just use
x++
I don't know C++, but do know a little bit of Java. In Java, "x++" can also be use too. Is Java and C++ similar?