pachanga said:
I was thinking of learning C++ to really understand computer
programming. A lot of my friends tell me that C++ is faster and good
quality.
Faster than what? Assembly, LISP, Basic, FORTRAN, COBOL, etc.?
My question is can C++ create Windows Applications?
Yes, one can write a program in C++ to create Windows applications on
different platforms, provided that those platforms support windowing.
Probably, but ask in a Microsoft newsgroup. See the welcome.txt
link below.
or is C++ limited to open source applications, command prompt
applications?
The usage of C++ is only limited to the platforms that have a
compiler for it. C++ can be used for vending machine applications,
VCRs, Dishwashers, and tape drives. Windows are not the only
platform in the world.
Is it possible to create a real-time application for Microsoft
Windows using C++?
Depends on the Windows operating system and the other applications
that it is executing. A real-time program can be written in any
language. The operating system doesn't care what language the
program was written in. The operating system is responsible
for executing programs in a timely fashion. The program is
responsible for accomplishing tasks within the time limits.
I can't seem to find the answer using
keywords in my search engine. I am a bit confused.
To lessen your confusion, look up the following phrases
or words at
http://foldoc.doc.ic.ac.uk/foldoc/index.html
real time
operating system
application
open source
platform
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library