Saturday, May 9, 2009

C++ programming?

I'm very interested in taking up C++ for a hobby, but I just wanted to know, how much time do I have to expect to put towards programming until I am fairly good at it? I don't really want to go to school for it, but I have like 20 C++ books lying around...


I also wanted to know, since I have Java books lying around as well, does anyone find it more fun to write Java rather than C++?

C++ programming?
download the Visual Studio express editions from microsoft.





Go to course.com and see if any of the books you have on C++ are listed there, chances are you will find at least one. (use the isbn # to locate the books) Download the student files for that book to your HDD and work through the books. Be sure you do all of the lessons at the end of each chapter, doing a couple here and there will not give you the experience you need. Start with the beginning books and work you way thru advanced, dont start advanced programming first, you will be lost and won't understand a thing.





Move from beginning books to advanced C++, this will give you a concrete beginning in this language.





I cannot speak on Java, I have no experience with it, But C++ and Visual Basic are very interesting and functional. You can also use Visual Basic for web page creation, javascript, ASP, IIS and databases.





You have to have up to date books for use with the express software, for example.....Programming with Microsoft Visual Basic 2005





hope this helps and good luck,





mavin
Reply:i think you will like c# better than both and you get download a free version of visual studio from microsoft to do it.





http://www.microsoft.com/express/
Reply:I would suggest C++. Infact there are books like Learn C++ in 21 days, if you can get any of those books and a Visual Studio to practice out. Then you could really learn quickly and infact if you follow the schedule then in 21 days.





The key to learning any language is PRACTICE...PRACTICE....PRACTICE
Reply:It is just purely learning one part of it like functions then going over and modifying the program a bit to make a few more calls and make it interesting, if you just use the examples the book/website gives you then think "right ive done that, next chapter" you wont get very far. Also try and think of a project you could make using all the knowledge you have learn't, then if you get stuck ask questions here or a computer forum such as daniweb.Like in school revise revise revise but code code code
Reply:I"m into C++ too. what got me into it was this class over in Redmond, Washington. it's put on by digipen institute of technology and the program is called project fun. you can take classes on creating robots, making games, or internet pages or like 3 other things. Check it out maybe if your close to Redmond. it was really an eye opener to how fun C++ really is.


C++ programming?

Write a program using the c++ programming language. The program should accept the user's date of birth. (day/month/year) It should also accept a year for which the user wants to find how old he was or will be by then.

C++ programming?
try this page


http://www.pscode.com
Reply:May be you can contact a C++ expert to help you code your assignment. Check websites like http://askexpert.info/

queen of the night

C++ programming?

I am a complete beginner to programming, but have to learn C++ next year at uni so thought I would give myself a bit of a headstart. The book that the course is based on is "C++ How To Program" by Deitel %26amp; Deitel. Is this a good book for me to start to learn with, someone said somewhere that it contains lots of OOP (whatever that is, and apparently its hard to learn). Could someone enlighten me please.





If you don't think this is a good book, could you please recommend one for me (remember, I am a complete beginner, the only programming I have done is a pit of BASIC for picaxe ICs).





Thanks for your help.

C++ programming?
Almost everyone learns with Deitel; it's very common in entry-level classes.





I don't think it's a very good book, however; it's not what I would call "Plain language."





For all begginers, I recommend the For Dummies series. They have a C++ book with a CD-ROM that includes sample code; you might want to try that if you want a head start. Very plain-language and easy to follow.
Reply:I can't remember who its by but its called "C++: An Introduction to Computing". Very good book.
Reply:I actually used the same book in my C++ class a year ago. I had no problem following the book, but then again, while C++ was rather new to me, I have been a programmer in other languages for over 10 years. Overall, I thought the book was fine. If you need to get the book anyways because of the class, pick it up and start playing with it. There will more than likely be areas where you will need further explaination like polymorphism, operator overloading, etc. Some aspects take a little getting used to.





And OOP means Object Oriented Programming. VB.NET, C#.NET, and Java are all examples of OOP. Programming is based more on the use of objects (and their associated properties, methods, events) than your legacy procedural languages (like COBOL, C, etc).
Reply:OOP stands for object oriented programming. C++ was created by taking C (not an OOP language) and adding object oriented constructs to the language. As its roots are not object-oriented it has a lot of baggage and idiosyncrasies that can make it difficult for beginners.





It has been many years since I learned C and C++ and I am unfamiliar with the book that you mention. I will recommend a companion book that will help you out tremendously with the "gotcha's" in the language -- Scott Meyer's "Effective C++". Also, Bruce Eckel's "Thinking in C++" is good and is available for free access online.





Best wishes for a successful time at the university!
Reply:never used that book before (I'm a VB-6 programmer), but there's a great site full of source code: Planet Source Code...http://www.pscode.com
Reply:I would reccommend "Sams Teach Yourself C++ in 24 Hours" for a good start. I used it, and it lays down a great foundation. It will teach you all the basics, from your very first program to advanced concepts like object-orientation and polymorphism.





I also use "C/C++ Programmer's Reference". It's great if you forget the syntax and need a quick refresher.
Reply:What really helped me understand OOP was a section from Windows 95 Programming for Dummies, which apparently is included in C++ for Dummies.





It's the description of "object oriented nachos", and it's one of those things that I read and didn't get. Then, as I lied in bed starting at the ceiling, it hit me.





There's a lot more to OOP than what's in this sample chapter, of course. But those things become a lot easier when you have a solid grasp of the basic concept.
Reply:I would reccommend the website


http://www.cplusplus.com/doc/tutorial/in...


This website has a very nice tutorial and is useful for people without any or with little programming knowledge.


C Programming!?

I know that it is outdated language but because I started with C++ then C# I wish to learn C too..!


What is the "latest" C programming book?


And what is the Best C referece?


What free compilers are availabe for C?


What non-free compilers are available?

C Programming!?
C will never be outdated. Actually i think it's usage grows (but don't ask me for sources).





Free compilers: gnu g++ (unix, linux), mingw (for windows), borland c++ compiler (windows), microsoft visual studio express (windows)





non-free compilers: many more, but why would you want one if you can have gcc for free?





books: i have only one book which is the C reference by k%26amp;r (the previous poster already recommended it, and maybe you can even find it online).





C is very simple compared to C++. It's not difficult to learn if you already know C++. Don't waste your time with books...
Reply:C is not outdated. Report It

Reply:C is not an outdated language, just a good one.





I don't know about "latest" but the best book on the subject is K%26amp;R: http://plan9.bell-labs.com/cm/cs/cbook/





GCC is a common compiler set including a C compiler. Turbo C is another option.


C++ Programming?

I am beginers for C++ Programming. PLease suggest me which program can I practice on for C++ Programming. I can go for Advance. I am totally new. If you can recommend any sites that has freeware C++ programming and I can easily learn. I am hoping for the best answer.

C++ Programming?
First write the logic of the program on a paper and try to code it on computer and check for the syntax errors and logical errors and see how confident you for taking big once and solve them... the following link will gives some tutorials


http://www.cs.wustl.edu/~schmidt/C++/


http://www.cplusplus.com/doc/tutorial/


http://www.desy.de/gna/html/cc/Tutorial/... this will provide you with in-depth knowledge of OOP's
Reply:i have given this book to many on yahoo answers its great for begineers if you want it then mail me with subject as


"c++ book" here


firozahmed143@rediffmail.com





i hope it will help you learn c++ like it helped me when i began learning it
Reply:you can begin from algorithm and data structure in c++