Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Beginner

Beginner

Scheduled Pinned Locked Moved C / C++ / MFC
c++helplearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nguyen Thi Thanh
    wrote on last edited by
    #1

    I have created my project in VC++ using MFCAppWizard. Can you help me to understand the Globals folder in ClassView Tab of project. Thank you.

    K 1 Reply Last reply
    0
    • N Nguyen Thi Thanh

      I have created my project in VC++ using MFCAppWizard. Can you help me to understand the Globals folder in ClassView Tab of project. Thank you.

      K Offline
      K Offline
      khan
      wrote on last edited by
      #2

      I think the VC IDE scans the project files for variables and functions which are defined globally, and shows them in the Globals folder. If a variable is defined globally as static, then it will not show in the Globals folder, because that variable will be specific to the source file it is defined in. Is it of no significant importance to you as a beginner, but you know that you can find your globally defined functions and variables there. this is this.

      D 1 Reply Last reply
      0
      • K khan

        I think the VC IDE scans the project files for variables and functions which are defined globally, and shows them in the Globals folder. If a variable is defined globally as static, then it will not show in the Globals folder, because that variable will be specific to the source file it is defined in. Is it of no significant importance to you as a beginner, but you know that you can find your globally defined functions and variables there. this is this.

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        khan++ wrote:

        Is it of no significant importance to you as a beginner...

        I know what you are intending to say, but most beginners have a bad habit of using global variables/functions.


        "The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups