Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java to C
Name: Jon Date: September 17, 2003 at 16:49:50 Pacific OS: XP Home SP1 / mandrake9.1 CPU/Ram: 1.67 AMD 512
Comment:
I understand that Java is pretty similar to C, or have i been misguided. I can progam to an average standard in Java will it be easy enough just to have a go at C or should i be taking a course or get some books?
Name: Chi Happens Date: September 17, 2003 at 17:01:53 Pacific
Reply:
Java is more like C++ than C. If you are proficient in Java, you may still find some of the C/C++ syntax difficult to interpolate. I suggest picking up a book (possibly C++ Black Book, one of my favorites) to help you with some syntax that is not intuitive.
Good Luck Chi Happens
0
Response Number 2
Name: borelli35 Date: September 18, 2003 at 00:58:18 Pacific
Reply:
Chi, I think you mean interperate rather than interpolate (which means to interrupt).
Jon, Java and C++ are very similar in structure, syntax, use and concepts, however, this would be like knowing spanish and trying to learn portugues. these languages are very similar but have many subtle and not so subtle differences.
borelli35
0
Response Number 3
Name: anonproxy Date: September 18, 2003 at 12:18:48 Pacific
Summary: Theres no real support to c# on any other platform than windows is there? Anyways, if microsoft doesnt start offering some free dev tools and better support, it will never overtake java. ...
Summary: I have studied C to an extent, and let me tell you, migrating to it would be a very good choice. For one thing, Visual Basic is an interpreted language, therefore making it considerably slower than sa...