Click here to Skip to main content
16,017,151 members
Home / Discussions / C#
   

C#

 
GeneralRe: facebook login. Pin
udikantz11-Jun-08 3:22
udikantz11-Jun-08 3:22 
AnswerRe: facebook login. Pin
Brandon Toner17-Mar-09 11:15
Brandon Toner17-Mar-09 11:15 
AnswerRe: facebook login. [modified] Pin
Member 41081678-Sep-09 23:16
Member 41081678-Sep-09 23:16 
QuestionHow initiate GPRS connection in WM 6 Pin
manu4ever10-Jun-08 12:12
manu4ever10-Jun-08 12:12 
QuestionCompiler options in C# Pin
Member 391904910-Jun-08 11:51
Member 391904910-Jun-08 11:51 
AnswerRe: Compiler options in C# Pin
Christian Graus10-Jun-08 11:57
protectorChristian Graus10-Jun-08 11:57 
GeneralRe: Compiler options in C# Pin
Member 391904910-Jun-08 12:05
Member 391904910-Jun-08 12:05 
GeneralRe: Compiler options in C# Pin
Christian Graus10-Jun-08 12:25
protectorChristian Graus10-Jun-08 12:25 
Member 3919049 wrote:
I assume that each of these compilers has its own JIT functionality. Is this correct?


No, C++ is a different kettle of fish, unless you use C++/CLI. The compiler is actually in the framework.

Member 3919049 wrote:
I have read that the C++ compiler supports function inlining but the C# compiler does not


Possibly. One thing to be clear on here - C++ function inlining does not mean you control it. The compiler can choose to inline something without you asking for that, and it can ignore your request. This is part of the c++ standard.

Member 3919049 wrote:
Has MS updated the C# compiler to support function inlining or does function inlining still not exist in the C# compiler?


What you need to understand is, the C# compiler works totally differently to the C++ one. There is no inlining in C#.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Compiler options in C# Pin
Member 391904910-Jun-08 12:46
Member 391904910-Jun-08 12:46 
GeneralRe: Compiler options in C# Pin
Christian Graus10-Jun-08 13:04
protectorChristian Graus10-Jun-08 13:04 
GeneralRe: Compiler options in C# Pin
Judah Gabriel Himango10-Jun-08 13:24
sponsorJudah Gabriel Himango10-Jun-08 13:24 
QuestionDatatable issue Pin
NewToAspDotNet10-Jun-08 10:41
NewToAspDotNet10-Jun-08 10:41 
AnswerRe: Datatable issue Pin
Christian Graus10-Jun-08 11:09
protectorChristian Graus10-Jun-08 11:09 
Questiona security problem [modified] Pin
Sajjad Izadi10-Jun-08 10:16
Sajjad Izadi10-Jun-08 10:16 
AnswerRe: a security problem Pin
Christian Graus10-Jun-08 11:10
protectorChristian Graus10-Jun-08 11:10 
GeneralRe: a security problem Pin
Sajjad Izadi10-Jun-08 11:17
Sajjad Izadi10-Jun-08 11:17 
GeneralRe: a security problem Pin
Christian Graus10-Jun-08 11:24
protectorChristian Graus10-Jun-08 11:24 
Question[Message Deleted] Pin
Sr...Frank10-Jun-08 10:13
Sr...Frank10-Jun-08 10:13 
AnswerRe: AutoComplete Combobox!!! Pin
teejayem10-Jun-08 10:18
teejayem10-Jun-08 10:18 
QuestionHow to create a new ASPNETDB database? Pin
allende10-Jun-08 9:02
allende10-Jun-08 9:02 
QuestionXml serialization exception [modified] Pin
Eric Burns10-Jun-08 8:33
Eric Burns10-Jun-08 8:33 
AnswerRe: Xml serialization exception Pin
leppie10-Jun-08 23:41
leppie10-Jun-08 23:41 
QuestionCollectionEditor Pin
Gareth H10-Jun-08 7:14
Gareth H10-Jun-08 7:14 
AnswerRe: CollectionEditor Pin
led mike10-Jun-08 9:52
led mike10-Jun-08 9:52 
GeneralRe: CollectionEditor Pin
Gareth H10-Jun-08 10:19
Gareth H10-Jun-08 10:19 

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.