C++ and cellular communication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Atz

    C++ and cellular communication



    1.) If i want to make application which should communicate with laptop and
    cellular phone (thru cable or infrared) , should i use c++ / vc++ or
    something else....



    Basicly, i want to send sms from laptop to cellular phone, and i want to
    execute some actions from my laptop on cellular phone, like send sms....







    Thanx in advance


  • John Harrison

    #2
    Re: C++ and cellular communication


    "Atz" <mail@mail.co m> wrote in message news:bfo310$aml $1@ls219.htnet. hr...[color=blue]
    >
    >
    > 1.) If i want to make application which should communicate with laptop and
    > cellular phone (thru cable or infrared) , should i use c++ / vc++ or
    > something else....
    >
    >
    >
    > Basicly, i want to send sms from laptop to cellular phone, and i want to
    > execute some actions from my laptop on cellular phone, like send sms....
    >
    >[/color]

    You should use any language which gives you good access to your operating
    system, since that will be doing all the work. C++ would be a good language
    for this, but so are others. VC++ is a compiler not a language, but VC++
    would be a good compiler assuming you are talking about devices that use a
    Windows operating system.

    john


    Comment

    • John Harrison

      #3
      Re: C++ and cellular communication


      "Atz" <mail@mail.co m> wrote in message news:bfol18$34u $1@ls219.htnet. hr...[color=blue][color=green]
      > > You should use any language which gives you good access to your[/color][/color]
      operating[color=blue][color=green]
      > > system, since that will be doing all the work. C++ would be a good[/color]
      > language[color=green]
      > > for this, but so are others. VC++ is a compiler not a language, but VC++
      > > would be a good compiler assuming you are talking about devices that use[/color][/color]
      a[color=blue][color=green]
      > > Windows operating system.[/color]
      >
      > Thank you John for those infos....
      >
      > Do u know where can i find some tutorials for creating such programs....
      >[/color]

      No, but if you are using VC++ then http://msdn.microsoft.com is the place to
      start looking.

      john


      Comment

      Working...