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
W

Worried

@Worried
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CMap problem
    W Worried

    ThatsAlok wrote:

    where is key value pair

    In the same header file.

    C / C++ / MFC help question

  • CMap problem
    W Worried

    prasad_som wrote:

    CMap is declared in afxtempl.h, you need to include that file.

    Even then the error does not go. Actually there is no seperate .cpp file here. This header file contains all the constants etc required in my app. I just want to associate some key-value pairs so that they can be searched some time later in the applicataion.

    C / C++ / MFC help question

  • CMap problem
    W Worried

    I am using a CMap CMap my_map; my_map.SetAt("abc",1); my_map.SetAt("xyz",22); ... I need this map to be globaly accessible in my application, therefore I am initialising this in a common header file of my application. But when i compile the coe I get following errors: : error C2143: syntax error : missing ';' before '.' : error C2501: 'my_map' : missing storage-class or type specifiers : error C2371: 'my_map' : redefinition; different basic types : see declaration of 'my_map' Any pointers?

    C / C++ / MFC help question

  • Need API to access the user group to which a currently logged in user belongs
    W Worried

    Thanks guys....

    C / C++ / MFC json question

  • Need API to access the user group to which a currently logged in user belongs
    W Worried

    Hi, I am looking for an API that will return the 'group' to which the currently logged in user belongs. Or is it a way to know if the currently logged in user belongs to a paricular user group?

    C / C++ / MFC json question
  • Login

  • Don't have an account? Register

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