Click here to Skip to main content
15,918,243 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAutoread incoming outlook msg Pin
anaant116-Jul-05 22:37
anaant116-Jul-05 22:37 
GeneralRe: Autoread incoming outlook msg Pin
KaptinKrunch17-Jul-05 13:04
KaptinKrunch17-Jul-05 13:04 
GeneralRe: Autoread incoming outlook msg Pin
anaant117-Jul-05 22:39
anaant117-Jul-05 22:39 
GeneralVB & C# Pin
waleedEad16-Jul-05 20:58
waleedEad16-Jul-05 20:58 
GeneralRe: VB & C# Pin
Daniel132417-Jul-05 3:12
Daniel132417-Jul-05 3:12 
GeneralRe: VB & C# Pin
Dave Kreskowiak17-Jul-05 9:01
mveDave Kreskowiak17-Jul-05 9:01 
GeneralRe: VB & C# Pin
Rob Graham17-Jul-05 10:19
Rob Graham17-Jul-05 10:19 
GeneralRe: VB & C# Pin
Dave Kreskowiak17-Jul-05 11:18
mveDave Kreskowiak17-Jul-05 11:18 
Rob Graham wrote:
I disagree. One can write really slow code in assembly language just as easily as any language. the advantage a high level language brings is that the compiler can often generate fast machine code by optimizing even poor high level language code.

Why do you think I put "proper coding technique" above all else?!?!?!?! Any idiot can write bad code in any language.

Rob Graham wrote:
The speed of .Net apps comes from the runtime compiler which compiles the IL to machine code. Since it is runtime, it can take advantage of machine specific optimizations, and so sometimes generate code that is faster than the equivalent C or c++ code that was precompiled for a general target.

The best optimizers on earth can't make up for bad coding technique in the first place.

Rob Graham wrote:
As a result, VB and C# are, for all pratical purposes, equivalent: both generate IL, which is compiled by the same runtime compiler at runtime, and so are almost certain to produce code that runs with the same efficiency.

Isn't that exactly what I said???

Why, again, do you disagree? Confused | :confused:



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: VB & C# Pin
Rob Graham17-Jul-05 14:14
Rob Graham17-Jul-05 14:14 
GeneralRe: VB & C# Pin
Christian Graus17-Jul-05 18:06
protectorChristian Graus17-Jul-05 18:06 
GeneralRe: VB & C# Pin
Dave Kreskowiak18-Jul-05 2:32
mveDave Kreskowiak18-Jul-05 2:32 
GeneralRe: VB & C# Pin
Christian Graus18-Jul-05 12:54
protectorChristian Graus18-Jul-05 12:54 
GeneralRe: VB & C# Pin
Dave Kreskowiak19-Jul-05 2:53
mveDave Kreskowiak19-Jul-05 2:53 
GeneralRe: VB & C# Pin
Christian Graus19-Jul-05 10:40
protectorChristian Graus19-Jul-05 10:40 
Generalinsert statment Pin
Anonymous16-Jul-05 11:36
Anonymous16-Jul-05 11:36 
GeneralBitblt .Net style help using (Matthew Hazlett) code Pin
Fraxx Daidouji16-Jul-05 6:47
Fraxx Daidouji16-Jul-05 6:47 
Generaladding new form Pin
Anonymous15-Jul-05 23:26
Anonymous15-Jul-05 23:26 
GeneralRe: adding new form Pin
[Marc]16-Jul-05 8:52
[Marc]16-Jul-05 8:52 
GeneralRe: adding new form Pin
Anonymous16-Jul-05 11:02
Anonymous16-Jul-05 11:02 
GeneralRe: adding new form Pin
[Marc]16-Jul-05 15:48
[Marc]16-Jul-05 15:48 
GeneralFolder Treeview with checkboxes (VB6) Pin
xer131415-Jul-05 22:30
xer131415-Jul-05 22:30 
Generalsqlce connection help Pin
Member 190267915-Jul-05 22:00
Member 190267915-Jul-05 22:00 
GeneralVb+scanned image reading Pin
royrana15-Jul-05 22:00
royrana15-Jul-05 22:00 
GeneralLog File Question Pin
LordLothar15-Jul-05 20:30
LordLothar15-Jul-05 20:30 
Generalcode net send Pin
Member 199098515-Jul-05 15:56
Member 199098515-Jul-05 15:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.