can anyone help me understand c++ ??

Philippines
July 28, 2010 7:37am CST
can anyone help me change the c++ to java or vb please'' i don't have a knowledge in c++ so i can't read it'' help please''
4 responses
• India
28 Jul 10
C++ is not very hard to learn. It requires a lot of practice. First, you need to have your concepts cleared. If you did, then its really easy to learn. First start with the basics, don't advance too quickly.Grab yourself a good book on C++. I've studied from "Robert Lafore-Object Oriented programming in C++" and "Mastering C++ by Venugopal"(these two books were our textbooks). These 2 books are really good books to start from. Or you can choose "C++: The Complete Reference by Herbert Schildt". I've studied this book a little(in library,during exam days),and found it really helpful in clearing the exam. I've studied Herbert Schildt's Complete Reference on Java and it was a very well written book. I trust on him when it comes to C,C++ and Java. So you can actually check out an ebook of this book and go through it before purchasing the hard bound copy.
• Philippines
28 Jul 10
i have a program here that i had searched for my project'' and it is written in "c" just wondering if anyone could help me with it? so i can make the program in java or vb??
• India
28 Jul 10
well to completely convert a project from C to any other language,you should have sound knowledge about that language. Also,you have to start writing from scratch for the same project in new language though you can follow the procedure like first creating the functions, main function etc. Also, converting a C project to JAVA would be difficult as JAVA is purely based on OOPS(Object Oriented Programming Language) and require every piece of code to be written in a class. So, first, gain the in-depth knowledge of these langauges then start with your project.
• Philippines
28 Jul 10
that's what I'm saying I don't have a knowledge in "C".. (that's my problem'')
@cachehit (166)
• China
28 Jul 10
where is attachment? may be i can help you ...
• India
28 Jul 10
You can attach files here on Mylot. This feature is not supported on Mylot.Either you have to mail this, or upload it on any file sharing website and post that link here.
• Philippines
28 Jul 10
how to attach a file in here?? been searching for hours :P
• Philippines
28 Jul 10
i know maybe u can just give me your email ^_^
• India
28 Jul 10
Mate no one can teach you c++ online. You will have to learn it from books and then practice programming. If you have problem with certain programs then you can definitely post them on forums and there are plenty of forums for programming just search them on the internet.
• Philippines
28 Jul 10
how can attach a file to the discussion board?? so i can show it to you guys.. ^_^
@trohichko (197)
• Bulgaria
28 Jul 10
If you try to make a step from C++ to Java it wouldn't be hard at all since there is a lot of common in syntax just in Java a lot of things are simplified. Book written for those that are written for those that has programmed in C++ and make their move to Java is Core Java written by Gary Cornell and Cay Horstmann. You can buy any of them for $37.79 on amazon.com