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
P

philiptabraham

@philiptabraham
About
Posts
46
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • compisite class
    P philiptabraham

    Can anybody tell me wat is a composite class in C++

    C / C++ / MFC c++

  • can anybody tell me how this code works
    P philiptabraham

    int compute(int n) { if(n>0) { n=compute(n-3)+compute(n-1) return n; } return 1; } void main() { x=compute(5); cout<<x; } o/p:9 can anybody explain in detail the flow

    C / C++ / MFC

  • can anybody help me out [modified]
    P philiptabraham

    I didnt get what u mean by Registering the database?

    C / C++ / MFC help c++ database hardware

  • can anybody help me out [modified]
    P philiptabraham

    im using vc++ and accessing microsoft access as my database.im using my application on embedded xp,but on running my application im am geting this error "SPECIFIED DRIVER COULD NOT BE CONNECTED TO THE SYSTEM ERROR:126(MS ACCESS *MDB" THANKS IN ADVANCE

    modified on Wednesday, March 19, 2008 10:24 AM

    C / C++ / MFC help c++ database hardware

  • can anybody tell me how to execute an exe from my application in vc++
    P philiptabraham

    can anybody tell me how to execute an exe from my application in vc++.i tried with winexec but was not able to execute my exe but it worked for executing Notepad.exe..... can anybody help

    C / C++ / MFC c++ help tutorial

  • can anybody tell me how i can call a vb activex dll from c++
    P philiptabraham

    can anybody tell me how i can call a vb activex dll from c++

    C / C++ / MFC c++ com

  • can anybody help
    P philiptabraham

    what is the difference between array to pointers and pointer to array.Is there any difference. Thanks in advance

    C / C++ / MFC data-structures help question

  • Video Compression
    P philiptabraham

    HI all, Can anybody help me to find some useful links for Video Compression techniques???? THanks in Advance. :)

    IT & Infrastructure help question

  • can anybody help me out
    P philiptabraham

    is there any technical difference between invoking a constructor using class obj(5,20) and class obj=class(10,40). Thanks in advance

    C / C++ / MFC help

  • can anybody help me out.....
    P philiptabraham

    can anybody tell me how to fetch the value of a column in a particular row in the list control when i click anywhere on the row. i tried out this way TCHAR pszText[_MAX_PATH] LVITEM lvi={0}; lvi.mask=LVIF_Text; lvi.pszText=pszText lvi.cchTextMax=_MAX_PATH lvi.iItem=0; lvi.iItem=xc; listctrl.sendMessage(Lvm_GETITEM,(WPARAM)0,(LPARAM)(LPLVITEM)&lvi) but by using this code i am only able to fetch the first column value where as i want to fetch either the second or third column value. thanks in advance

    C / C++ / MFC help tutorial

  • Can anybody tell me the way of getting this answer
    P philiptabraham

    Can anybody tell me the way os getting this answer #define f(g,g2) g##g2 main() { int var12=100; printf("%d",f(var,12))); } Ans:100 Thanks in advance

    C / C++ / MFC

  • can anybody tell me What happens if an exception is throws from an, object's constructor and object's destructor?
    P philiptabraham

    can anybody tell me What happens if an exception is throws from an, object's constructor and object's destructor? thanks in dvance

    C / C++ / MFC question

  • can anybody tell me why the size of the class is 16
    P philiptabraham

    i have a class as mentioned below.The size of the class is only 16.Can anybody give me an explanation for this.Is this because of padding class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; }; THANKS IN ADVANCE

    C / C++ / MFC

  • can anybody tell me why the size of an empty class is 1
    P philiptabraham

    can anybody tell me why the size of an empty class is 1.and i also want to know why we cant create an object for an abstract class. Thanks in advance

    Managed C++/CLI

  • conversion text to pdf
    P philiptabraham

    try out this article www.codeproject.com/tools/Text2PDF.asp[^]

    C / C++ / MFC help question

  • can anybody tell me how to convert a jpg image to a 24 bit bmp image
    P philiptabraham

    can anybody tell me how to convert a jpg image to a 24 bit bmp image thanks in advance

    C / C++ / MFC tutorial

  • can anybody explain me how the size of an empty class is 1byte
    P philiptabraham

    can anybody explain me how the size of an empty class is 1byte thanks in advance

    Managed C++/CLI

  • can anybody tell me how to stop the printing
    P philiptabraham

    i'm using 'Dan Pilat' printing made easy article in my Dialog based application and its working perfectly.But how do i stop the printing when the text is over, actually i'm using the print function for printing the bill. so it should stop the printing after the bill is over, i'm not using his header and footer part. Kindly reply, thanks in advance.

    C / C++ / MFC tutorial question

  • help
    P philiptabraham

    thank a lot...

    C / C++ / MFC database algorithms help tutorial question

  • help
    P philiptabraham

    i tried that also but its not getting it removed completely. what i tried is: On the second time before adding new string ill get the count and within the loop i tried to delete the string.But every thing is not getting deleted

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