Connecting Tech Pros Worldwide Help | Site Map

interface

  #1  
Old June 17th, 2007, 02:55 PM
begi
Guest
 
Posts: n/a
Is C++ good for write programming for interface pc with electronic device
with port (serial, parallel, usb)?
or other language is better? which?

begi


  #2  
Old June 17th, 2007, 07:25 PM
Victor Bazarov
Guest
 
Posts: n/a

re: interface


begi wrote:
Quote:
Is C++ good for write programming for interface pc with electronic
device with port (serial, parallel, usb)?
It's suitable.
Quote:
or other language is better? which?
C, Assembly language, are eqally suitable.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


  #3  
Old June 17th, 2007, 10:15 PM
Jim Langston
Guest
 
Posts: n/a

re: interface


"begi" <begi2010@gmail.comwrote in message
news:yXadi.40534$U01.448132@twister1.libero.it...
Quote:
Is C++ good for write programming for interface pc with electronic device
with port (serial, parallel, usb)?
or other language is better? which?
You'll need to use some 3rd party library, or write inline assembly.

So C++ and inline assembly is a good choice.
Or pure Assembly.


  #4  
Old June 18th, 2007, 03:15 AM
Sarath
Guest
 
Posts: n/a

re: interface


On Jun 17, 10:47 pm, "begi" <begi2...@gmail.comwrote:
Quote:
Is C++ good for write programming for interface pc with electronic device
with port (serial, parallel, usb)?
or other language is better? which?
>
begi
Actaully C makes sense while dealing with low-level programming. It
also allows to write programs in assembly language. As C++ is an
extention or Superset of C, there's no problem in using a C++ compiler.

  #5  
Old June 18th, 2007, 03:15 AM
Ian Collins
Guest
 
Posts: n/a

re: interface


Sarath wrote:
Quote:
On Jun 17, 10:47 pm, "begi" <begi2...@gmail.comwrote:
Quote:
>Is C++ good for write programming for interface pc with electronic device
>with port (serial, parallel, usb)?
>or other language is better? which?
>
Actaully C makes sense while dealing with low-level programming. It
also allows to write programs in assembly language.
Ditto C++.
Quote:
As C++ is an
extention or Superset of C, there's no problem in using a C++ compiler.
>
No, it is not. It is a superset of the common subset of C and C++.
There are many differences, some subtle, others not. C should be
compiled with a C compiler unless you have a good reason not to and know
what you are doing.

--
Ian Collins.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Efficacy of User Interface Design zlst answers 3 November 18th, 2005 01:02 PM
Efficacy of User Interface Design zlst answers 3 November 17th, 2005 02:36 PM
Efficacy of User Interface Design zlst answers 0 November 17th, 2005 02:35 PM
Efficacy of User Interface Design zlst answers 0 November 17th, 2005 02:35 PM
Efficacy of User Interface Design zlst answers 3 November 16th, 2005 05:46 AM