answersLogoWhite

0

Comparison of visual basic and C?

Updated: 8/17/2019
User Avatar

Wiki User

13y ago

Best Answer

The syntax and operation is very similar, but visual basic isn't as powerful. Think of it as a watered down, easier version of c. With C, you can create anything from a simple calculator application to a full blown operating system. Visual basic can't make anything as extensive as an operating system, but it is much faster to code in visual basic when you want to make form based programs, or applications.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Comparison of visual basic and C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


What are example of programming software?

c,c++,b,BASIC,Python,Java,Visual C, Visual C++ and visual basic


What is the difference between visual studio and visual basic?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What is the difference between Csharp and vb?

C# its Very Sharp VB-Visual Basic Extension for BASIC C# its Very Sharp VB-Visual Basic Extension for BASIC


Make a os with visual basic 2008?

No but you can in C or C++


How many languages are supported by visual studio?

Visual studio 2010 supports 5 programming languages. These are Visual Basic, Visual C#, Visual C++, Visual F# and JScript.


When was BASIC invented?

Visual Basic 1.0 is copyright (c) 1991 Microsoft Corporation, if that's any help. VISUAL BASIC was invented in 1991


What has the author James D Foxall written?

James D. Foxall has written: 'El libro de visual C# 2005/ Teach Yourself Microsoft Visual C# 2005 in 24 hours' 'Practical standards for Microsoft Visual Basic . NET' -- subject(s): BASIC (Computer program language), Microsoft .NET, Microsoft Visual BASIC 'Sams teach yourself Visual BASIC 2008 in 24 hours' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC 'Destination .NET' -- subject(s): Microsoft Visual BASIC, Microsoft .NET, Visual Basic (Computer program language) 'Sams teach yourself Microsoft Visual C# .NET 2003 in 24 hours' -- subject(s): C# (Computer program language), Computer Technology, Microsoft Visual C# .NET, Nonfiction, OverDrive, Technology, Visual programming languages (Computer science)


Is Microsoft Visual Basic 2008 a freely available software?

If you are a student, you can download Visual Studio 2008 atwww.dreamspark.com. This is a Microsoft site. You must be able to verify that you are a student. There is other programming software available also. VS 2008 has Visual Basic 2008, C #, C/C++, and more. If you are not a student, I don't know of anyplace you can get Visual Basic 2008 free.


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 Francesco Balena written?

Francesco Balena has written: 'Practical guidelines and best practices for Microsoft Visual Basic and Visual C# developers' 'Programming Microsoft Visual Basic 6.0' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC


List some programing languages?

* Java * C, C++ * Basic * COBOL * Fortran * Pascal * .Net * Visual Basic * etc...