User Profile

Collapse

Profile Sidebar

Collapse
jagmeet
jagmeet
Last Activity: Jun 8 '07, 10:14 AM
Joined: Jan 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks now I got an Idea and working on it
    See more | Go to post

    Leave a comment:


  • jagmeet
    started a topic Help Needed for academic project.

    Help Needed for academic project.

    Hi ,
    I am doing my MCA project work and doing a project work at a Mobile Billing Company. My project title is Prepaid billing system.

    I need some design information so that i can include in my Final report.But the company is not providing this.

    I have searched web but i need info about use cases and DFD's

    I need some one please refer me some links where i can get documentation or some...
    See more | Go to post

  • jagmeet
    replied to Need Help in VC++
    in C
    Source Code:
    Code:
    #include "appapi.h"        
      /*commenting above header gives the compilation errors problem with header...  */
    
    #include "iostream"
    using namespace System;
    class MyApp
    {
    AppAPI *App;
    public:
    MyApp();
    int StartScheduler();
    static const int StartFun(void *userdata);
    };
    int main()
    {
    if (AppAPI::Init())
    ...
    See more | Go to post
    Last edited by Banfa; Jan 24 '07, 10:54 AM. Reason: Added [code]...[/code] round the code

    Leave a comment:


  • jagmeet
    started a topic Need Help in VC++
    in C

    Need Help in VC++

    I want to use API's in VC++ ...
    Can anyone tell me how to include the files.....

    I am not getting API headers in VC++
    See more | Go to post
No activity results to display
Show More
Working...