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
A

Anders 1

@Anders 1
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • installer question
    A Anders 1

    try nsis or inno setup

    C / C++ / MFC question c++ windows-admin tutorial lounge

  • Looking for a download manager
    A Anders 1

    FlashGet - http://www.amazesoft.com/

    The Lounge data-structures question

  • structs
    A Anders 1

    i think i have gotten it to work now, thanx (and yes i needed something nasty)

    C / C++ / MFC question

  • structs
    A Anders 1

    yeah but I tought there was some fancy way of doing it with a ptr like this char* text=pS+(sizeof(char*)*i);

    C / C++ / MFC question

  • structs
    A Anders 1

    i dont need to use the array syntax, i just need to access the members of the struct without using the names

    C / C++ / MFC question

  • structs
    A Anders 1

    say i have a struct like this: typedef struct { char* text1; char* text2; ... char* text25; }MYS,*PMYS; how can i access the struct like this? PMYS pS=SomehowGetPtrToStruct(); for (int i=0; i < MYS_TEXTCOUNT; i++) { char* text=pS[i]; dosomething(text); } i dont want to get the items like this:char* text=pS->text2; i also tried to do stuff like: char* text=pS+(sizeof(char*)*i); but i cant get it to work:confused:

    C / C++ / MFC question

  • DVD PLayer recommendation
    A Anders 1

    PowerDVD is good.... Some DVDs come with the PCFriendly/InterActual player, with this installed you should be able to play in WMP

    The Lounge html business 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