Not really, it's fairly compressed. There is some overhead, for instance, strings have about 4 levels of abstraction around then so every string manipulation requires about 4 times the work as in C++. VB is designed to be a learning tool, not a professional programming app, so the compiler is not very efficient at optimizing. |
|
"The C Programming Language" |
|
I can still remember compiling "Hello World" for lulz in the old QB 4.5.. 14 Kb for: print "Hello World!" |
|
Good for you. I grew up with some less than optimal machines and I got really good at doing optimizations, I still do it. Qbasic was fun |
|
How do you find the execution time and memory imprint of your code? |
|
April Ryan is my friend,
Every sorrow she can mend.
When i visit her dark realm,
Does it simply overwhelm.
Your memory imprint should be visible in your Task Manager (ctrl+alt+del) |
|
I've always been interested in learning C/C++, but could never find any good reference/learning sources. |
|
Bookmarks