answersLogoWhite

0


Best Answer

Delphi is an Embarcadero product (formerly developed by Borland and then CodeGear). It is basically an object-oriented version of Pascal, ideally suited to database connectivity.

Visual Basic is Microsoft's IDE for object-oriented BASIC, ideally suited to general purpose Windows development.

C/C++ are general purpose languages. C++ is the successor to C, which introduced object-oriented programming to the C language. Everything you could do in C you can also do in C++, with minor modification. Both Embarcadero and Microsoft have their own versions (Turbo C++ and Visual C++ respectively). Versions of C++ are also available for the Mac and other Unix platforms.

Java is a general purpose language developed by Sun Microsystems. It is loosely based upon C++, with very similar syntax, but with a much simpler object model and full cross-platform support. However it is much slower than C++ because it must run in a virtual machine environment. Microsoft initially developed Visual J++ to compete with Java, but has since abandoned this in favour of Visual C# and the newer Visual F#, both of which rely heavily on the .NET Framework.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are delphi visual basic c c plus plus and java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


Does anyone no a good c plus plus or java free online no download compiler?

Visual Studio Express.


Can visual basic compile a c plus plus program?

As much as your car can fly.


Is c plus plus and java are the same?

No. Java takes some ideas from C++, so there are certain similarities, especially in the basic syntax. But it is a different language.


Which is more popular c plus plus or java?

Java


Why the source coding of every compression utility software is in Visual C plus plus and why not in java?

Compression/decompression is all about raw speed and efficiency. Java is neither fast nor efficient. However, converting from C++ to Java isn't terribly difficult and Huffman's algorithm and its variations are well documented. Just don't expect to create anything that's remotely useful to you in Java.


How do you use or integrate c plus plus code in visual basic 6?

You can't integrate C++ source code directly into Visual Basic code. In order to make use of code written in another language, including C++, you must compile that source to produce a DLL. You can then link to that DLL via Visual Basic. The only caveat is that you must replace the C++ data types in the function declarations with the equivalent Visual Basic data types, such as 'Byte' for a C++ unsigned char, or 'Single' for a C++ float.


What has the author Namir Clement Shammas written?

Namir Clement Shammas has written: 'Visual Basic' -- subject(s): Windows (Computer programs), Microsoft Visual BASIC 'Applying Turbo Pascal library units' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file) 'Visual J++ for dummies quick reference' -- subject(s): Java (Computer program language), Microsoft Visual J++ 'Turbo BASIC' -- subject(s): BASIC (Computer program language), Turbo BASIC (Computer file) 'The new BASICs' -- subject(s): BASIC (Computer program language) 'Windows 98 API programming for dummies quick reference' -- subject(s): Application software, Development, Microsoft Windows (Computer file), Operating systems (Computers) 'Teach yourself Visual C [plus plus] in 21 days' 'Teach yourself Borland C [plus plus] 4 in 21 days' 'Teach yourself Visual C++ 2 in 21 days' -- subject(s): C++ (Computer program language), Microsoft Visual C++ 'Visual Basic 5 for dummies' -- subject(s): BASIC (Computer program language), Microsoft Visual Basic for Windows 'C++ for dummies quick reference' -- subject(s): C++ (Computer program language) 'Introducing C to Pascal programmers' -- subject(s): C (Computer program language), Linguagem de programacao (outras), C (langage de programmation) 'Advanced C++' -- subject(s): C++ (Computer program language), C 'Crash course in Borland C plus plus 4' 'Dummies 101' -- subject(s): C++ (Computer program language) 'Object-oriented programming with Borland Pascal 7' -- subject(s): Borland Pascal, Object-oriented programming (Computer science), Pascal (Computer program language) 'Secrets of the Visual C++ masters' -- subject(s): C++ (Computer program language), Microsoft Visual C++ 'Teach yourself Visual C [plus plus] 2 in 21 days' 'Visual C++ generic programming' -- subject(s): C++ (Computer program language), Generic programming (Computer science), Microsoft Visual C++ 'Teach yourself Borland C [plus plus] 4.5 in 21 days' -- subject(s): Borland C 'Windows batch file programming' -- subject(s): Electronic data processing, Windows (Computer programs), Batch processing 'Teach yourself QBasic in 21 days' -- subject(s): QBasic (Computer program language) 'Visual J [plus plus] for dummies quick reference' -- subject(s): Java (Computer program language), Microsoft Visual J. 'Quickbasic' -- subject(s): BASIC (Computer program language), Microsoft QuickBASIC 'Teach yourself Visual C++ in 21 days' -- subject(s): C++ (Computer program language), Microsoft Visual C++ 'Windows programmer's guide to Microsoft foundation class library' -- subject(s): Microsoft Windows (Computer file), Microsoft foundation class library, Windows (Computer programs) 'The Turbo Pascal Toolbook' 'Object-oriented programming for dummies' -- subject(s): Object-oriented programming (Computer science) 'Visual Basic for DOS' -- subject(s): BASIC (Computer program language), MS-DOS (Computer file), Microsoft Visual Basic for MS-DOS 'Crash course in Borland C++ 4' -- subject(s): C++ (Computer program language), Turbo C++ 'Mathematical algorithms in Visual Basic for scientists & engineers' -- subject(s): Data processing, Mathematical statistics, Microsoft Visual Basic for Windows, Numerical analysis


Does your computer have visual basic c plus plus?

Basic and C++ are two different languages. You can have them both, but you need to install them. By default Windows OSes do not have it. When Linux based have an option to install C++ compiler.


Where do you find the applications such as visual basic or visual C plus plus in visual studio 2010 there appears to be no actual applications?

Once you have the Visual Studio program open, go to File->New Project and select the language you want to write your program in. If one or more languages do not appear, you probably didn't choose to have them installed when you installed Visual Studio.


Which is easier 'C plus plus' or 'Java'?

Java is considerably easier than C++.


How do you make the password character in Microsoft visual basic c plus plus?

The password character is usually an asterisk. ASCII code 42 (hex:2a).