Click here to Skip to main content
16,005,281 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: C# or C - which is faster? Pin
toxcct28-Jun-05 1:42
toxcct28-Jun-05 1:42 
GeneralRe: C# or C - which is faster? Pin
Dave Kreskowiak28-Jun-05 2:31
mveDave Kreskowiak28-Jun-05 2:31 
GeneralRe: C# or C - which is faster? Pin
sarabjs1-Jul-05 7:36
sarabjs1-Jul-05 7:36 
GeneralRe: C# or C - which is faster? Pin
l3st4rd1-Jul-05 16:52
l3st4rd1-Jul-05 16:52 
GeneralRe: C# or C - which is faster? Pin
Dave Kreskowiak2-Jul-05 16:33
mveDave Kreskowiak2-Jul-05 16:33 
AnswerRe: C# or C - which is faster? Pin
Dan Neely27-Jun-05 10:53
Dan Neely27-Jun-05 10:53 
AnswerRe: C# or C - which is faster? Pin
Christian Graus28-Jun-05 13:50
protectorChristian Graus28-Jun-05 13:50 
AnswerRe: C# or C - which is faster? Pin
Guffa29-Jun-05 8:54
Guffa29-Jun-05 8:54 
It also depends on what the compiler does to optimize the code. The loop might actually be compiled into something that looks more like this:

i=0;<br />
while (i<1000000000) {<br />
  ar[i1++]=i++;<br />
  if (i1==1000) i1=0;<br />
}


---
b { font-weight: normal; }

AnswerRe: C# or C - which is faster? - Here's my situation Pin
sarabjs1-Jul-05 7:38
sarabjs1-Jul-05 7:38 
GeneralRe: C# or C - which is faster? - Here's my situation Pin
l3st4rd1-Jul-05 17:08
l3st4rd1-Jul-05 17:08 
GeneralFrom SQL to Microsoft Applet Pin
alex_kl26-Jun-05 21:08
alex_kl26-Jun-05 21:08 
GeneralRe: From SQL to Microsoft Applet Pin
Colin Angus Mackay26-Jun-05 21:58
Colin Angus Mackay26-Jun-05 21:58 
GeneralIE hooks Pin
Ryan333326-Jun-05 9:53
Ryan333326-Jun-05 9:53 
GeneralPassing info Between IE Windows Pin
Baatezu25-Jun-05 9:17
Baatezu25-Jun-05 9:17 
GeneralRe: Passing info Between IE Windows Pin
Guffa29-Jun-05 8:57
Guffa29-Jun-05 8:57 
GeneralHelp - I &#8216;m getting a .NETapp installation error (urgent) Pin
Member 192995024-Jun-05 13:24
Member 192995024-Jun-05 13:24 
GeneralRe: Help - I &#8216;m getting a .NETapp installation error (urgent) Pin
david cohoon27-Jun-05 7:52
david cohoon27-Jun-05 7:52 
GeneralInternet Programming Pin
Nirav K Sarvaiya24-Jun-05 8:28
Nirav K Sarvaiya24-Jun-05 8:28 
General.NET Embedded Control in Internet Explorer Pin
JonSwift24-Jun-05 3:50
JonSwift24-Jun-05 3:50 
QuestionCompiling default resoures file??? Pin
richiemac24-Jun-05 1:05
richiemac24-Jun-05 1:05 
GeneralError when showing report by Crystal Report Viewer Pin
tshung23-Jun-05 18:39
tshung23-Jun-05 18:39 
General3-tier architecture Pin
myousufq22-Jun-05 20:38
myousufq22-Jun-05 20:38 
GeneralRe: 3-tier architecture Pin
SimonS22-Jun-05 21:52
SimonS22-Jun-05 21:52 
GeneralRe: 3-tier architecture Pin
myousufq22-Jun-05 21:57
myousufq22-Jun-05 21:57 
GeneralRe: 3-tier architecture Pin
Christian Graus23-Jun-05 18:23
protectorChristian Graus23-Jun-05 18:23 

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.