Friday, July 31, 2009

How to learn c n c++ without coaching?

is it possible to learn c and c++ without coaching plz suggest good book

How to learn c n c++ without coaching?
For C I would recommend Yashwant Kanetkar's book ,also u could refer to Rakesh Agarwal's Ansi c book. Both of them cover all topics. If you want to learn pointers you could refer t o pointers in c by y.kanitkar. It covers all data structures too.





For c++ use Object oriented programming with c++ by Robert Lafore or Balaguruswamy's book. Lafore covers all topics in details while balaguru skims through the main topics, outlines.
Reply:I found the book by dietel very good. I marvel at the way the book is written.
Reply:google it
Reply:get the book that the creator of C programming language wrote himself.. of course nobody could match up to his knowledge about C.. (i think so?).. i forgot the title though.. search it up..
Reply:Definitely its possible.....


You can get books and tutorials on line and also the free compiler to practice the programming skills.
Reply:book by Yashwant Kanitkar ..Its awesome for C and C++. You have a separate book for pointers too. U will have a very clear idea about the basics too
Reply:C++ by SUMITA ARORA


Although you can develop programming skills on your own but I would always suggest coaching.It helps you grasp the subject.Once you learn the basics all languages will seem easy.


If i am poor in C++ how can i learn NS2? is it very tough?howmuch i needc++,is it posible tolearn without it?

