Feeling hopeless about learning C language

Updated on educate 2024-03-10
9 answers
  1. Anonymous users2024-02-06

    If you think you like programming, at least you don't hate it. Then stick to it. Otherwise, change the industry quickly. Change to your favorite industry. That's how there is development. Otherwise, it is to torture yourself.

  2. Anonymous users2024-02-05

    Hold on! It's the simplest language out there.

  3. Anonymous users2024-02-04

    Everyone was desperate.

    Being able to get back on your feet in despair is a big step towards success.

    come on ! stand up !

  4. Anonymous users2024-02-03

    1. If you build a console program, then the running interface must be black, if you use MFC, it will be with a window;

    2. API is the meaning of application interface, not referring to C's standard library function, of course, the library function can also be understood as an API, this goes to the Internet to search for "C standard library function", there should be more, there are many classifications;

    3. The process of developing an application with commercial value is first based on the familiarity with the tools (i.e., VC and C language) before the concept can be discussed, which needs to be investigated first, then the system is built, then the code is detailed, and finally the test is released;

    4. Depending on what kind of development you have, VC can develop programs, but it is not the only one;

    5. Let's take a look at the C language basics, including C++, Tan Haoqiang's textbooks, and then take a look at "MFC in Simple Terms", write more programs by yourself, this is not a simple process;

    If you really want to decide to study this aspect, you need to have a long-term plan;

  5. Anonymous users2024-02-02

    2: The API is provided by the operating system, and the library functions of C may need to use the API.

    For example, fread and fwrite may use the readfile and writefile of the win32 api

    4: Compiler: such as GCC, CC, CL

    Instruments: e.g. vi, notepad, emeditor

    Debuggers: such as gdb, ollydbg, and debugging tools for windows

    All in one piece is called an IDE: an integrated development environment, such as VC, Kdeveloper, Codeblocks+Mingw, etc.

    5: "C Programming" is very good, and the exercises are all done. Look at "Windows Programming (5th Edition)" again, it's a little old.

    But if you can insist on reading and understanding it, your understanding of Windows will be quite solid. When the time comes, you can watch "Windows Core Programming" again

  6. Anonymous users2024-02-01

    Writing a program is always an algorithm that embodies the essence of the program,The landlord doesn't have to worry too much,If you love programming,I think you should still devote yourself to algorithm research,The current program is divided into console and graphical interface programs,That is, the kind of program that everyone sees now has a very beautiful interface,But please don't misunderstand,Good looking is just one side,The core functions of the program are all based on the algorithm,It's not good to be popular,I hope you can know,As for you want to make the program more beautiful, This book that you can take a look at the graphical interface programming by yourself, it is very simple, it is the feeling of enjoying the shade under the tree planted by the predecessors, and the value of the programmer is the algorithm.

  7. Anonymous users2024-01-31

    C language can also do great things.,Yang Zhongke's.,Go down.,Look at his tutorial and you'll know a lot of things that aren't in the book.,I'm not trusting.,Just because I've read it too.,After reading it for a few days, you can write your own **** device.。

  8. Anonymous users2024-01-30

    The algorithm aspect is its own mathematical thinking problem, which requires a mathematical foundation, as well as mathematical thinking, which is related to the optimization of the program.

    The learning of the structure is more lively, at least the format of the C language should be remembered, which requires more practice, write more small programs to debug, and use them to find their own shortcomings, such as defining the shape, the output symbol must be shaped, defining the floating-point type, and the output must also be a floating-point type of this kind of small problems.

    Programming language is a kind of rigorous language, to be careful, want to learn well, first remember some small traps in the fixed syntax, after a certain foundation, you can read k&r this classic textbook based on c89, mainly practice, write your own program to solve practical problems, and then continue to debug after the problem, really don't understand the things after thinking before asking, the most important thing is to practice more, when the books are not clearly written, on the computer to write the program, their own debugging will always understand.

    Windows-based learning environment,It's hard to say that you can learn C language well.,After all, you won't understand compilation.,It is recommended that the landlord find a Linux environment to learn.,This can include compilation knowledge.。

    There will be differences between the various compilation software, which is also important for the program, and 2 different compilations will have 2 different results.

    Send a word to the landlord, after eliminating all the impossible, even if it seems impossible, that is the truth!

  9. Anonymous users2024-01-29

    Theory + Practice.

    Theory is the foundation, and practice is the most important.

Related questions
7 answers2024-03-10

It's called the [batch] program, in fact, don't think that the program you mentioned above to deal with garbage is really powerful, it's amazing, when you have learned DOS, that program can be said to be a very simple thing; >>>More

27 answers2024-03-10

At this time, you have to put down any work at hand to calm down first, find a confidant or family member, confide in them the confusion or dissatisfaction in your heart, first let them analyze the difficulties you encounter, and get help and support from friends or family, let them share some burdens with you, and secondly, persuade them to their hearts. If you want to believe that anything is the truth that things must be opposed, if you want to believe in happiness and sorrow, or the phrase Tailai, but also if you want to believe that people who want to achieve great things must first starve their bodies and skin, suffer their minds, work their muscles and bones, and fatigue their bodies, so that you can be tempered in hardships and hardships, enhance your will to play strong and hardworking, and strengthen your pioneering spirit, so that you will not bow to any difficulties and setbacks in the future, please believe that difficulties are temporary, and you will see a rainbow after the storm, maybe you will get through this difficulty and the next stop, You're a person who makes people look at you in the dark.

16 answers2024-03-10

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

4 answers2024-03-10

2. 1, True 2, False (there is only one program) 3, False (not necessarily) 4, True. >>>More

3 answers2024-03-10

Computer Level 2C language question types and scoring criteria: 1. Multiple choice questions: 40 questions, 1 point for each question. Points are given according to the standard answers. >>>More