Search:

Type: Posts; User: notsure

Search: Search took 0.01 seconds.

  1. just an ide but have try: Code: if...

    just an ide but have try:


    Code:

    if (ConfigurationSettings.GetConfig("LogSettings" == null) //<-- with no cast?
    {
    Console.WriteLine("I'm null");
    return;
    }
  2. Replies
    15
    Views
    4,819

    Parameter passing with pointer to pointer

    I have a disagreement with people from work, they say if you pass a pointer to a pointer, that is pass by value. But it is obviously pass by reference, not? I want to learn.

    Please look at this...
Results 1 to 2 of 2