Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - very basic question
i want my application to receive values from the user as it is running, i'm trying to do this with scanf but it won't accept the input values. i'm a novice with C++ so please help me out. also, can you direct me to the best source of info for learning C++ and a good index of C++ arguments and statements. Apr 07 2001
A number of c++ tutorials are available on the net. A search found out 10 pages of such sites! For example, try www.cprogramming.com . - Rajiv Bhagwat denote <denote altavista.com> wrote in message news:9amqrf$2vg6$1 digitaldaemon.com...i want my application to receive values from the user as it is running, Apr 07 2001
Or buy the book "Accelerated C++" "Pratical programming by example" written by Andrew Koenig and Barbara E Moo. http://www.acceleratedcpp.com/ Though some programming experience is recommanded. When you really are serious about cpp buy "The C++ Programming Language" written by Bjarne Stroustrup" http://www.research.att.com/~bs/3rd.html Rajiv Bhagwat wrote:A number of c++ tutorials are available on the net. A search found out 10 pages of such sites! For example, try www.cprogramming.com . - Rajiv Bhagwat denote <denote altavista.com> wrote in message news:9amqrf$2vg6$1 digitaldaemon.com...i want my application to receive values from the user as it is running, Apr 07 2001
Stan Lippman's "C++ primer" is also a good book. It explains so many concepts nicely. An unknown guy in a bookshop literally took away Bjarns book from my hands and shoved this one in its place a few years back and I have never cursed him <g>. - Raijiv Arjan Knepper <arjan jak.nl> wrote in message news:3ACF10C2.9E71FE7B jak.nl...Or buy the book "Accelerated C++" "Pratical programming by example" Apr 07 2001
One reason C++ has prospered as a language is because of the high quality of books by people like Stroustrup, Koenig and Lippman. I've also found that Java has the same strength - VERY well written books. Rajiv Bhagwat wrote in message <9an3gh$2ib$1 digitaldaemon.com>...Stan Lippman's "C++ primer" is also a good book. It explains so many concepts nicely. An unknown guy in a bookshop literally took away Bjarns book from my hands and shoved this one in its place a few years back and I have never cursed him <g>. - Raijiv Arjan Knepper <arjan jak.nl> wrote in message news:3ACF10C2.9E71FE7B jak.nl...Or buy the book "Accelerated C++" "Pratical programming by example" Apr 07 2001
Go to www.geocities.com/cppforlife/links.html and follow links on the page. There are most popular and latest links to c++ tutorials, eBooks and more. Enjoy learning! ********************************** Dmitriy Kalinin C++4life Team http://www.geocities.com/cppforlife/ Jul 24 2005
|