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
T

traapons

@traapons
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Taking ScreenShot
    T traapons

    hi Jonas Larsson, Thx for ur ideas I planned to program in C. how or where to get the rapi related libraries/header files. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    Mobile question

  • Taking ScreenShot
    T traapons

    hi, I want to take screen shot of my Mobile device, through a program. How can i do it 1. From Device 2. From PC [ Which is connected via active sync] Give me ideas or sample codes for this. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    Mobile question

  • Bookmarks for Forums posts
    T traapons

    Currently we can bookmark only articles. Is there possible to bookmark forum posts. or just enable Bookmarks for FORUMS also... This might be more useful to watch certain posts/message in a forum.. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    Site Bugs / Suggestions

  • Format specifier for WORD
    T traapons

    hi, "%d" -> Signed integers "%u" -> UnSigned integers as BYTE is unsigned type use "%u" Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    C / C++ / MFC tutorial

  • Allocate Memory for Global Pointers
    T traapons

    hi, Thx for your reply. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    IT & Infrastructure c++ performance question

  • Allocate Memory for Global Pointers
    T traapons

    Hi, Is it correct to allocate and free memory for Global Pointers and also for global variable. eg code: ................. test.h typedef struct { int a; }test; ............... test.cpp include test.h int main() { test *T1; .. .. T1 = (struct test*)malloc(sizeof(struct test)+1);//??? .. free(T1);//??? } As far as my knowledge global variables is not in HEAP But Malloc will allocate space in HEAP. To ME it seems confusing... Can u guyz give some clear Ideas regarding this... Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    IT & Infrastructure c++ performance question

  • monitor File access in a Folder
    T traapons

    hi, Thanks guyz for your quick responses..Michael Dunn, Jubin Chawda and WhiteSky From the link i get a clear idea.. But i want to run my program like background process. On pressing Ctrl+Alt+Del my program wanted to be displayed in the Process Tab rather than in the Program Tab. I'm trying to implement in VC++ with out MFC. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    C / C++ / MFC help question

  • application used by another program
    T traapons

    Might be deadlock. or Your program doesn't exit. If show the snap of your code for the abouve cases. I might can help u Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.

    Mobile performance question learning

  • monitor File access in a Folder
    T traapons

    hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006

    C / C++ / MFC help 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