Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: math functions in C# ??? Pin
David Wengier16-Mar-02 19:26
David Wengier16-Mar-02 19:26 
GeneralRe: math functions in C# ??? Pin
James T. Johnson16-Mar-02 19:32
James T. Johnson16-Mar-02 19:32 
GeneralRe: math functions in C# ??? Pin
David Wengier16-Mar-02 19:57
David Wengier16-Mar-02 19:57 
GeneralRe: math functions in C# ??? Pin
Kannan Kalyanaraman16-Mar-02 5:11
Kannan Kalyanaraman16-Mar-02 5:11 
Generalsprintf equivalent in c# Pin
Kannan Kalyanaraman15-Mar-02 18:52
Kannan Kalyanaraman15-Mar-02 18:52 
GeneralRe: sprintf equivalent in c# Pin
Christian Graus15-Mar-02 18:57
protectorChristian Graus15-Mar-02 18:57 
GeneralRe: sprintf equivalent in c# Pin
James T. Johnson15-Mar-02 19:34
James T. Johnson15-Mar-02 19:34 
GeneralRe: sprintf equivalent in c# Pin
Kannan Kalyanaraman15-Mar-02 20:06
Kannan Kalyanaraman15-Mar-02 20:06 
Thanks.
I have another question.
Whenever I use a 'String' type in c# most of the times I end up calling the member functions directly without creating any instance are they static methods(for ex. System.String.Format), which in turn return a 'string' type.

'string' is the simple type - does this encapsulate the 'String' type of the framework.
Also, I understand I dont have to do a 'new' to access the 'string' types while the 'String' requires a 'new'.
Is that true that variables of type 'string' is created in the stack and the 'String' is created in the heap.

regards
Kannan
GeneralRe: sprintf equivalent in c# Pin
James T. Johnson15-Mar-02 20:53
James T. Johnson15-Mar-02 20:53 
GeneralRe: sprintf equivalent in c# Pin
Kannan Kalyanaraman16-Mar-02 5:04
Kannan Kalyanaraman16-Mar-02 5:04 
General@#$%(#($ Microsoft and GDI+ Pin
Christian Graus15-Mar-02 1:08
protectorChristian Graus15-Mar-02 1:08 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Jason Hooper15-Mar-02 3:55
Jason Hooper15-Mar-02 3:55 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
James T. Johnson15-Mar-02 8:01
James T. Johnson15-Mar-02 8:01 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Eric Gunnerson (msft)15-Mar-02 14:25
Eric Gunnerson (msft)15-Mar-02 14:25 
GeneralRe: @#$%(#($ Microsoft and GDI+ Pin
Christian Graus15-Mar-02 14:32
protectorChristian Graus15-Mar-02 14:32 
GeneralC# vs VB.NET. Facts not opinions please :) Pin
David Wengier15-Mar-02 0:49
David Wengier15-Mar-02 0:49 
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
Christian Graus15-Mar-02 1:01
protectorChristian Graus15-Mar-02 1:01 
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
James T. Johnson15-Mar-02 7:42
James T. Johnson15-Mar-02 7:42 
GeneralRe: C# vs VB.NET. Facts not opinions please :) Pin
James T. Johnson15-Mar-02 7:56
James T. Johnson15-Mar-02 7:56 
GeneralC# - my first stupid question Pin
Christian Graus14-Mar-02 23:27
protectorChristian Graus14-Mar-02 23:27 
GeneralRe: C# - my first stupid question Pin
James T. Johnson15-Mar-02 7:40
James T. Johnson15-Mar-02 7:40 
GeneralRe: C# - my first stupid question Pin
Christian Graus15-Mar-02 9:11
protectorChristian Graus15-Mar-02 9:11 
GeneralRe: C# - my first stupid question Pin
James T. Johnson15-Mar-02 9:26
James T. Johnson15-Mar-02 9:26 
GeneralRe: C# - my first stupid question Pin
Christian Graus15-Mar-02 9:24
protectorChristian Graus15-Mar-02 9:24 
GeneralRe: C# - my first stupid question Pin
Eric Gunnerson (msft)15-Mar-02 14:28
Eric Gunnerson (msft)15-Mar-02 14:28 

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.