my bachelor field was electronic and electrical engineering,i am familiar with ORCAD simulation,but i am POOR in programming,specially C++,i never touch it,now i need to learn NS2 for my final project for my master,by this information about me,may i learn NS2 well? or first of all i need to learn C++,i dont have time to learn C++,please give me the idea,,that how much i must familiar with programming in NS2!?? :(.is it bad way that i start NS2,with out any information about C++.. thanks in advance.

If i am poor in C++ how can i learn NS2? is it very tough?howmuch i needc++,is it posible tolearn without it?
Just in case you have not yet discovered them, I am including a couple links below. You cannot learn C++ overnight, but you may not have to. You can probably learn much of what you need to know as you come up to speed with NS2. At a minimum, I would get a Beginner's C++ book and spend a weekend going through the first several chapters and writing practice programs. Look for a book with a practice or trial version of a C++ compiler CDROM included. If you're getting your Masters degree in electrical engineering, you should probably know the basics of C++ anyway to be well rounded, I know you may not have time for it, but try to make at least a weekend with an entry level C++ book to learn the very basics of objects, methods, classes, input/output and get some basic programs working. Once you *start* learning it, it's easy to *keep* learning it. :-) Good luck. Before you know it, you'll be focusing on NS2 and not C++ so much anymore.


How to learn c, c+, vb at home.?

I don’t have time to go for classes, as i am busy with my bpo job ,how can I learn c, c+, vb effectively from home ?

How to learn c, c+, vb at home.?
hi seema


u can have different books like yashwant kanitkar ,balaguruswami


which may help u to learn that language


after that u can learn visual c , c++.
Reply:Hi,Your saying no time togo for classes,you cannot get full knoweldge without going to any institute.


for C you should learn concept then autometically programming is not deficult.There are some books, For improving concept Balagurusami is the best,for some of the topics like Pointers and Functions Yaswanth Kanikar is the best and for the programming Ashok kamthene is the best.


Do you need to learn C before you can learn C++??

Do you Need To learn C Before you can Learn C++??





Im completly new to this, what do you even type the commads into?? Like a special program or something....





Please be easy on me here lol

Do you need to learn C before you can learn C++??
No, you don't need to learn C before you learn C++. It's not necessary. The two languages are very similiar (C++ is an Object Oriented version of C), so by learning one, you can easily learn the other. It doesn't matter which one you learn first or if you even learn both. I learned C++ without knowing C, and I had no problems. You need to download a C++ compiler. I use Bloodshed Dev-C++. You can find it here: http://www.bloodshed.net . It is a free complier for both C and C++.
Reply:Well, it's all up to u....





C and C++ are both Object-oriented Programming. So, if u would like to learn C to get to know OOP. It'll help when u learn C++ later.





I've learnt C++ without learning C before and I'm just doing well.





I hv no idea how does C language look like...
Reply:No , C and C++ are totaly different all factors , only the keywords are common , which can be learned .


but i would suggest you to go through C before C++ , inorder to learn what is structure languaage and Oops , IT will help to get more clear
Reply:Yes, you will need to learn C before C++, as C++ is a successor of C, in terms of added library and functions, as well as the main thing - classes. Even C++ has been referred to as 'C with Classes' . Nothing differentiate C and C++ more then the usage of Classes.





First of all, before you can learn the classes, you need to know the basic routine, procedure and flow of the structural programming basics. This has to be done with the C, where C does contain all but advanced contents in C++, so that you'll know most part in C++ before you start migrating to C++. The basic things covered in C in conjunction with C++ is the structures, logic flows and all type of arithmetic and logical algorithm syntaxes. It is just the same, but when you migrated to C++, you'll see the differences in terms of libraries, added functions, and, of course - the Class.








That's all you need to know.
Reply:yes..because c++ is like the older sister of c..you must need to know the c before the c++..
Reply:You don't need C before C++. Although a good language to start with before C++ would be Java, as it is a good beginners language to someone with no experience in this.


To start off with programming, you will probably find yourself using a basic text editor, probably notepad, or there is a free editor called notepad++ which specialises in programming. Compiling your programs (Allowing the computer to build it into a runnable format) will probably be done using a command prompt.


Running your programs, in Java is from the command prompt to begin with, I'm not too sure if that is the same for C++.


Microsoft offer Visual Studio for free which supports C++ coding.


Your best bet is to get a basic learner book for either of these languages and start working through the tutorials. Although this will set you back about £30 it is the best way to start learning programming. The book will also teach you a lot of theory about programming fundamentals with Object Orientated languages.





A quick search in google for any of the software I've mentioned should give you what you're looking for.





If you need any further advice, feel free to message me in yahoo and I'll see what I can do.
Reply:No, c++ is an exellect language to start with, you will be able to move to c, java, .net, asp, php, python, perl, ect.. from there.


good luck





http://scritpvault.charmingsnakes.net


Asp / VbScript Tutorials and reference

chelsea flower show

Thursday, July 30, 2009

Will i want to learn c language to learn vb.net 2003.?

i want to learn vb.net 2003. but i dont know c language. but i have a well basic in c language. can i learn vb.net 2003 without having a complete grip on c language. thanks in advance.

Will i want to learn c language to learn vb.net 2003.?
yup learning VB is fairly simple compared to C first most of the function are right there at your fingertips and as long as you know some C like the basics then you do just fine
Reply:Yes, you can lean VB without knowing C. However, I've said this before but if you can I'd try to learn C# instead of VB. It's a very popular language and it's easy to learn and it's a great language to write GUI and any other type of application on.





Knowing C before knowing VB just tells you that you are capable of understanding programming languages. There aren't enough similarities between VB and C to make it worth while and VB is pretty easy to learn.





Good luck! Most importantly, have fun because the best programmers love their jobs.
Reply:I personally think you should learn c. It is the basis of programming and you need to learn it. i think you cant do without it.


Wants to learn c++?

i have been doing visual basic in my class for about two years and i want to try to learn c++ 6 the only book my school has on it is teach yourself c++5 in 24 hours... not only have i been trying to learn it for the past 2 months for about an hour a day im only on hour 5 and the book does not always have the right way of doing things any idea what a good book for me is and if so any idea were to download the pdf version of it?

Wants to learn c++?
Teach yourself C++ in 24hrs. is a pretty good book, but How to program C++ is even better, also try c++ for you++.





By the way C++5 doesn't exist, nor c++1-6, its just c++, winC++, unixC++, and standard c++, c++ doesn't really have versions it just gets new improved libraries. You need to pump the vb out of your head a little before learning c++, because once you learn vb you see that c++ is much much better than vb, and vb only works on windows(vb runs slower also), c++ works on all systems, and c++ is also used to make operating systems.


Can I learn C++ in 5 days? and how?

i don't really know C programing, just the very basic. then can i learn C++?i have to learn it in 5 days by myself. so if you know any online tutorials or something what really can help me in this 5 days, please help!:) thanks.

Can I learn C++ in 5 days? and how?
Most of all modern/mildly modern progrmaming/scripting languages are about the same. Their syntax is just different.





If you have a good grasp on programming concepts and theoretical programming then 1, I'd like to applaud for your hard work and effort. And 2, say that since you know pascal then C++ should be pretty easy to learn.





The quickest way that I know is this site:


http://www.cprogramming.com/tutorial/les...





Just zoom on through there and if you have any questions


about C++ then feel free to E-mail me at





void_3e01@yahoo.com








- Hex
Reply:http://www.cplusplus.com/doc/tutorial/


http://newdata.box.sk/bx/c/


http://www.learncpp.com/


http://www.cyberdiem.com/vin/


also, google "learn C++" that's where I got these links.
Reply:Well, if you know the basic concepts like loops etc. it is easy enough. The actual syntactical part is easy enough. But you knowing C will help you. But, to actually master it, learning isn't enough. You have to practice. Want to pass a test, I hope you can. But you cannot master it in just 5 days.
Reply:It would be difficult but it is not impossible.I found one book quite well written and easy to understand without being verbose.I do not remember the book's name.But it is authored by Robert Lafore.
Reply:Learn it for what reason? To pass a class? Sure, no problem. To be proficient and do a paid job? No, not a chance.
Reply:you can lean it if you work day and night all the time with a good book or site. but even then you will know the bascis...to become a good programmer or at least a decent one you must go over all kinda problems and try to solve it yourself without guidance or books etc...and this needs time...so i suggest you a good site or bying a book and start studying