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
C

CarpenterJim

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

Posts

Recent Best Controversial

  • Detect call in progress
    C CarpenterJim

    thanks for the reply..anyway, i've managed to get that info from the state and notification broker API.. under windows mobile 2005

    Mobile c++ mobile hardware question

  • Circular shifting
    C CarpenterJim

    will do.... thanks man. I've just started with C++. from engineering days, am used to matlab.. but i think its always good to add other languages too..

    Algorithms c++ data-structures performance question

  • Circular shifting
    C CarpenterJim

    Thank you all for all the responses.. much appreciated.. I think i'll go with Arun's method of changing the index. Steve, i got a question.. how do i know about the functions in a library? dumb question, sorry! but not evrything is mentioned in the documentation. oh, yeah and thanks for the code...

    Algorithms c++ data-structures performance question

  • Circular shifting
    C CarpenterJim

    guys, is there a function in C++ that shifts the elements of an array? lets say that i have an array of 20 elemetns and i need to shift it by one element to the right, then the last element should become the first and the first one will be the second and so on.....am not sure if its called circular shift or rotation or something like that. sorry if there is no function, then how would you go about it? you need to save memory and processing time on small controllers.. thanks!!!

    Algorithms c++ data-structures performance question

  • Detect call in progress
    C CarpenterJim

    Hi all, is there an easy way to detect if a call is in progress? :confused: am using embedded VC++... for WM2003 smartphone. thx

    Mobile c++ mobile hardware question

  • Type conversion
    C CarpenterJim

    It works.... haha!... thank you guys, you saved me!!!

    C / C++ / MFC c++ hardware performance help tutorial

  • Matlab functions?
    C CarpenterJim

    Hi all, i was wondering if i could export a matlab function to embedded VC++ so that i can have some good math functions on my mobile?? what i've learned is that you can export some functions to .net but then you need to have matlab installed on the computer that will run the application.. huh! thanks in advance!!

    Mobile csharp c++ hardware question

  • Type conversion
    C CarpenterJim

    Hi all, am writing a program in embedded VC++... am new to programming so i need some help with a little thing.. i have a form that the user will input a hex value (memory address) and my program will copy this value to a pointer.. but it just isn't working. here is my code DWORD *pDUMMY; TCHAR sztTmp[10]; GetDlgItemText(hwndDlg, IDC_EDT_NAME,sztTmp, 10); pDUMMY=(DWORD *)(sztTmp); //this line needs some editing example: user enters 0x8fff42a2 should equal pDUMMY = (DWORD *) (0x8fff42a2) sorry for the stupid question.. i'm helpless...

    C / C++ / MFC c++ hardware performance help tutorial

  • Calculating power consumption
    C CarpenterJim

    Plus, your device wont be drawing 1.1 amps continuously.

    The Lounge c++ csharp com adobe 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