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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. doubt in vc++

doubt in vc++

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
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.
  • J Offline
    J Offline
    Javagal Srinath
    wrote on last edited by
    #1

    Hi I am new to vc++. I want to know what is "resources" in vc++ context. how can this be used with vc++ program I create. waiting for reply

    J G 2 Replies Last reply
    0
    • J Javagal Srinath

      Hi I am new to vc++. I want to know what is "resources" in vc++ context. how can this be used with vc++ program I create. waiting for reply

      J Offline
      J Offline
      John R Shaw
      wrote on last edited by
      #2

      You know I am not sure, there is so many meanings that it boarders on the ridiculous. 1) Windows programming: memory, icons, bitmap, dialog boxes, I/0, and strings. 2) C++: memory, I/O. Oh, 1 applies to Mac programming too. A resource is anything that you must draw on to accomplish the goal, including dependency on outside resources such as the Web. INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

      1 Reply Last reply
      0
      • J Javagal Srinath

        Hi I am new to vc++. I want to know what is "resources" in vc++ context. how can this be used with vc++ program I create. waiting for reply

        G Offline
        G Offline
        Gary R Wheeler
        wrote on last edited by
        #3

        In a Visual C++ program, visual elements in your program (menus, dialog boxes, bitmaps, icons, and some strings) are defined in a source file with the extension .RC, which is referred to as a resource script. This file is compiled and 'linked' into your program. The term "resources" refers to these visual elements.


        Software Zen: delete this;

        Fold With Us![^]

        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