Current location - Training Enrollment Network - Mathematics courses - What are the foundations of self-learning C language? Where did you learn?
What are the foundations of self-learning C language? Where did you learn?
Self-learning C language requires a certain knowledge base of computer and mathematics.

How to teach yourself C language;

1 first of all, you need a book to explain the basic knowledge of C language, and learn C language a little according to the above knowledge;

2. C language compiler software needs to be installed on the computer. You can choose vc 6.0++ or Microsoft Visual Studio.

3. Write some small programs yourself, be familiar with the compilation process of C language programs, and test your learning results;

4. Try to write some large C language programs to achieve advanced goals, such as Tetris and Snake.