VB or C, which is more basic

Updated on technology 2024-04-11
13 answers
  1. Anonymous users2024-02-07

    I suggest you learn VB first, it's not a matter of whether it's basic or not, if you learn C now, C is more difficult than VB, although it's more powerful, but I don't think it's suitable for beginners to learn, and after starting to learn C for a long time, you will find it very boring, only if you learn deeply, you will feel that C is fun. As soon as you start learning VB, you can make a lot of fun things out. I learned VB first and then C.

  2. Anonymous users2024-02-06

    C language is the basis for learning other languages, but it does not mean that C language is simpler than other languages, you must know that C language is a process-oriented language, VB is an object-oriented language, so C language looks more abstract, while VB looks more intuitive. VB is suitable for the design of graphical interfaces, while C language is suitable for the design of programs like operating systems. After learning C, you will feel that learning other computer languages is relatively simple, and they are all the same.

  3. Anonymous users2024-02-05

    C language is boring to learn, VB is fast to get started, and the practical ability is very strong, if you are a newcomer, I think it is good to learn VB, and it will not make you bored, so you can make up your favorite applet on the first day.

  4. Anonymous users2024-02-04

    C is the most basic! All of us who learn programming learn C first, even if we don't use C later

  5. Anonymous users2024-02-03

    It's better to learn VB, although the C language function is greater than VB, but the C language is too difficult, it's not easy to get started, VB is simple.

  6. Anonymous users2024-02-02

    C language is more basic.

    XP is rumored to be written in %80c and %20 assembly language.

  7. Anonymous users2024-02-01

    Yes C If you want to become a master, learn C

  8. Anonymous users2024-01-31

    It's definitely c.

    C is the most powerful.

  9. Anonymous users2024-01-30

    The differences between VB and C are as follows: different properties, different basic languages, and different uses.

    First, the nature is different.

    1. VB language: VB language is a structured, modular, object-oriented, and event-driven visual programming language developed by Microsoft.

    2. C language: C language is a process-oriented, abstract general programming language founded by Bell Labs in the United States.

    Second, the basic language is different.

    1. VB language: VB language is derived from the basic programming language.

    2. C language: C language is developed on the basis of B language.

    Third, the use is different.

    1. VB language: VB language can use DAO, RDO, and ADO to connect to databases, or easily create Active X controls, which can be used to efficiently generate type-safe and object-oriented applications.

    2. C language: C language can generate high-quality and high-efficiency targets, so it is usually used in the writing of embedded system programs with high requirements for quality and execution efficiency.

  10. Anonymous users2024-01-29

    C is a computer language, while VB is an integrated development environment.

    These two urban programming languages, C language does not support visual programming, VB supports visual programming, from the functional consideration, both can complete any kind of development requirements.

    The biggest difference:

    1. VB is object-oriented, and C is typical process-oriented and does not have OOP capabilities.

    Second, VB is a typical high-level language, encapsulated at a very high level, and cannot operate on the bottom layerC is a high-level language with many low-level language characteristics, which can generally be called an intermediate language, so it has a very strong ability to operate on the bottom layer, such as pointers and a series of memory operation functions can directly operate memory, so it can realize many functions that high-level languages (including VB) cannot achieve. Because of this, the operating system is basically written in C plus remittance, such as the Linux Unix system, in fact, it also includes a large part of Windows.

  11. Anonymous users2024-01-28

    The differences between VB and C are as follows:

    1. C language is a general-purpose computer programming language, widely used in the underlying development, the design goal of C language is to provide a programming language that can be compiled in a simple way, process low-level memory, generate a small amount of machine code, and can run without any runtime environment support.

    2. VB is a general object-based programming language developed by Microsoft, which is a structured, modular, object-oriented, event-driven visual programming language that includes an event-driven mechanism for assisting the development environment, and is a language that can be used for Microsoft's own product development.

    3. VB and C language are both languages in program development, C language does not support visual programming, VB supports visual programming.

    4. Both VB and C languages can complete any kind of development requirements; For interface production, C language will become cumbersome, and VB will be relatively simple and fast; The syntax requirements of the VB language are not strict, and variables can not be declared first, and the C language must be declared before use.

    5. VB is an event-driven program structure, and C language programs must start from a main function.

    6. C language is more efficient and better supported in the embedded Linux environment, its language is mainly based on describing functions, while VB is an object-oriented language because it is closer to scripting.

    7. C language supports pointers, but VB does not; It is relatively difficult to get started with C, and VB is easy to get started, but it will become relatively easy to learn C in depth.

  12. Anonymous users2024-01-27

    It's a little less, but it's also nonsense: the syntax is not the same (of course, otherwise it would be two versions of the same language).

    VB = Visual Basic, is a member of the Basic language family, according to the Basic language evolution tree, is the successor of Qbasic evolved the Basic language.

    But the general syntax is still very close to the basic family.

    The C language is extracted from the BCPL (Basic Combined Programming Language) language (that is, the famous B language (B language is not basic)), and the evolutionary tree of C language can be expressed as:

    algol 60—>cpl—>bcpl—>c—>(c++)

    Note: C++ is just a branch of this evolutionary tree, not an upgraded version of C, it is another language that adds OOP capabilities on the basis of C's syntax, and the relationship between C and C++ can be understood as the relationship between classical physics and relativistic physics.

  13. Anonymous users2024-01-26

    One has a pointer and one doesn't.

Related questions
8 answers2024-04-11

If you are not a computer science major, then learn VB, it is easy to learn, and you can use it after learning. Very good. But if you want to develop in software later, it's better to start with C.

4 answers2024-04-11

1.This will be referenced in the Project References.

aaa as asdfg 'asdfg is the name of the class module. >>>More

11 answers2024-04-11

Choose VB to get started

VB is a programming tool. >>>More

15 answers2024-04-11

C++ is an object-oriented language, not very easy to learn, because it is more flexible, so there are a lot of problems to consider when doing programs! Because of the direct operation of the hardware, it inherits the advantages of the C language, so it is very efficient, and is generally used for the underlying and embedded systems.

8 answers2024-04-11

You have to look at **", not memorize**, but you also have to learn the basics of the C language. If you don't even know ABCD, how can you read English**? Reading more about what others write is something you do after you have a certain foundation. >>>More