CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: D_Drmmr

Search: Search took 0.40 seconds.

  1. Replies
    27
    Views
    4,089

    Re: [Advice Needed] Noob Code!

    That's one way of putting it. I'd say you have the variable definition at the place where it is needed.

    Typically, I'm more interested in the meaning of a variable than the type of a variable. The...
  2. Replies
    27
    Views
    4,089

    Re: [Advice Needed] Noob Code!

    So, what do you do when you introduce, say, a boost library to a cpp file that you created before? Do you remove "using namespace std;" and spend maybe 10 minutes to fix all the compiler errors?...
  3. Replies
    27
    Views
    4,089

    Re: [Advice Needed] Noob Code!

    Personally, I'd advice against putting "using namespace std;" in your code. It doesn't save much typing (which is always a bad reason, by the way), doesn't make your code that much more readable and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured