Connecting Tech Pros Worldwide Help | Site Map

interface

 
LinkBack Thread Tools Search this Thread
  #1  
Old June 17th, 2007, 01:55 PM
begi
Guest
 
Posts: n/a
Default interface

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, 06:25 PM
Victor Bazarov
Guest
 
Posts: n/a
Default 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, 09:15 PM
Jim Langston
Guest
 
Posts: n/a
Default 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, 02:15 AM
Sarath
Guest
 
Posts: n/a
Default 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, 02:15 AM
Ian Collins
Guest
 
Posts: n/a
Default 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.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.