Rookie learning C language, rookie programming, C language...

Updated on technology 2024-05-06
18 answers
  1. Anonymous users2024-02-09

    I used this when I was a vegetarian.

  2. Anonymous users2024-02-08

    Look at the environment in which your textbook is used.

    I think most of the textbooks use Turbo C

    However, I see that people write large programs and generally use Visual C++, and there are some syntax differences between the two environments.

    If you are a beginner, we recommend using the Turbo C

  3. Anonymous users2024-02-07

    Turbo C is quick and easy for beginners to learn; The VC interface is relatively good-looking, and there are relatively many functions, so it is recommended to use it later.

  4. Anonymous users2024-02-06

    microsoft visual c++

    It is not difficult to use this directly, and to learn programming, you must have the spirit of not being afraid of hardship.

  5. Anonymous users2024-02-05

    Let's use the latter first, it's relatively simple, and there are not so many rules and regulations in VC! ~

    After being familiar with it, I use VC

  6. Anonymous users2024-02-04

    Turbo C is a software for teaching C language in universities, which is relatively simple.

    It's easy to learn, but your English must be good.

  7. Anonymous users2024-02-03

    ..Buy a book. C Language Introductory Classic.

    Start self-study. All of the above examples are done once on your own, and all the exercises are done once after class. For every 2 hours of watching (seriously, not so-so), take 30 minutes to review what you just learned.

    About one and a half months is considered to be the beginning. The rest of the matter depends on your own cultivation.

  8. Anonymous users2024-02-02

    The C language is very powerful and there is a lot to learn.

    If you're a beginner, here's how to do it.

    1. Understand the grammar rules of C language, I think, you read any C language design tutorial as the topic, basically talking about grammar, what level of grammar do you need to know? Once you know the basic rules of data types, loops, arrays, pointers, file operations, etc., you will basically master the syntax.

    2. But you find that after learning these grammar rules, you still basically don't understand anything, so you can take a look at the course of C language data structures, and know some commonly used data structures, such as linked lists, trees, etc. Then there will be some corresponding algorithms, such as lookup, sorting, which will be understood in the data structure.

    3. Now you can design some small programs, such as the book management system, which can be completed without an interface, and this stage is mainly to constantly write some programs and do some problems to improve your proficiency.

    4. Now you're almost hitting a bottleneck. This is the most difficult time, you can read some professional books, C language Bible can read "C and Pointer", "C Expert Programming", "C Traps and Defects", you will find that you basically don't understand these books, don't worry, compare ** to line by line.

    5. Then the C language has many directions, such as embedded, the underlying application software development of the living system, etc. At this time, it is generally necessary to choose the direction. For example, if you can specialize in embedded, then you need to learn some hardware knowledge, if you want to develop system software, you can look at Windows API, and other interface programming.

    1-3 of them may take you a few months, I mean 2 hours a day, but 4-5, you need to hone slowly! Nothing is a breeze. When you encounter setbacks, don't give up, because if it's easy, you'll learn it all!

  9. Anonymous users2024-02-01

    I've only just learned the C language, so I don't know it very well, so I may not be able to help you.

  10. Anonymous users2024-01-31

    1) If you are a beginner in software, you can use VC++ on the Internet, and you can go down to the lite version or green version, which is enough.

    2) Beginner C language online learning is secondary, or to find a good book to read, recommend "C Programming" third edition, Tan Haoqiang, Tsinghua University Press, this book is a classic (maybe the language is a little boring), for beginners C, this book is enough.

    3) Be sure to be more hands-on when learning C, because, you are just starting to get into programming, and there are many symbols and regulations. It may feel that it is very difficult to remember, so the solution is to program more, you may not be able to remember those things after reading them two or three times, and when you do it yourself, you can turn out the book and read it when you forget it, so that you can basically remember it all over again.

    4) The book I recommend, to read word by word, two times is enough, after learning that book you will feel that the use of C is very limited, as if you can't do anything, this is normal, no matter which language you start learning from, you will have this feeling, don't be discouraged, as you learn more language, you will find that "programming" can do a lot of "things", you will also find that C is really powerful, many high-level scripting languages are written in C, there is a super famous operating system, I don't know if you have used it, Linux, it has many versions, then Linux is written in C, C can even write the operating system, so there is no need to doubt its ability.

  11. Anonymous users2024-01-30

    Recommended software Visual C++

    The words of the book are Tan Haoqiang's C programming.

  12. Anonymous users2024-01-29

    First of all, you have to have a textbook such as C language, you have to take a look, lay a good foundation, understand the relevant grammatical characteristics of C language, and then you can install a software that runs C, such as Visual C++ can be interfaced input, that is, you can copy and paste from the Internet**, but if you are a beginner, it is recommended to use turbo, which can only be typed on the keyboard, **can not be copied and pasted, you can practice your own grammar normativity, enter more by yourself, and develop a good **writing specification.

  13. Anonymous users2024-01-28

    If you want to get a level 2 certificate, you can go to an Internet café.

    If you really want to do C language and plan to do IT, it is recommended to save some money and buy a computer. Now with a desktop computer, it's 2K+.

    You're in an Internet café, and it's not every time you give money.

    And it's a long-term process. Programming, like math, requires hands-on practice.

  14. Anonymous users2024-01-27

    VC++, that's what we use for our learning experiments.

  15. Anonymous users2024-01-26

    Ready. To learn C, you have to be mentally prepared to be a programmer and live a sullen life...

  16. Anonymous users2024-01-25

    Many people think that learning programming requires good English and math, so let me express my opinion:

    1. English is really important.

    English is important, but many people don't know why it's important. Some people think that programs are abbreviations in English, in fact, this view is ridiculous, people who have learned programming know, the program ** does not need too many English words at all, C language keywords are just a few, and I basically remember them after programming forty or fifty console programs. To memorize these words, you only need to have an English level after graduating from junior high school, and you don't need any grammatical techniques, because these keywords are all isolated.

    What about the importance of the English language? In fact, this is what you need when you start to learn programming in depth after you have already learned programming. At this time, if you want to learn programming in depth, you have to read some of Lao Mei's books, because Lao Mei's technology is the most developed.

    And Americans, of course, will write books in English, see, your English comes into play at this time. Some people say that you can read translations, but I want to say how many translated books can you see? If a translator wants to translate such a scholarly work well, the premise is that he must also be an expert in this field, and only if he understands it can he translate that meaning.

    This is a book, and msdn and so on are all in English.

    2. Mathematics. It is not much of a problem to say that it is important to learn English well, and I disagree a little bit that you have to learn mathematics well to learn programming, because the important thing about programming is that you have to have a thought, a logic, such as how to organize the structure of the whole program, which sentences to use to express the meaning, what algorithm to use, and so on. Unless you're programming to calculate some math problem, you don't have to be a math bastard.

    I haven't written an article for a long time.,It's a little verbose to speak.,Personal opinion.。。

  17. Anonymous users2024-01-24

    Get started with C++ Primer Plus.

    C++Primer can also be used to get started, but it is more difficult than the above, but more in-depth than the above.

    Don't read domestic books.

    No foundation is required.

    Foreign books are called books, and all domestic books are published for the purpose of making money, and domestic computer books are basically copied from abroad, not to mention many mistakes, and difficult to understand, and a book is expensive (although cheaper than foreign ones).

    The textbooks issued in the university are all produced by their own schools, and they are all for making money, and the quality is very poor.

  18. Anonymous users2024-01-23

    Did you learn English? Math knows, right? It's OK to have a warm and lasting heart

Related questions
16 answers2024-05-06

1) If you are a beginner in software, you can use VC++ on the Internet, and you can go down to the lite version or green version, which is enough. >>>More

9 answers2024-05-06

I'm learning the environment safe, and I have to learn C as well. C should be considered a basic skill, just like engineering drawing and advanced mathematics. And you have more opportunities to learn financial management and get in touch with computers, which may make you program and process data, etc. >>>More

10 answers2024-05-06

You start by writing a function to find a sequence.

Then use for or while to call the !! >>>More

8 answers2024-05-06

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.

8 answers2024-05-06

1. For programmers, data structures and algorithms are compulsory courses, and there is a world of difference between what you have learned and what you have not learned, and you must make yours artistic!! (At least you have to know how to save your ** time and space). >>>More